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