Add gcov.

This commit is contained in:
tv 2001-08-06 19:46:12 +00:00
parent 1ba4ad89e1
commit c3c7f78d4f
2 changed files with 17 additions and 2 deletions

View File

@ -1,10 +1,10 @@
# $NetBSD: Makefile,v 1.9 2001/07/18 14:02:26 tv Exp $
# $NetBSD: Makefile,v 1.10 2001/08/06 19:46:12 tv Exp $
.include <bsd.own.mk>
.ifdef USE_NEW_TOOLCHAIN
SUBDIR+= cpp0 backend cc1 cc1obj cc1plus f771 frontend cpp g++ g77 gcc
SUBDIR+= cpp0 gcov backend cc1 cc1obj cc1plus f771 frontend cpp g++ g77 gcc
# Dependencies to allow single-target builds.
all-cc1 all-cc1obj all-cc1plus all-f771: all-backend

View File

@ -0,0 +1,15 @@
# $NetBSD: Makefile,v 1.1 2001/08/06 19:46:12 tv Exp $
.include <bsd.own.mk>
PROG= gcov
SRCS= ${G_GCOV_OBJS:.o=.c}
MKMAN= no
CPPFLAGS+= -I${GCCARCH} ${G_ALL_CFLAGS:M-D*} ${G_INCLUDES:M-I*:N-I.*}
BINDIR= /usr/bin
.include <bsd.prog.mk>
.PATH: ${DIST}/gcc