Merge branch 'master' of ssh://crater.dragonflybsd.org/repository/git/dragonfly
[dragonfly.git] / gnu / usr.bin / cc34 / cc_tools / genemit / Makefile
blob445810e2ec9670b42257afa06580bcacffbdb9d1
1 # $DragonFly: src/gnu/usr.bin/cc34/cc_tools/genemit/Makefile,v 1.1 2004/06/14 22:27:55 joerg Exp $
3 .include "../Makefile.inc"
5 PROG= genemit
6 SRCS= genemit.c genrtl.h insn-modes.h gensupport.c gtype-desc.h
7 SRCS+= insn-conditions.c tm-preds.h insn-constants.h min-insn-modes.c
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
11 .include <bsd.hostprog.mk>