blob: ba23dabdb9aa3cdace2e4b7bae3ddd17584081fd (
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
|