Modify linear scan register allocator to use the two-address
[oota-llvm.git] / tools / Makefile
index 2570e7f58b7764368aaee9836e777e3c6d881a5c..45b92ef558d605ae437f9f6e6962dd64440ad2ae 100644 (file)
@@ -1,5 +1,14 @@
-LEVEL = ..
-PARALLEL_DIRS = as dis opt gccas llc link lli gccld analyze extract
+##===- tools/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 := ..
+PARALLEL_DIRS := llvm-as llvm-dis opt gccas llc llvm-link lli gccld \
+                 analyze extract bugpoint llvm-nm llvm-prof llvm-ar
 
 include $(LEVEL)/Makefile.common