llvm-6502/tools/opt/Makefile
2002-09-17 20:40:24 +00:00

13 lines
344 B
Makefile

LEVEL = ../..
TOOLNAME = opt
USEDLIBS = bcreader bcwriter instrument profpaths \
sparc target.a mapping regalloc.a sched select preselect \
livevar scalaropts \
ipo ipa.a datastructure.a transforms target.a analysis \
transformutils vmcore support
TOOLLINKOPTS = -ldl $(ExportSymbols)
include $(LEVEL)/Makefile.common