Move top level rules for tags and installing headers to Makefile.rules
[oota-llvm.git] / Makefile
index 6698a545eb7782a24e5031dcf09d8f148eb5f7e6..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 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