X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FMakefile;h=9b76126b80a9408051ad8162669b71760a3aeeda;hb=8e7d4818470f7d1c3f9f32a32420528324f57a4c;hp=4ad0763f97aaa2b214476c987bf36165b5514bd1;hpb=9b8f542e2746b28721b3ec603c3aaaa10ea708fc;p=oota-llvm.git diff --git a/lib/Makefile b/lib/Makefile index 4ad0763f97a..9b76126b80a 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 Passes LibDriver +include $(LEVEL)/Makefile.common