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