Rework generating of files so that every generation tool will only run once.
[dragonfly.git] / gnu / usr.bin / cc41 / cc_tools / genattr / Makefile
1 # $DragonFly: src/gnu/usr.bin/cc41/cc_tools/genattr/Makefile,v 1.2 2007/08/25 15:29:28 corecode Exp $
2
3 .include "../Makefile.inc"
4
5 PROG=   genattr
6 SRCS=   genattr.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-attr.h
10 GENINPUT= ${MD_FILE}
11 .include "../Makefile.gen"
12
13 .include <bsd.hostprog.mk>