Direct CMake users to the right place for up-to-date info about using
[oota-llvm.git] / unittests / Makefile
index 33f3c8ebaaf651534178dcf5bbb72c576dcb523b..0401cd1c673a2100da6ce9ef2048e0cd05f9d1c6 100644 (file)
@@ -8,16 +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::
-       $(RM) -f *Tests
+       $(Verb) $(RM) -f *Tests