X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FMakefile;h=0ddf917599f1d0e800d203ca365698a3cd7943f9;hb=29890f73dc27ea268f2a80b51c0411cd1405c534;hp=4ad0763f97aaa2b214476c987bf36165b5514bd1;hpb=9b8f542e2746b28721b3ec603c3aaaa10ea708fc;p=oota-llvm.git diff --git a/lib/Makefile b/lib/Makefile index 4ad0763f97a..0ddf917599f 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -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 LineEditor ProfileData +include $(LEVEL)/Makefile.common