Build infrastructure for GCC 3.4
[dragonfly.git] / gnu / usr.bin / cc34 / cc_tools / gencodes / Makefile
1 # $DragonFly: src/gnu/usr.bin/cc34/cc_tools/gencodes/Makefile,v 1.1 2004/06/14 22:27:54 joerg Exp $
2
3 .include "../Makefile.inc"
4
5 PROG=   gencodes
6 SRCS=   gencodes.c genrtl.h gensupport.c gtype-desc.h tm-preds.h
7 SRCS+=  insn-conditions.c insn-constants.h min-insn-modes.c insn-modes.h
8 SRCS+=  errors.c rtl.c read-rtl.c ggc-none.c
9 SRCS+=  concat.c hashtab.c obstack.c safe-ctype.c xexit.c xmalloc.c xstrdup.c
10
11 .include <bsd.hostprog.mk>