1#	$NetBSD: Makefile,v 1.10 2023/02/20 02:12:25 mrg Exp $
2
3SUBDIR=		backward ext bits debug decimal parallel pb profile pstl
4SUBDIR+=	tr1 tr2 experimental
5
6.include <bsd.init.mk>
7.include <bsd.own.mk>
8
9.include "${.CURDIR}/../arch/${GCC_MACHINE_ARCH}/defs.mk"
10
11.cc: # disable .cc->NULL transform
12
13DIST=		${GCCDIST}
14GNUHOSTDIST=	${DIST}
15
16# XXXmknative libstdc++-v3/libsupc++/Makefile.am::std_HEADERS
17# libsupc++
18INCS=		compare cxxabi.h exception initializer_list new typeinfo
19
20# others
21INCS+=		cerrno
22INCS+=		${G_std_headers} ${G_c_base_headers}
23INCS+=		${G_c_compatibility_headers_extra}
24INCSDIR=	/usr/include/g++
25
26.PATH: ${DIST}/libstdc++-v3
27.PATH: ${DIST}/libstdc++-v3/libsupc++
28.PATH: ${DIST}/libstdc++-v3/include/c_global
29.PATH: ${DIST}/libstdc++-v3/include/std
30
31.include "Makefile.includes"
32
33.include <bsd.subdir.mk>
34