1 # $NetBSD: Makefile,v 1.13 2021/08/16 06:56:27 mrg Exp $ 2 3 SUBDIR= backward ext bits debug decimal parallel pb profile pstl 4 SUBDIR+= 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 13 DIST= ${GCCDIST} 14 GNUHOSTDIST= ${DIST} 15 16 # XXXmknative libstdc++-v3/libsupc++/Makefile.am::std_HEADERS 17 # libsupc++ 18 INCS= compare cxxabi.h exception initializer_list new typeinfo 19 20 # others 21 INCS+= cerrno 22 INCS+= ${G_std_headers} ${G_c_base_headers} 23 INCS+= ${G_c_compatibility_headers_extra} 24 INCSDIR= /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