Makefile revision 1.1
1#	$NetBSD: Makefile,v 1.1 2014/03/01 10:00:48 mrg Exp $
2
3.include <bsd.own.mk>
4.include <bsd.init.mk>
5
6.include "${.CURDIR}/../../arch/${GCC_MACHINE_ARCH}/defs.mk"
7
8.cc: # disable .cc->NULL transform
9
10DIST=		${NETBSDSRCDIR}/external/gpl3/gcc/dist
11
12INCS=		${G_pb_headers1} ${G_pb_headers2} ${G_pb_headers3} ${G_pb_headers4}
13INCS+=		${G_pb_headers5} ${G_pb_headers6} ${G_pb_headers7}
14INCSDIR=	/usr/include/g++
15
16.PATH:	${DIST}/libstdc++-v3/include
17
18# Get default targets including <bsd.inc.mk>.
19.include <bsd.prog.mk>
20