1# $NetBSD: Makefile,v 1.5 2011/07/01 01:21:38 mrg Exp $ 2 3SUBDIR= backward ext bits debug decimal parallel tr1 tr1_impl 4#SUBDIR+= pb_assoc 5 6.include <bsd.own.mk> 7 8.include "${.CURDIR}/../arch/${MACHINE_ARCH}/defs.mk" 9 10.cc: # disable .cc->NULL transform 11 12DIST= ${NETBSDSRCDIR}/external/gpl3/gcc/dist 13GNUHOSTDIST= ${DIST} 14 15# libsupc++ 16INCS= exception new typeinfo cxxabi.h cxxabi-forced.h 17INCS+= exception_defines.h initializer_list exception_ptr.h 18INCS+= nested_exception.h 19 20# others 21INCS+= cerrno 22INCS+= ${G_std_headers} ${G_c_base_headers} 23INCS+= ${G_c_compatibility_headers_extra} 24INCSDIR= /usr/include/g++ 25 26.PATH: ${DIST}/libstdc++-v3 ${DIST}/libstdc++-v3/libsupc++ 27.PATH: ${DIST}/libstdc++-v3/include/c_compatibility 28.PATH: ${DIST}/libstdc++-v3/include/c_global 29.PATH: ${DIST}/libstdc++-v3/include/std 30 31# Get default targets including <bsd.inc.mk>. 32.include <bsd.prog.mk> 33.include <bsd.subdir.mk> 34