gcc44: Switch the rest of the MLINKS over to gcc44.
[dragonfly.git] / gnu / usr.bin / cc41 / gcov / Makefile
1 .include "../Makefile.inc"
2 .include "../cc_tools/Makefile.tools"
3 .include "../Makefile.langs"
4
5 PROG=   gcov
6 MAN=    gcov41.1
7
8 SRCS=   gcov.c intl.c errors.c version.c
9
10 SRCS+=  insn-constants.h gcov-iov.h insn-flags.h
11
12 CFLAGS+= -I.
13 CFLAGS+= -DDEFAULT_TARGET_VERSION=\"${version}\"
14 CFLAGS+= -DDEFAULT_TARGET_MACHINE=\"${target_machine}\"
15
16 gcov41.1: ${GCCDIR}/gcc/doc/gcov.1
17         cp ${.ALLSRC} ${.TARGET}
18
19 CLEANFILES+=    gcov41.1
20
21 .include <bsd.prog.mk>