Makefile revision 1.9
1#	$NetBSD: Makefile,v 1.9 2021/04/09 23:15:48 mrg Exp $
2
3SUBDIR=		backward ext bits debug decimal parallel pb profile pstl
4SUBDIR+=	tr1 tr2
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# libsupc++
17INCS=		exception new typeinfo cxxabi.h initializer_list
18
19# others
20INCS+=		cerrno
21INCS+=		${G_std_headers} ${G_c_base_headers}
22INCS+=		${G_c_compatibility_headers_extra}
23INCSDIR=	/usr/include/g++
24
25.PATH: ${DIST}/libstdc++-v3
26.PATH: ${DIST}/libstdc++-v3/libsupc++
27.PATH: ${DIST}/libstdc++-v3/include/c_global
28.PATH: ${DIST}/libstdc++-v3/include/std
29
30.include "Makefile.includes"
31
32.include <bsd.subdir.mk>
33