[cleanup] Switch comments to use '\brief' style instead of '@brief'
[oota-llvm.git] / unittests / Makefile
index d8bf1f8fffd3deebb777df05bcbf3851a4ac508f..0f80814f98989362e7b19c1365350dc4ad8cd58c 100644 (file)
@@ -9,10 +9,11 @@
 
 LEVEL = ..
 
-PARALLEL_DIRS = ADT ExecutionEngine Support Transforms IR Analysis Bitcode \
-               DebugInfo Object
+PARALLEL_DIRS = ADT Analysis Bitcode CodeGen DebugInfo \
+               ExecutionEngine IR MC Object Option Support Transforms
 
-include $(LEVEL)/Makefile.common
+include $(LEVEL)/Makefile.config
+include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest
 
 clean::
        $(Verb) $(RM) -f *Tests