Add gcc40 infrastructure, but don't tie it to the build yet.
[dragonfly.git] / gnu / usr.bin / cc40 / cc_tools / genconstants / Makefile
1 # $DragonFly: src/gnu/usr.bin/cc40/cc_tools/genconstants/Attic/Makefile,v 1.1 2005/06/05 22:43:20 corecode Exp $
2
3 .include "../Makefile.inc"
4
5 PROG=   genconstants
6 SRCS=   genconstants.c insn-modes.h gtype-desc.h
7 SRCS+=  ${RTL_SRCS} ${EARLY_SRCS} ${ERRORS_SRCS}
8
9 .include <bsd.hostprog.mk>