1*0a6a1f1dSLionel Sambuc# $NetBSD: Makefile,v 1.9 2014/06/01 19:51:01 mrg Exp $ 218a5822eSThomas Veerman 3*0a6a1f1dSLionel SambucSUBDIR= backward ext bits debug decimal parallel pb profile 4*0a6a1f1dSLionel SambucSUBDIR+= tr1 tr2 518a5822eSThomas Veerman 684d9c625SLionel Sambuc.include <bsd.init.mk> 718a5822eSThomas Veerman.include <bsd.own.mk> 818a5822eSThomas Veerman 984d9c625SLionel Sambuc.include "${.CURDIR}/../arch/${GCC_MACHINE_ARCH}/defs.mk" 1018a5822eSThomas Veerman 1118a5822eSThomas Veerman.cc: # disable .cc->NULL transform 1218a5822eSThomas Veerman 13*0a6a1f1dSLionel SambucDIST= ${GCCDIST} 1418a5822eSThomas VeermanGNUHOSTDIST= ${DIST} 1518a5822eSThomas Veerman 1618a5822eSThomas Veerman# libsupc++ 17*0a6a1f1dSLionel SambucINCS= exception new typeinfo cxxabi.h initializer_list 1818a5822eSThomas Veerman 1918a5822eSThomas Veerman# others 2018a5822eSThomas VeermanINCS+= cerrno 2118a5822eSThomas VeermanINCS+= ${G_std_headers} ${G_c_base_headers} 2218a5822eSThomas VeermanINCS+= ${G_c_compatibility_headers_extra} 2318a5822eSThomas VeermanINCSDIR= /usr/include/g++ 2418a5822eSThomas Veerman 25*0a6a1f1dSLionel Sambuc.PATH: ${DIST}/libstdc++-v3 26*0a6a1f1dSLionel Sambuc.PATH: ${DIST}/libstdc++-v3/libsupc++ 27*0a6a1f1dSLionel Sambuc#.PATH: ${DIST}/libstdc++-v3/include/c_compatibility 2818a5822eSThomas Veerman.PATH: ${DIST}/libstdc++-v3/include/c_global 2918a5822eSThomas Veerman.PATH: ${DIST}/libstdc++-v3/include/std 3018a5822eSThomas Veerman 3118a5822eSThomas Veerman# Get default targets including <bsd.inc.mk>. 3218a5822eSThomas Veerman.include <bsd.prog.mk> 3318a5822eSThomas Veerman.include <bsd.subdir.mk> 34