X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=unittests%2FMakefile;h=d8bf1f8fffd3deebb777df05bcbf3851a4ac508f;hb=566fb9fe3ed767be7218fb1608ec6a284067d3b0;hp=1ff5411102664a9b8ceff697976fa3b4128b9fbd;hpb=2e734269e3f354e52bd9e55d791e1885aa7d4cd8;p=oota-llvm.git diff --git a/unittests/Makefile b/unittests/Makefile index 1ff54111026..d8bf1f8fffd 100644 --- a/unittests/Makefile +++ b/unittests/Makefile @@ -9,14 +9,8 @@ LEVEL = .. -include $(LEVEL)/Makefile.config - -LIBRARYNAME = UnitTestMain -BUILD_ARCHIVE = 1 -CPP.Flags += -I$(LLVM_SRC_ROOT)/utils/unittest/googletest/include/ -CPP.Flags += -Wno-variadic-macros - -PARALLEL_DIRS = ADT Support VMCore +PARALLEL_DIRS = ADT ExecutionEngine Support Transforms IR Analysis Bitcode \ + DebugInfo Object include $(LEVEL)/Makefile.common