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