X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=unittests%2FMakefile;h=0401cd1c673a2100da6ce9ef2048e0cd05f9d1c6;hb=0076d2057c627473ed69c227f7ead6283fdff44e;hp=43592a1e5eaad9c4423a5731e65f5eb4925193f9;hpb=8fb520eb4f06d4ef771abe9c22d85b2a275988ee;p=oota-llvm.git diff --git a/unittests/Makefile b/unittests/Makefile index 43592a1e5ea..0401cd1c673 100644 --- a/unittests/Makefile +++ b/unittests/Makefile @@ -8,13 +8,10 @@ ##===----------------------------------------------------------------------===## 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 +PARALLEL_DIRS = ADT ExecutionEngine Support Transforms VMCore Analysis include $(LEVEL)/Makefile.common + +clean:: + $(Verb) $(RM) -f *Tests