xref: /minix3/external/gpl3/gcc/lib/libstdc++-v3/include/pb/Makefile (revision 0a6a1f1d05b60e214de2f05a7310ddd1f0e590e7)
1*0a6a1f1dSLionel Sambuc#	$NetBSD: Makefile,v 1.2 2014/06/01 20:24:45 mrg Exp $
2*0a6a1f1dSLionel Sambuc
3*0a6a1f1dSLionel Sambuc.include <bsd.init.mk>
4*0a6a1f1dSLionel Sambuc
5*0a6a1f1dSLionel Sambuc.include "${.CURDIR}/../../arch/${GCC_MACHINE_ARCH}/defs.mk"
6*0a6a1f1dSLionel Sambuc
7*0a6a1f1dSLionel Sambuc.cc: # disable .cc->NULL transform
8*0a6a1f1dSLionel Sambuc
9*0a6a1f1dSLionel SambucDIST=		${GCCDIST}
10*0a6a1f1dSLionel SambucGNUHOSTDIST=	${DIST}
11*0a6a1f1dSLionel Sambuc
12*0a6a1f1dSLionel SambucINCS=		${G_pb_headers1} ${G_pb_headers2} ${G_pb_headers3} ${G_pb_headers4}
13*0a6a1f1dSLionel SambucINCS+=		${G_pb_headers5} ${G_pb_headers6} ${G_pb_headers7}
14*0a6a1f1dSLionel SambucINCSDIR=	/usr/include/g++
15*0a6a1f1dSLionel Sambuc
16*0a6a1f1dSLionel Sambuc.PATH:	${DIST}/libstdc++-v3/include
17*0a6a1f1dSLionel Sambuc
18*0a6a1f1dSLionel Sambuc# Get default targets including <bsd.inc.mk>.
19*0a6a1f1dSLionel Sambuc.include <bsd.prog.mk>
20