2001-08-24 01:05:04 +08:00
|
|
|
LEVEL = ../..
|
2001-09-08 06:59:25 +08:00
|
|
|
TOOLNAME = lli
|
2002-07-24 01:52:38 +08:00
|
|
|
USEDLIBS = bcreader vmcore analysis.a support.a target.a transforms.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.
|
|
|
|
#
|
|
|
|
TOOLLINKOPTS = -ldl $(ExportSymbols)
|
2001-08-24 01:05:04 +08:00
|
|
|
|
2001-09-08 06:59:25 +08:00
|
|
|
include $(LEVEL)/Makefile.common
|