summaryrefslogtreecommitdiff
path: root/tools/lli/Makefile
blob: c31fb5e2da26cb3fc8babe3412cb35eb0bfa6dbc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
LEVEL = ../..
TOOLNAME = lli
PARALLEL_DIRS = Interpreter JIT

JITLIBS  = lli-jit codegen x86 scalaropts.a
USEDLIBS = lli-interpreter $(JITLIBS) bcreader vmcore analysis.a support.a target.a 
#transforms.a

# Have gcc tell the linker to export symbols from the program so that
# dynamically loaded modules can be linked against them.
#
TOOLLINKOPTS = -ldl

include $(LEVEL)/Makefile.common