xref: /netbsd-src/external/gpl3/gcc.old/usr.bin/gcov-dump/Makefile (revision 8feb0f0b7eaff0608f8350bbfa3098827b4bb91b)
1#	$NetBSD: Makefile,v 1.5 2023/02/20 02:12:35 mrg Exp $
2
3.include <bsd.init.mk>
4
5PROG=           gcov-dump
6SRCS=		${G_GCOV_DUMP_OBJS:.o=.c}
7
8CPPFLAGS+=	-I${GCCARCH} -I${BACKENDOBJ} ${G_ALL_CFLAGS:M-D*} ${G_INCLUDES:M-I*:N-I.*}
9
10BINDIR=		/usr/bin
11
12.include "../Makefile.common"
13.include "../Makefile.libcpp"
14.include "../Makefile.backtrace"
15.include "../Makefile.libiberty"
16.include "../Makefile.libdecnumber"
17
18.include "../Makefile.prog"
19
20LDADD+=		-lintl
21DPADD+=		${LIBINTL}
22
23.PATH: ${DIST}/gcc ${DIST}/gcc/doc
24