diff options
Diffstat (limited to 'examples/Makefile')
-rw-r--r-- | examples/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/examples/Makefile b/examples/Makefile index 5594c05fa3a0..bc09b8e0473b 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -1,19 +1,20 @@ ##===- examples/Makefile -----------------------------------*- Makefile -*-===## -# +# # The LLVM Compiler Infrastructure # # This file is distributed under the University of Illinois Open Source # License. See LICENSE.TXT for details. -# +# ##===----------------------------------------------------------------------===## LEVEL=.. include $(LEVEL)/Makefile.config -PARALLEL_DIRS:= BrainF Fibonacci HowToUseJIT Kaleidoscope ModuleMaker +PARALLEL_DIRS:= BrainF Fibonacci HowToUseJIT Kaleidoscope ModuleMaker \ + TracingBrainF ifeq ($(HAVE_PTHREAD),1) -PARALLEL_DIRS += ParallelJIT +PARALLEL_DIRS += ParallelJIT endif ifeq ($(LLVM_ON_UNIX),1) |