Erick Tryzelaar | 31c6c5d | 2009-09-22 21:15:19 +0000 | [diff] [blame] | 1 | ##===- examples/Kaleidoscope/Chapter5/Makefile -------------*- Makefile -*-===## |
| 2 | # |
| 3 | # The LLVM Compiler Infrastructure |
| 4 | # |
| 5 | # This file is distributed under the University of Illinois Open Source |
| 6 | # License. See LICENSE.TXT for details. |
| 7 | # |
| 8 | ##===----------------------------------------------------------------------===## |
| 9 | LEVEL = ../../.. |
| 10 | TOOLNAME = Kaleidoscope-Ch5 |
| 11 | EXAMPLE_TOOL = 1 |
| 12 | |
Jeffrey Yasskin | 42fc558 | 2010-02-11 19:15:20 +0000 | [diff] [blame] | 13 | LINK_COMPONENTS := core jit native |
Erick Tryzelaar | 31c6c5d | 2009-09-22 21:15:19 +0000 | [diff] [blame] | 14 | |
| 15 | include $(LEVEL)/Makefile.common |