Initial checkin of regression test for generating the PowerPC rlwimi
[oota-llvm.git] / Makefile
index 8ab075fc1473fa72c25676378023e4d8ea48fe04..0d7ca67397a25d3a80e163f0176a030020404bc2 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,22 @@
+#===- ./Makefile -------------------------------------------*- Makefile -*--===#
+# 
+#                     The LLVM Compiler Infrastructure
+#
+# This file was developed by the LLVM research group and is distributed under
+# the University of Illinois Open Source License. See LICENSE.TXT for details.
+# 
+#===------------------------------------------------------------------------===#
 LEVEL = .
-DIRS = lib/Support utils lib tools
+DIRS = lib/System lib/Support utils lib tools 
+
+ifneq ($(MAKECMDGOALS),tools-only)
+DIRS += runtime
+OPTIONAL_DIRS = examples projects
+endif
 
 include $(LEVEL)/Makefile.common
 
 test :: all
        cd test; $(MAKE)
+
+tools-only: all