2001-07-21 12:42:29 +00:00
|
|
|
LEVEL = ../..
|
2001-09-07 22:59:25 +00:00
|
|
|
TOOLNAME = llc
|
2002-10-28 00:54:59 +00:00
|
|
|
USEDLIBS = mapping \
|
2002-10-28 01:13:07 +00:00
|
|
|
sparc \
|
2002-10-28 00:54:59 +00:00
|
|
|
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-17 20:40:22 +00:00
|
|
|
TOOLLINKOPTS = -ldl $(ExportSymbols)
|
2001-07-21 12:42:29 +00:00
|
|
|
|
2002-09-20 00:43:20 +00:00
|
|
|
KEEP_SYMBOLS = 1
|
|
|
|
|
2001-09-07 22:59:25 +00:00
|
|
|
include $(LEVEL)/Makefile.common
|
2001-07-21 12:42:29 +00:00
|
|
|
|