Welcome the build infrastructure for gcc41
[dragonfly.git] / gnu / usr.bin / cc41 / cc_tools / genextract / Makefile
1 # $DragonFly: src/gnu/usr.bin/cc41/cc_tools/genextract/Makefile,v 1.1 2006/09/27 12:10:34 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 .include <bsd.hostprog.mk>