X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FMakefile;h=73caa73b85d55d0a7ef76d394d7619abe1274b11;hb=76e38968818e06e48b96aac07369d0c752d5a761;hp=21a46794d871411401d0aa65771b0ecae737f537;hpb=ea1c7b6f7d9b14eb6124a7db904b0c322c5511ee;p=oota-llvm.git diff --git a/lib/Makefile b/lib/Makefile index 21a46794d87..73caa73b85d 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -1,5 +1,6 @@ LEVEL = .. -DIRS = VMCore Analysis Assembly Bytecode Optimizations Support CodeGen + +PARALLEL_DIRS = VMCore Analysis Transforms AsmParser Bytecode Support CodeGen Target CWriter Reoptimizer include $(LEVEL)/Makefile.common