Rearrange the build order to better accommodate parallel build by reducing
[oota-llvm.git] / tools / Makefile
index 45b92ef558d605ae437f9f6e6962dd64440ad2ae..7a062e54f1eeabc45130ade4cfb88ec2e041f8a6 100644 (file)
@@ -1,4 +1,4 @@
-##===- tools/Makefile ------------------------------*- Makefile -*-===##
+##===- tools/Makefile --------------------------------------*- Makefile -*-===##
 # 
 #                     The LLVM Compiler Infrastructure
 #
@@ -6,9 +6,11 @@
 # 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
+PARALLEL_DIRS := llvm-config opt llvm-as -llvm-dis llc llvm-bcanalyzer \
+                 llvm-extract lli llvm-db llvm-ar llvm-ld llvm-prof llvm-nm \
+                 gccas llvm-ranlib llvm-stub gccld llvm2cpp \
+                 bugpoint llvmc llvm-link
 
 include $(LEVEL)/Makefile.common
-