Home | History | Annotate | Line # | Download | only in gcov-dump
      1 #	$NetBSD: Makefile,v 1.6 2025/09/07 04:12:40 mrg Exp $
      2 
      3 .include <bsd.init.mk>
      4 
      5 PROG=           gcov-dump
      6 SRCS=		${G_GCOV_DUMP_OBJS:.o=.cc}
      7 
      8 CPPFLAGS+=	-I${GCCARCH} -I${BACKENDOBJ} ${G_ALL_CFLAGS:M-D*} ${G_INCLUDES:M-I*:N-I.*}
      9 
     10 BINDIR=		/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 
     20 LDADD+=		-lintl
     21 DPADD+=		${LIBINTL}
     22 
     23 .PATH: ${DIST}/gcc ${DIST}/gcc/doc
     24