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