2001-06-06 20:29:01 +00:00
|
|
|
LEVEL = ../..
|
2001-09-07 22:59:25 +00:00
|
|
|
TOOLNAME = opt
|
2002-06-25 21:43:28 +00:00
|
|
|
|
2002-09-16 16:09:43 +00:00
|
|
|
USEDLIBS = bcreader bcwriter instrument profpaths \
|
2002-10-28 00:54:59 +00:00
|
|
|
sparc target.a mapping regalloc.a sched select codegen preopts \
|
|
|
|
postopts.a \
|
2002-09-16 18:28:27 +00:00
|
|
|
livevar scalaropts \
|
2002-10-01 22:41:01 +00:00
|
|
|
ipo ipa.a datastructure transforms target.a analysis \
|
2002-07-23 17:52:38 +00:00
|
|
|
transformutils vmcore support
|
2001-06-06 20:29:01 +00:00
|
|
|
|
2002-11-04 20:50:57 +00:00
|
|
|
TOOLLINKOPTS = -ldl
|
2002-09-18 11:55:44 +00:00
|
|
|
KEEP_SYMBOLS = 1
|
|
|
|
|
2001-09-07 22:59:25 +00:00
|
|
|
include $(LEVEL)/Makefile.common
|
2001-06-06 20:29:01 +00:00
|
|
|
|