aboutsummaryrefslogtreecommitdiffstats
path: root/examples/Kaleidoscope/Chapter7/Makefile
diff options
context:
space:
mode:
authorErick Tryzelaar <idadesub@users.sourceforge.net>2009-09-22 21:15:00 +0000
committerErick Tryzelaar <idadesub@users.sourceforge.net>2009-09-22 21:15:00 +0000
commita4eb1a5cbab45262b4641e3dec2b9a8ec396b338 (patch)
tree44453c40f3d7ddc30bb18b2868c7ea8b6c8671e1 /examples/Kaleidoscope/Chapter7/Makefile
parentfd1ec5e68b593a4f4d5497b150e677ebef36c231 (diff)
downloadexternal_llvm-a4eb1a5cbab45262b4641e3dec2b9a8ec396b338.zip
external_llvm-a4eb1a5cbab45262b4641e3dec2b9a8ec396b338.tar.gz
external_llvm-a4eb1a5cbab45262b4641e3dec2b9a8ec396b338.tar.bz2
Rename Kaleidoscope to show that it's for Chapter 7 of the tutorial.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82573 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'examples/Kaleidoscope/Chapter7/Makefile')
-rw-r--r--examples/Kaleidoscope/Chapter7/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/examples/Kaleidoscope/Chapter7/Makefile b/examples/Kaleidoscope/Chapter7/Makefile
new file mode 100644
index 0000000..905bec3
--- /dev/null
+++ b/examples/Kaleidoscope/Chapter7/Makefile
@@ -0,0 +1,15 @@
+##===- examples/Kaleidoscope-Ch7/Makefile ------------------*- Makefile -*-===##
+#
+# The LLVM Compiler Infrastructure
+#
+# This file is distributed under the University of Illinois Open Source
+# License. See LICENSE.TXT for details.
+#
+##===----------------------------------------------------------------------===##
+LEVEL = ../..
+TOOLNAME = Kaleidoscope-Ch7
+EXAMPLE_TOOL = 1
+
+LINK_COMPONENTS := core jit interpreter native
+
+include $(LEVEL)/Makefile.common