summaryrefslogtreecommitdiff
path: root/tools/opt/Makefile
blob: 4c38c76dfec7d4b6f5ba00d73068680a7a2e718c (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 = $(PLATFORMLIBDL)

include $(LEVEL)/Makefile.common