summaryrefslogtreecommitdiff
path: root/tools/bugpoint/Makefile
blob: 43f1c91d3006d399bc1c2b8a8b7539c73f031755 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
LEVEL = ../..

TOOLNAME = bugpoint

OPTLIBS  = instrument profpaths scalaropts ipo
ANALIBS  = datastructure ipa target.a analysis

USEDLIBS = ipo scalaropts $(ANALIBS) \
           transformutils asmparser bcreader bcwriter vmcore support

TOOLLINKOPTS = -ldl

include $(LEVEL)/Makefile.common