summaryrefslogtreecommitdiff
path: root/tools/opt/Makefile
blob: 989bc642bd61b4e2fc488da3ba2ada2f4d649a5a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
LEVEL = ../..
TOOLNAME = opt

#USEDLIBS = bcreader bcwriter profpaths \
#           analysis transforms vmcore support


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

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

include $(LEVEL)/Makefile.common