xref: /netbsd-src/external/gpl3/gcc/lib/libstdc++-v3/include/ext/Makefile (revision 22cfb1f2ea970223b1f3e9be63f700d4119a697c)
1#	$NetBSD: Makefile,v 1.9 2021/08/16 06:56:27 mrg Exp $
2
3.include <bsd.own.mk>
4.include <bsd.init.mk>
5
6.include "${.CURDIR}/../../arch/${GCC_MACHINE_ARCH}/defs.mk"
7
8.cc: # disable .cc->NULL transform
9
10INCS=		${G_ext_headers} ${G_ext_host_headers}
11
12INCSDIR=	/usr/include/g++/ext
13
14.include "${.CURDIR}/../Makefile.includes"
15
16.PATH: ${DIST}/libstdc++-v3/include/ext
17.PATH: ${DIST}/libstdc++-v3/config
18.PATH: ${DIST}/libstdc++-v3/libsupc++
19