llvm-6502/tools/analyze/Makefile
2002-09-17 20:40:22 +00:00

9 lines
242 B
Makefile

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