2003-10-20 22:29:16 +00:00
|
|
|
##===- tools/lli/Makefile ------------------------------*- Makefile -*-===##
|
|
|
|
#
|
|
|
|
# The LLVM Compiler Infrastructure
|
|
|
|
#
|
2007-12-29 20:07:17 +00:00
|
|
|
# This file is distributed under the University of Illinois Open Source
|
|
|
|
# License. See LICENSE.TXT for details.
|
2003-10-20 22:29:16 +00:00
|
|
|
#
|
|
|
|
##===----------------------------------------------------------------------===##
|
2006-09-04 18:34:16 +00:00
|
|
|
|
2004-11-29 07:17:18 +00:00
|
|
|
LEVEL := ../..
|
|
|
|
TOOLNAME := lli
|
2008-08-17 13:53:59 +00:00
|
|
|
LINK_COMPONENTS := jit interpreter nativecodegen bitreader selectiondag
|
2002-12-23 23:59:41 +00:00
|
|
|
|
2004-10-14 19:01:25 +00:00
|
|
|
# Enable JIT support
|
2001-09-07 22:59:25 +00:00
|
|
|
include $(LEVEL)/Makefile.common
|