# $NetBSD: Makefile,v 1.5 2023/08/01 05:57:55 mrg Exp $ .include PROG= gcov-dump SRCS= ${G_GCOV_DUMP_OBJS:.o=.cc} CPPFLAGS+= -I${GCCARCH} -I${BACKENDOBJ} ${G_ALL_CFLAGS:M-D*} ${G_INCLUDES:M-I*:N-I.*} BINDIR= /usr/bin .include "../Makefile.common" .include "../Makefile.libcpp" .include "../Makefile.backtrace" .include "../Makefile.libiberty" .include "../Makefile.libdecnumber" .include "../Makefile.prog" LDADD+= -lintl DPADD+= ${LIBINTL} .PATH: ${DIST}/gcc ${DIST}/gcc/doc