Reid Spencer | 66e7cd0 | 2004-09-11 20:30:11 +0000 | [diff] [blame] | 1 | ##===- examples/HowToUseJIT/Makefile -----------------------*- Makefile -*-===## |
Reid Spencer | 26a4ba7 | 2004-08-10 19:14:36 +0000 | [diff] [blame] | 2 | # |
| 3 | # The LLVM Compiler Infrastructure |
| 4 | # |
| 5 | # This file was developed by Valery A. Khamenya and is distributed under |
| 6 | # the University of Illinois Open Source License. See LICENSE.TXT for details. |
| 7 | # |
| 8 | ##===----------------------------------------------------------------------===## |
Reid Spencer | 3a168a7 | 2004-08-23 19:29:54 +0000 | [diff] [blame] | 9 | LEVEL = ../.. |
Reid Spencer | 26a4ba7 | 2004-08-10 19:14:36 +0000 | [diff] [blame] | 10 | TOOLNAME = HowToUseJIT |
Reid Spencer | 815cbcf | 2004-11-18 10:03:46 +0000 | [diff] [blame] | 11 | EXAMPLE_TOOL = 1 |
Misha Brukman | a9504af | 2004-10-14 19:02:13 +0000 | [diff] [blame] | 12 | |
Chris Lattner | 885e3cb | 2006-09-04 06:04:03 +0000 | [diff] [blame] | 13 | LINK_COMPONENTS := jit interpreter native |
Reid Spencer | 26a4ba7 | 2004-08-10 19:14:36 +0000 | [diff] [blame] | 14 | |
| 15 | include $(LEVEL)/Makefile.common |