2001-08-24 01:05:04 +08:00
|
|
|
LEVEL = ../..
|
2001-09-08 06:59:25 +08:00
|
|
|
TOOLNAME = lli
|
2003-01-22 23:41:10 +08:00
|
|
|
PARALLEL_DIRS = Interpreter JIT
|
2002-12-24 07:59:41 +08:00
|
|
|
|
2003-06-17 23:43:13 +08:00
|
|
|
JITLIBS = lli-jit codegen x86
|
|
|
|
USEDLIBS = lli-interpreter $(JITLIBS) bcreader vmcore scalaropts.a \
|
|
|
|
analysis.a support.a target.a
|
2002-09-14 06:20:19 +08:00
|
|
|
|
|
|
|
# Have gcc tell the linker to export symbols from the program so that
|
|
|
|
# dynamically loaded modules can be linked against them.
|
|
|
|
#
|
2002-11-05 04:50:57 +08:00
|
|
|
TOOLLINKOPTS = -ldl
|
2001-08-24 01:05:04 +08:00
|
|
|
|
2001-09-08 06:59:25 +08:00
|
|
|
include $(LEVEL)/Makefile.common
|