X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=examples%2FMakefile;fp=examples%2FMakefile;h=fc3a7d4ea3fffd01828df5db22a67db2e2de4a27;hp=488d5895a89a09c2ed06425aff17c491636b9c96;hb=0f08a276178bf9557f708ec446386cefb5291634;hpb=cf57c7084afa98e7719173f792eb2b3e28f42630 diff --git a/examples/Makefile b/examples/Makefile index 488d5895a89..fc3a7d4ea3f 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -10,11 +10,14 @@ LEVEL=.. include $(LEVEL)/Makefile.config -PARALLEL_DIRS:= BrainF Fibonacci HowToUseJIT Kaleidoscope ModuleMaker \ - ExceptionDemo +PARALLEL_DIRS:= BrainF Fibonacci HowToUseJIT Kaleidoscope ModuleMaker ifeq ($(HAVE_PTHREAD),1) PARALLEL_DIRS += ParallelJIT endif +ifeq ($(LLVM_ON_UNIX),1) +PARALLEL_DIRS += ExceptionDemo +endif + include $(LEVEL)/Makefile.common