Fix a bunch of namespace pollution.
[oota-llvm.git] / lib / Transforms / Makefile
index bfdb2bf81d9808f32e98caa2761514d5a6906a75..5fe1eeb5c75238085fd4e2c610750baff8039804 100644 (file)
 LEVEL = ../..
 PARALLEL_DIRS = Utils Instrumentation Scalar IPO Hello
 
-include $(LEVEL)/Makefile.common
+include $(LEVEL)/Makefile.config
+
+# No support for plugins on windows targets
+ifeq ($(OS), $(filter $(OS), Cygwin MingW))
+  PARALLEL_DIRS := $(filter-out Hello, $(PARALLEL_DIRS))
+endif
 
+include $(LEVEL)/Makefile.common