Changing command-line option formats to be more consistent with LLVM style.
[oota-llvm.git] / tools / extract / Makefile
1 LEVEL = ../..
2
3 TOOLNAME = extract
4 USEDLIBS = bcreader bcwriter transforms.a ipo.a analysis.a transformutils.a \
5            ipa.a vmcore support.a
6
7 include $(LEVEL)/Makefile.common