summaryrefslogtreecommitdiff
path: root/tools/opt/Makefile
blob: 88fd85b7de60cb2730cc9c840af497f500db0d52 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
LEVEL = ../..
TOOLNAME = opt

USEDLIBS = bcreader bcwriter instrument profpaths \
	   sparc target.a mapping regalloc.a sched select preselect \
	   livevar scalaropts \
	   ipo ipa.a datastructure.a transforms target.a analysis \
           transformutils vmcore support
TOOLLINKOPTS = -ldl

include $(LEVEL)/Makefile.common