b79e6c47aa33a14c3bdbfc0b403a158c7111d837
[oota-llvm.git] / tools / bugpoint / Makefile
1 LEVEL = ../..
2
3 TOOLNAME = bugpoint
4
5 OPTLIBS  = transforms instrument profpaths 
6 ANALIBS  = datastructure ipa target.a 
7
8 USEDLIBS = ipo scalaropts analysis $(OPTLIBS) $(ANALIBS) \
9            transformutils asmparser bcreader bcwriter vmcore support
10
11 TOOLLINKOPTS = -ldl
12
13 include $(LEVEL)/Makefile.common