llvm-mirror/tools/bugpoint/Makefile
Chris Lattner c582c69c7a Link in lots o libraries
llvm-svn: 5269
2003-01-14 21:30:30 +00:00

14 lines
303 B
Makefile

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