Merge branch 'master' of ssh://crater.dragonflybsd.org/repository/git/dragonfly
[dragonfly.git] / gnu / usr.bin / cc34 / cc_tools / genconfig / Makefile
1 # $DragonFly: src/gnu/usr.bin/cc34/cc_tools/genconfig/Makefile,v 1.1 2004/06/14 22:27:54 joerg Exp $
2
3 .include "../Makefile.inc"
4
5 PROG=   genconfig
6 SRCS=   genconfig.c insn-modes.h genrtl.h gtype-desc.h tm-preds.h
7 SRCS+=  tree-check.h gensupport.c insn-conditions.c min-insn-modes.c
8 SRCS+=  insn-constants.h
9 SRCS+=  bitmap.c errors.c rtl.c read-rtl.c print-rtl.c ggc-none.c
10 SRCS+=  concat.c hashtab.c obstack.c safe-ctype.c xexit.c xmalloc.c xstrdup.c
11
12 .include <bsd.hostprog.mk>