aboutsummaryrefslogtreecommitdiffstats
path: root/tools/analyze/Makefile
blob: 57152ac5cdb9c9bab828be7c089e631c6b61d7c7 (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

include $(LEVEL)/Makefile.common