xref: /netbsd-src/external/gpl3/gcc.old/lib/libstdc++-v3/include/Makefile.includes (revision 8feb0f0b7eaff0608f8350bbfa3098827b4bb91b)
1#	$NetBSD: Makefile.includes,v 1.8 2023/02/20 02:12:25 mrg Exp $
2
3#
4# Always install in INCSDIR regardless of any path in filename
5#
6.for f in ${INCS}
7INCSDIR_${f:C,/,_,g}=	${INCSDIR}
8INCSNAME_${f:C,/,_,g}=	${f:T}
9.endfor
10
11.PATH: ${DIST}/libstdc++-v3/include
12
13.include <bsd.prog.mk>
14