llvm-6502/tools/extract/Makefile
Chris Lattner 579d91411a Initial checkin of the "extract" utility
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2716 91177308-0d34-0410-b5e6-96231b3b80d8
2002-05-22 20:27:00 +00:00

7 lines
155 B
Makefile

LEVEL = ../..
TOOLNAME = extract
USEDLIBS = bcreader bcwriter transforms ipo analysis transformutils ipa vmcore support
include $(LEVEL)/Makefile.common