9add20b9a0d379d4619df11a926008a0bf082391
[oota-llvm.git] / tools / analyze / Makefile
1 LEVEL = ../..
2 TOOLNAME = analyze
3 USEDLIBS = asmparser bcreader scalaropts.a transforms.a analysis ipa \
4            datastructure target.a transformutils.a vmcore support
5 TOOLLINKOPTS = -ldl $(ExportSymbols)
6
7 include $(LEVEL)/Makefile.common
8