X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;ds=sidebyside;f=examples%2FKaleidoscope%2FMakefile;h=bd0c252c2c03e16ad13839d60fda14bc0f299e0e;hb=18bba84d7782e978caebddbd98b39e555c63b4dc;hp=c1759a09fe32e559e2005bd977dc67d76cd8fd12;hpb=9f85634bd2fccd2f366b7ce9048f6c9f95ebba18;p=oota-llvm.git diff --git a/examples/Kaleidoscope/Makefile b/examples/Kaleidoscope/Makefile index c1759a09fe3..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 native +include $(LEVEL)/Makefile.config + +PARALLEL_DIRS:= Chapter2 Chapter3 Chapter4 Chapter5 Chapter6 Chapter7 include $(LEVEL)/Makefile.common