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