# $NetBSD: Makefile,v 1.3 2002/09/17 23:18:37 thorpej Exp $ .include # This include file keeps the includes/build of libstdc++ separate, # to avoid issues like "iostream.cc" using the default ".cc:" rule # to build the "iostream" file (which is actually a header). .include "${.CURDIR}/../arch/${MACHINE_ARCH}/defs.mk" DIST= ${NETBSDSRCDIR}/gnu/dist/toolchain INCS= ${G_HEADERS} ${STD_HEADERS} ${STL_HEADERS} INCSDIR= /usr/include/g++ .PATH: ${DIST}/libstdc++ ${DIST}/libstdc++/stl # Get default targets including . .include