Rename Kaleidoscope to show that it's for Chapter 7 of the tutorial.
[oota-llvm.git] / examples / Kaleidoscope / Makefile
index 9990b2b28719e5d3fc4fb24924579fa9b00dca24..13a77599a257771fe0ee6022da6cc28102ec30ee 100644 (file)
@@ -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:= Chapter7
 
 include $(LEVEL)/Makefile.common