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

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

TOOLLINKOPTS = -ldl

include $(LEVEL)/Makefile.common