xref: /netbsd-src/external/gpl3/gcc/lib/libstdc++-v3/include/debug/Makefile (revision b757af438b42b93f8c6571f026d8b8ef3eaf5fc9)
1#	$NetBSD: Makefile,v 1.2 2011/06/23 11:47:13 mrg Exp $
2
3.include <bsd.own.mk>
4
5.include "${.CURDIR}/../../arch/${MACHINE_ARCH}/defs.mk"
6
7.cc: # disable .cc->NULL transform
8
9DIST=		${NETBSDSRCDIR}/external/gpl3/gcc/dist
10
11INCS=		${G_debug_headers}
12INCSDIR=	/usr/include/g++/debug
13
14.PATH: ${DIST}/libstdc++-v3/include/debug
15
16# Get default targets including <bsd.inc.mk>.
17.include <bsd.prog.mk>
18