Rearrange the build order to better accommodate parallel build by reducing
[oota-llvm.git] / tools / Makefile
index 095395b5e355599e8afc7671ba23e50c2fc1ea76..7a062e54f1eeabc45130ade4cfb88ec2e041f8a6 100644 (file)
@@ -1,14 +1,16 @@
+##===- 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 := as dis opt gccas llc link lli gccld analyze extract bugpoint
+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
-
-ifeq ($(ARCH),x86)
-# Only build jello when we are on X86
-all     :: jello/.makeall
-install :: jello/.makeinstall
-clean   :: jello/.makeclean
-endif
-
-
-