Initial checkin of the "extract" utility
[oota-llvm.git] / tools / extract / Makefile
1 LEVEL = ../..
2
3 TOOLNAME = extract
4 USEDLIBS = bcreader bcwriter transforms ipo analysis transformutils ipa vmcore support
5
6 include $(LEVEL)/Makefile.common