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