First cut at the Code Generator using the TableGen methodology.
[oota-llvm.git] / tools / Makefile
index e62847c1c6e8b5bca08abad8c401ad569943e619..db56a98b6ca192a9b8437cd547e2517e2b24953e 100644 (file)
@@ -1,5 +1,5 @@
-LEVEL = ..
-DIRS = as dis opt analyze llc
+LEVEL := ..
+PARALLEL_DIRS := as dis opt gccas llc link lli gccld analyze extract bugpoint
 
 include $(LEVEL)/Makefile.common