llvm-6502/tools/analyze/Makefile
2003-06-17 20:09:18 +00:00

9 lines
250 B
Makefile

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