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

include $(LEVEL)/Makefile.common