X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;ds=sidebyside;f=lib%2FMakefile;h=0ddf917599f1d0e800d203ca365698a3cd7943f9;hb=1f6209189c34cd63872dcc3104fba8c4596979a7;hp=7199da52d489cf6e65344bf98c9a3f136e97406c;hpb=ecc63f8687c4eb746b69336316685fe9b224adfb;p=oota-llvm.git diff --git a/lib/Makefile b/lib/Makefile index 7199da52d48..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 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 +include $(LEVEL)/Makefile.common