xref: /netbsd/external/gpl3/gcc/Makefile.gcc_path (revision 51ada30d)
1#	$NetBSD: Makefile.gcc_path,v 1.3 2018/08/12 21:48:56 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