xref: /netbsd-src/external/gpl3/gcc.old/lib/libstdc++-v3/include/profile/Makefile (revision 8feb0f0b7eaff0608f8350bbfa3098827b4bb91b)
1#	$NetBSD: Makefile,v 1.8 2023/02/20 02:12:27 mrg Exp $
2
3.include <bsd.init.mk>
4
5.include "${.CURDIR}/../../arch/${GCC_MACHINE_ARCH}/defs.mk"
6
7.cc: # disable .cc->NULL transform
8
9DIST=		${GCCDIST}
10GNUHOSTDIST=	${DIST}
11
12INCS=		${G_profile_headers}
13INCSDIR=	/usr/include/g++/profile
14
15.PATH: ${DIST}/libstdc++-v3/include/profile
16
17.include "${.CURDIR}/../Makefile.includes"
18
19SUBDIR=	impl
20
21.include <bsd.subdir.mk>
22