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

USEDLIBS = bcreader bcwriter instrument profpaths scalaropts \
           ipo ipa.a datastructure.a transforms target.a analysis.a \
           transformutils vmcore support
TOOLLINKOPTS = -ldl

include $(LEVEL)/Makefile.common