llvm-6502/tools/opt/Makefile
2003-07-18 16:25:40 +00:00

11 lines
289 B
Makefile

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