llvm-6502/tools/analyze/Makefile
2002-08-29 20:10:29 +00:00

9 lines
225 B
Makefile

LEVEL = ../..
TOOLNAME = analyze
USEDLIBS = asmparser bcreader scalaropts.a transforms.a analysis ipa \
datastructure target.a transformutils.a vmcore support
TOOLLINKOPTS = -ldl
include $(LEVEL)/Makefile.common