X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FMakefile;h=9b76126b80a9408051ad8162669b71760a3aeeda;hb=8a88fc9a2b252ce0f7680d1822703284899e7bee;hp=7199da52d489cf6e65344bf98c9a3f136e97406c;hpb=ecc63f8687c4eb746b69336316685fe9b224adfb;p=oota-llvm.git diff --git a/lib/Makefile b/lib/Makefile index 7199da52d48..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 CompilerDriver MC +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