2001-07-21 20:42:29 +08:00
|
|
|
LEVEL = ../..
|
2001-09-08 06:59:25 +08:00
|
|
|
TOOLNAME = llc
|
2002-10-28 08:54:59 +08:00
|
|
|
USEDLIBS = mapping \
|
|
|
|
sparc target.a \
|
|
|
|
regalloc \
|
|
|
|
sched \
|
|
|
|
select \
|
|
|
|
codegen \
|
|
|
|
preopts \
|
|
|
|
postopts.a \
|
|
|
|
target.a \
|
|
|
|
instrument \
|
|
|
|
livevar \
|
|
|
|
bcreader \
|
|
|
|
bcwriter \
|
|
|
|
ipo \
|
|
|
|
ipa.a \
|
|
|
|
datastructure.a \
|
|
|
|
scalaropts \
|
|
|
|
transforms \
|
|
|
|
analysis \
|
|
|
|
transformutils \
|
|
|
|
vmcore \
|
|
|
|
support
|
2002-09-18 04:40:22 +08:00
|
|
|
TOOLLINKOPTS = -ldl $(ExportSymbols)
|
2001-07-21 20:42:29 +08:00
|
|
|
|
2002-09-20 08:43:20 +08:00
|
|
|
KEEP_SYMBOLS = 1
|
|
|
|
|
2001-09-08 06:59:25 +08:00
|
|
|
include $(LEVEL)/Makefile.common
|
2001-07-21 20:42:29 +08:00
|
|
|
|