2004-08-10 19:14:36 +00:00
|
|
|
##===- projects/HowToUseJIT/Makefile -----------------------*- Makefile -*-===##
|
|
|
|
#
|
|
|
|
# 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
|
|
|
|
USEDLIBS = lli-jit lli-interpreter codegen executionengine x86 selectiondag \
|
|
|
|
scalaropts analysis.a transformutils.a bcreader target.a vmcore \
|
2004-09-11 04:29:44 +00:00
|
|
|
support.a LLVMsystem.a
|
2004-08-10 19:14:36 +00:00
|
|
|
|
|
|
|
include $(LEVEL)/Makefile.common
|