95949758aab4ee2a55ae030cf4fd346986e33ab2
[dragonfly.git] / gnu / usr.bin / cc41 / cc_tools / genattrtab / Makefile
1 # $DragonFly: src/gnu/usr.bin/cc41/cc_tools/genattrtab/Makefile,v 1.1 2006/09/27 12:10:34 corecode Exp $
2
3 .include "../Makefile.inc"
4
5 PROG=   genattrtab
6 SRCS=   genattrtab.c genautomata.c insn-modes.h gtype-desc.h insn-constants.h tm-preds.h options.h
7 SRCS+=  ${RTL_SRCS} ${SUPPORT_SRCS} ${PRINT_SRCS} ${ERRORS_SRCS} ${VARRAY_SRCS}
8
9 LDADD+= -lm
10
11 .include <bsd.hostprog.mk>