blob: 9add20b9a0d379d4619df11a926008a0bf082391 (
plain)
1
2
3
4
5
6
7
8
|
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
|