Initial import of binutils 2.22 on the new vendor branch
[dragonfly.git] / gnu / usr.bin / cc41 / cc_tools / genextract / Makefile
1 # $DragonFly: src/gnu/usr.bin/cc41/cc_tools/genextract/Makefile,v 1.2 2007/08/25 15:29:29 corecode Exp $
2
3 .include "../Makefile.inc"
4
5 PROG=   genextract
6 SRCS=   genextract.c insn-modes.h gtype-desc.h insn-constants.h tm-preds.h options.h
7 SRCS+=  insn-config.h
8 SRCS+=  ${RTL_SRCS} ${SUPPORT_SRCS} ${PRINT_SRCS} ${ERRORS_SRCS}
9
10 GENFILE= insn-extract.c
11 GENINPUT= ${MD_FILE}
12 .include "../Makefile.gen"
13
14 .include <bsd.hostprog.mk>