2004-09-11 22:30:11 +02:00
|
|
|
##===- examples/HowToUseJIT/Makefile -----------------------*- Makefile -*-===##
|
2004-08-10 21:14:36 +02:00
|
|
|
#
|
|
|
|
# The LLVM Compiler Infrastructure
|
|
|
|
#
|
|
|
|
# This file was developed by Valery A. Khamenya and is distributed under
|
|
|
|
# the University of Illinois Open Source License. See LICENSE.TXT for details.
|
|
|
|
#
|
|
|
|
##===----------------------------------------------------------------------===##
|
2004-08-23 21:29:54 +02:00
|
|
|
LEVEL = ../..
|
2004-08-10 21:14:36 +02:00
|
|
|
TOOLNAME = HowToUseJIT
|
2004-11-18 11:03:46 +01:00
|
|
|
EXAMPLE_TOOL = 1
|
2004-10-14 21:02:13 +02:00
|
|
|
|
2006-09-04 08:04:03 +02:00
|
|
|
LINK_COMPONENTS := jit interpreter native
|
2004-08-10 21:14:36 +02:00
|
|
|
|
|
|
|
include $(LEVEL)/Makefile.common
|