1*0a6a1f1dSLionel Sambuc# $NetBSD: Makefile,v 1.7 2014/06/01 19:51:02 mrg Exp $ 218a5822eSThomas Veerman 318a5822eSThomas Veerman.include <bsd.own.mk> 484d9c625SLionel Sambuc.include <bsd.init.mk> 518a5822eSThomas Veerman 684d9c625SLionel Sambuc.include "${.CURDIR}/../../arch/${GCC_MACHINE_ARCH}/defs.mk" 718a5822eSThomas Veerman 818a5822eSThomas Veerman.cc: # disable .cc->NULL transform 918a5822eSThomas Veerman 1018a5822eSThomas VeermanINCS= ${G_ext_headers} 11*0a6a1f1dSLionel Sambuc 1218a5822eSThomas VeermanINCSDIR= /usr/include/g++/ext 1318a5822eSThomas Veerman 14*0a6a1f1dSLionel Sambuc.include "${.CURDIR}/../Makefile.includes" 1518a5822eSThomas Veerman 1618a5822eSThomas Veerman.include <bsd.prog.mk> 17*0a6a1f1dSLionel Sambuc# Get default targets including <bsd.inc.mk>. 1818a5822eSThomas Veerman 19*0a6a1f1dSLionel Sambuc.PATH: ${DIST}/libstdc++-v3/include/ext 20*0a6a1f1dSLionel Sambuc.PATH: ${DIST}/libstdc++-v3/include 21*0a6a1f1dSLionel Sambuc.PATH: ${DIST}/libstdc++-v3/config 22*0a6a1f1dSLionel Sambuc.PATH: ${DIST}/libstdc++-v3/libsupc++ 23*0a6a1f1dSLionel Sambuc# for ext/hash_set 24*0a6a1f1dSLionel Sambuc#.PATH: ${DIST}/libstdc++-v3/include/backward 25