X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=examples%2FKaleidoscope%2FMakefile;h=bd0c252c2c03e16ad13839d60fda14bc0f299e0e;hb=4f2779b809f6a9bb5ca63b10d55f8302cca2c656;hp=9990b2b28719e5d3fc4fb24924579fa9b00dca24;hpb=e687151e033b03efaa1155275a146fcf83152dd9;p=oota-llvm.git diff --git a/examples/Kaleidoscope/Makefile b/examples/Kaleidoscope/Makefile index 9990b2b2871..bd0c252c2c0 100644 --- a/examples/Kaleidoscope/Makefile +++ b/examples/Kaleidoscope/Makefile @@ -6,10 +6,10 @@ # License. See LICENSE.TXT for details. # ##===----------------------------------------------------------------------===## -LEVEL = ../.. -TOOLNAME = Kaleidoscope -EXAMPLE_TOOL = 1 +LEVEL=../.. -LINK_COMPONENTS := core jit interpreter native +include $(LEVEL)/Makefile.config + +PARALLEL_DIRS:= Chapter2 Chapter3 Chapter4 Chapter5 Chapter6 Chapter7 include $(LEVEL)/Makefile.common