llvm-6502/tools/bugpoint/Makefile
Chris Lattner afade9294a Initial checkin of bugpoint
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4789 91177308-0d34-0410-b5e6-96231b3b80d8
2002-11-20 22:28:10 +00:00

14 lines
294 B
Makefile

LEVEL = ../..
TOOLNAME = bugpoint
OPTLIBS = instrument profpaths scalaropts ipo
ANALIBS = datastructure ipa target.a analysis
USEDLIBS = ipo scalaropts $(ANALIBS) \
transformutils asmparser bcreader bcwriter vmcore support
TOOLLINKOPTS = -ldl
include $(LEVEL)/Makefile.common