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