summaryrefslogtreecommitdiff
path: root/tools/bugpoint/Makefile
blob: 2c4a72b7d99315761d84bcd6762de4627b3bc717 (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 = $(PLATFORMLIBDL)

include $(LEVEL)/Makefile.common