xref: /netbsd-src/external/gpl3/gcc.old/Makefile.gcc_path (revision 122b5006ee1bd67145794b4cde92f4fe4781a5ec)
1#	$NetBSD: Makefile.gcc_path,v 1.11 2021/04/09 23:14:15 mrg Exp $
2
3# Define some commom paths
4
5.ifndef _EXTERNAL_GPL3_GCC_MAKEFILE_INC_
6_EXTERNAL_GPL3_GCC_MAKEFILE_INC_=1
7
8.include <bsd.own.mk>
9
10GCC_SUBDIR=	${NETBSDSRCDIR}/external/gpl3/${EXTERNAL_GCC_SUBDIR}
11
12#.if exists(${GCC_SUBDIR}/dist)
13GCCDIST=	${GCC_SUBDIR}/dist
14#.endif
15
16GCC_INCSDIR=	/usr/include/gcc-${HAVE_GCC}
17
18.endif	# _GPL3_GCC_MAKEFILE_INC_
19