aboutsummaryrefslogtreecommitdiffstats
path: root/tools/analyze/Makefile
blob: 72115dcea24f8e65e38626ae4fc0f0d282fa6660 (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 = -ldl

include $(LEVEL)/Makefile.common