Allow SMUL_LOHI and UMUL_LOHI to be narrow to MUL on targets where MUL is Custom...
[oota-llvm.git] / lib / Makefile
index 4ad0763f97aaa2b214476c987bf36165b5514bd1..2ed0636cfd2c30980877562e4ce5ffe1c74d2395 100644 (file)
@@ -8,8 +8,10 @@
 ##===----------------------------------------------------------------------===##
 LEVEL = ..
 
-PARALLEL_DIRS = VMCore AsmParser Bitcode Archive Analysis Transforms CodeGen \
-                Target ExecutionEngine Debugger Linker
+include $(LEVEL)/Makefile.config
 
-include $(LEVEL)/Makefile.common
+PARALLEL_DIRS := IR AsmParser Bitcode Analysis Transforms CodeGen Target \
+                 ExecutionEngine Linker LTO MC Object Option DebugInfo   \
+                 IRReader
 
+include $(LEVEL)/Makefile.common