summaryrefslogtreecommitdiff
path: root/tools/analyze/Makefile
blob: 6fd5d9400097aa0a308729a136958929edaea9a4 (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 scalaropts.a vmcore support
TOOLLINKOPTS = $(PLATFORMLIBDL)

include $(LEVEL)/Makefile.common