Add ExecutionEngine directory.
[oota-llvm.git] / lib / Makefile
index 21a46794d871411401d0aa65771b0ecae737f537..ac80c155cd3a9c9a386b1c82e2d365689b1355dc 100644 (file)
@@ -1,5 +1,6 @@
 LEVEL = ..
-DIRS = VMCore Analysis Assembly Bytecode Optimizations Support CodeGen
+
+PARALLEL_DIRS = VMCore Analysis Transforms AsmParser Bytecode Support CodeGen Target CWriter ExecutionEngine
 
 include $(LEVEL)/Makefile.common