2004-09-11 20:30:11 +00:00
|
|
|
##===- examples/HowToUseJIT/Makefile -----------------------*- Makefile -*-===##
|
2004-08-10 19:14:36 +00: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 19:29:54 +00:00
|
|
|
LEVEL = ../..
|
2004-08-10 19:14:36 +00:00
|
|
|
TOOLNAME = HowToUseJIT
|
2004-11-18 10:03:46 +00:00
|
|
|
EXAMPLE_TOOL = 1
|
2004-10-14 19:02:13 +00:00
|
|
|
|
|
|
|
# Enable JIT support
|
2004-11-29 07:17:18 +00:00
|
|
|
LLVMLIBS := JIT
|
2004-08-10 19:14:36 +00:00
|
|
|
|
|
|
|
include $(LEVEL)/Makefile.common
|