X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=examples%2FMakefile;h=d71651deda4658ec7474f9362b2de3fb97af003c;hb=8c3e8471592bf46631bff0fab554d5ac3fedcff6;hp=9bf67bf2d4a6c5582f67e7ad9618769dbd29fc4f;hpb=1c54afa431bc12b450a843530e98be6c08a08fe7;p=oota-llvm.git diff --git a/examples/Makefile b/examples/Makefile index 9bf67bf2d4a..d71651deda4 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -1,4 +1,4 @@ -##===- projects/Makefile ------------------------------*- Makefile -*-===## +##===- examples/Makefile -----------------------------------*- Makefile -*-===## # # The LLVM Compiler Infrastructure # @@ -6,10 +6,11 @@ # the University of Illinois Open Source License. See LICENSE.TXT for details. # ##===----------------------------------------------------------------------===## -LEVEL=../.. +LEVEL=.. include $(LEVEL)/Makefile.config -DIRS = Fibonacci HowToUseJIT +#PARALLEL_DIRS:= $(patsubst %/Makefile,%,$(wildcard $(SourceDir)/*/Makefile)) +PARALLEL_DIRS:= ParallelJIT Fibonacci HowToUseJIT ModuleMaker BFtoLLVM -include $(BUILD_SRC_ROOT)/Makefile.rules +include $(LEVEL)/Makefile.common