add a new BF->LLVM translator, contributed by Sterling Stein.
[oota-llvm.git] / examples / Makefile
index a2b38821cd43b0f5a204d46c3567d2c7db1ca53f..4251ab39c5be485c28e29c07e78287835fffeef8 100644 (file)
@@ -10,7 +10,10 @@ LEVEL=..
 
 include $(LEVEL)/Makefile.config
 
-#PARALLEL_DIRS:= $(patsubst %/Makefile,%,$(wildcard $(SourceDir)/*/Makefile))
-PARALLEL_DIRS:= Fibonacci HowToUseJIT ModuleMaker
+PARALLEL_DIRS:= BrainF Fibonacci HowToUseJIT ModuleMaker
+
+ifeq ($(HAVE_PTHREAD),1)
+PARALLEL_DIRS += ParallelJIT 
+endif
 
 include $(LEVEL)/Makefile.common