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