summaryrefslogtreecommitdiff
path: root/tools/opt/Makefile
blob: 73dd08aba73c7f8a6e11b2e82f0afbcb47fb8cd1 (plain)
1
2
3
4
5
6
7
8
9
10
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