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 \
|
|
|
|
livevar \
|
2003-01-19 21:55:43 +00:00
|
|
|
transforms.a \
|
2003-05-27 21:23:02 +00:00
|
|
|
scalaropts.a \
|
2003-01-19 21:55:43 +00:00
|
|
|
analysis.a \
|
|
|
|
transformutils.a \
|
2002-10-28 00:54:59 +00:00
|
|
|
bcreader \
|
2003-01-19 21:55:43 +00:00
|
|
|
bcwriter \
|
2002-10-28 00:54:59 +00:00
|
|
|
vmcore \
|
|
|
|
support
|
2002-11-04 20:50:57 +00:00
|
|
|
TOOLLINKOPTS = -ldl
|
2002-09-20 00:43:20 +00:00
|
|
|
|
2001-09-07 22:59:25 +00:00
|
|
|
include $(LEVEL)/Makefile.common
|
2001-07-21 12:42:29 +00:00
|
|
|
|