NetBSD/gnu/lib/libstdc++/include/Makefile
lukem 70e86ffb8d add more rules to disable default '.cc -> NULL' transforms,
because the default rules cause problems if "valarray.cc" is newer
than "valarray" (for example)
2003-07-22 02:52:37 +00:00

18 lines
410 B
Makefile

# $NetBSD: Makefile,v 1.4 2003/07/22 02:52:37 lukem Exp $
.include <bsd.own.mk>
.include "${.CURDIR}/../arch/${MACHINE_ARCH}/defs.mk"
.cc: # disable .cc->NULL transform
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 <bsd.inc.mk>.
.include <bsd.prog.mk>