1# $NetBSD: Makefile,v 1.1.1.2 2014/02/26 10:57:34 mrg Exp $ 2 3SUBDIR= backward ext bits debug decimal parallel tr1 tr1_impl 4#SUBDIR+= pb_assoc 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 cxxabi-forced.h 18INCS+= exception_defines.h initializer_list exception_ptr.h 19INCS+= nested_exception.h 20 21# others 22INCS+= cerrno 23INCS+= ${G_std_headers} ${G_c_base_headers} 24INCS+= ${G_c_compatibility_headers_extra} 25INCSDIR= /usr/include/g++ 26 27.PATH: ${DIST}/libstdc++-v3 ${DIST}/libstdc++-v3/libsupc++ 28.PATH: ${DIST}/libstdc++-v3/include/c_compatibility 29.PATH: ${DIST}/libstdc++-v3/include/c_global 30.PATH: ${DIST}/libstdc++-v3/include/std 31 32# Get default targets including <bsd.inc.mk>. 33.include <bsd.prog.mk> 34.include <bsd.subdir.mk> 35