# $NetBSD: Makefile,v 1.9 2021/04/09 23:15:48 mrg Exp $ SUBDIR= backward ext bits debug decimal parallel pb profile pstl SUBDIR+= tr1 tr2 .include .include .include "${.CURDIR}/../arch/${GCC_MACHINE_ARCH}/defs.mk" .cc: # disable .cc->NULL transform DIST= ${GCCDIST} GNUHOSTDIST= ${DIST} # libsupc++ INCS= exception new typeinfo cxxabi.h initializer_list # others INCS+= cerrno INCS+= ${G_std_headers} ${G_c_base_headers} INCS+= ${G_c_compatibility_headers_extra} INCSDIR= /usr/include/g++ .PATH: ${DIST}/libstdc++-v3 .PATH: ${DIST}/libstdc++-v3/libsupc++ .PATH: ${DIST}/libstdc++-v3/include/c_global .PATH: ${DIST}/libstdc++-v3/include/std .include "Makefile.includes" .include