aboutsummaryrefslogtreecommitdiffstats
path: root/examples/Kaleidoscope/Chapter4/Makefile
diff options
context:
space:
mode:
authorErick Tryzelaar <idadesub@users.sourceforge.net>2009-09-22 21:15:19 +0000
committerErick Tryzelaar <idadesub@users.sourceforge.net>2009-09-22 21:15:19 +0000
commit31c6c5d58a6d2254063e8a18fd32b851a06e2ddf (patch)
tree0ac92155b49ee0f03db06ca809437e3ca44e55fa /examples/Kaleidoscope/Chapter4/Makefile
parenta4eb1a5cbab45262b4641e3dec2b9a8ec396b338 (diff)
downloadexternal_llvm-31c6c5d58a6d2254063e8a18fd32b851a06e2ddf.zip
external_llvm-31c6c5d58a6d2254063e8a18fd32b851a06e2ddf.tar.gz
external_llvm-31c6c5d58a6d2254063e8a18fd32b851a06e2ddf.tar.bz2
Add examples for Kaleidoscope chapters 2 through 6.
Conflicts: examples/Makefile git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82574 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'examples/Kaleidoscope/Chapter4/Makefile')
-rw-r--r--examples/Kaleidoscope/Chapter4/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/examples/Kaleidoscope/Chapter4/Makefile b/examples/Kaleidoscope/Chapter4/Makefile
new file mode 100644
index 0000000..7bc742f
--- /dev/null
+++ b/examples/Kaleidoscope/Chapter4/Makefile
@@ -0,0 +1,15 @@
+##===- examples/Kaleidoscope/Chapter4/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-Ch4
+EXAMPLE_TOOL = 1
+
+LINK_COMPONENTS := core jit interpreter native
+
+include $(LEVEL)/Makefile.common