Simplify code
[oota-llvm.git] / Makefile
index 71534d16f04ab68fb795edd6e1ca53c983999db0..3c78ec3f92cae3d885669bf0b868e39d94c01357 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,3 +1,11 @@
+##===- ./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 runtime
 OPTIONAL_DIRS = projects
@@ -14,6 +22,9 @@ distclean:: clean
                          $(LEVEL)/config.log \
                          $(LEVEL)/TAGS
 
+tools-only:
+       @for dir in lib/Support utils lib tools; do $(MAKE) -C $$dir; done
+
 AUTOCONF = autoconf
 AUTOHEADER = autoheader