xref: /netbsd-src/external/gpl3/gcc/lib/libstdc++-v3/include/ext/Makefile (revision 7788a0781fe6ff2cce37368b4578a7ade0850cb1)
1#	$NetBSD: Makefile,v 1.3 2011/06/28 04:07:04 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_ext_headers}
12INCSDIR=	/usr/include/g++/ext
13
14.PATH: ${DIST}/libstdc++-v3/include/ext
15# for ext/hash_set
16.PATH: ${DIST}/libstdc++-v3/include/backward
17
18# Get default targets including <bsd.inc.mk>.
19.include <bsd.prog.mk>
20
21# XXX Not yet
22#SUBDIR=	pb_assoc
23
24#.include <bsd.subdir.mk>
25