xref: /minix3/external/gpl3/gcc/lib/libstdc++-v3/include/Makefile.includes (revision 0a6a1f1d05b60e214de2f05a7310ddd1f0e590e7)
1*0a6a1f1dSLionel Sambuc#	$NetBSD: Makefile.includes,v 1.1 2014/03/01 10:00:47 mrg Exp $
2*0a6a1f1dSLionel Sambuc
3*0a6a1f1dSLionel Sambuc#
4*0a6a1f1dSLionel Sambuc# Always install in INCSDIR regardless of any path in filename
5*0a6a1f1dSLionel Sambuc#
6*0a6a1f1dSLionel Sambuc.for f in ${INCS}
7*0a6a1f1dSLionel SambucINCSDIR_${f:C,/,_,g}=	${INCSDIR}
8*0a6a1f1dSLionel SambucINCSNAME_${f:C,/,_,g}=	${f:T}
9*0a6a1f1dSLionel Sambuc.endfor
10