blob: aea04ac544c1ef8d0bacd6cae04314a4bcd3f26c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
LEVEL = ../..
TOOLNAME = opt
USEDLIBS = bcreader bcwriter instrument profpaths \
sparc.a target.a mapping.a regalloc.a sched.a select.a preselect \
livevar.a sparc.a scalaropts \
ipo ipa.a datastructure.a transforms target.a analysis \
transformutils vmcore support
TOOLLINKOPTS = -ldl
include $(LEVEL)/Makefile.common
|