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

USEDLIBS = bcreader bcwriter instrument profpaths \
           sparc mapping regalloc.a sched select codegen preopts \
           postopts.a livevar scalaropts \
           ipo ipa.a datastructure transforms target.a analysis \
           transformutils vmcore support

TOOLLINKOPTS = -ldl

include $(LEVEL)/Makefile.common