2004-09-12 04:30:11 +08:00
|
|
|
##===- examples/HowToUseJIT/Makefile -----------------------*- Makefile -*-===##
|
2004-08-11 03:14:36 +08:00
|
|
|
#
|
|
|
|
# The LLVM Compiler Infrastructure
|
|
|
|
#
|
2007-12-30 04:11:13 +08:00
|
|
|
# This file is distributed under the University of Illinois Open Source
|
|
|
|
# License. See LICENSE.TXT for details.
|
2004-08-11 03:14:36 +08:00
|
|
|
#
|
|
|
|
##===----------------------------------------------------------------------===##
|
2004-08-24 03:29:54 +08:00
|
|
|
LEVEL = ../..
|
2004-08-11 03:14:36 +08:00
|
|
|
TOOLNAME = HowToUseJIT
|
2004-11-18 18:03:46 +08:00
|
|
|
EXAMPLE_TOOL = 1
|
2004-10-15 03:02:13 +08:00
|
|
|
|
2008-08-17 21:55:33 +08:00
|
|
|
LINK_COMPONENTS := jit interpreter nativecodegen
|
2004-08-11 03:14:36 +08:00
|
|
|
|
|
|
|
include $(LEVEL)/Makefile.common
|