llvm-6502/tools/bugpoint/Makefile
2002-12-23 23:49:59 +00:00

14 lines
293 B
Makefile

LEVEL = ../..
TOOLNAME = bugpoint
#OPTLIBS = 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