Create startup files from the GCC sources and drop our versions.
[dragonfly.git] / gnu / usr.bin / cc40 / cc_tools / genoutput / Makefile
1 # $DragonFly: src/gnu/usr.bin/cc40/cc_tools/genoutput/Attic/Makefile,v 1.1 2005/06/05 22:43:21 corecode Exp $
2
3 .include "../Makefile.inc"
4 .include "../../Makefile.langs"
5
6 PROG=   genoutput
7 SRCS=   genoutput.c insn-modes.h gtype-desc.h insn-constants.h tm-preds.h options.h
8 SRCS+=  ${RTL_SRCS} ${SUPPORT_SRCS} ${PRINT_SRCS} ${ERRORS_SRCS}
9
10 .include <bsd.hostprog.mk>