Refactor RelocVisitor to take an object. This removes some
[oota-llvm.git] / unittests / Makefile
index 33f3c8ebaaf651534178dcf5bbb72c576dcb523b..603e7d58f8c704909bbf0c81513db1e496d20e4e 100644 (file)
@@ -8,16 +8,12 @@
 ##===----------------------------------------------------------------------===##
 
 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 Analysis Bitcode CodeGen DebugInfo ExecutionEngine IR \
+               LineEditor Linker MC Option Support Transforms
 
-include $(LEVEL)/Makefile.common
+include $(LEVEL)/Makefile.config
+include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest
 
 clean::
-       $(RM) -f *Tests
+       $(Verb) $(RM) -f *Tests