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

TOOLNAME = bugpoint

OPTLIBS  = transforms instrument profpaths 
ANALIBS  = datastructure ipa target.a 

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

TOOLLINKOPTS = -ldl

include $(LEVEL)/Makefile.common