xref: /netbsd-src/external/gpl3/gcc.old/Makefile.gcc_path (revision 6acb51a6d4407eb0daaa50b1b387f0beda0b6972)
1#	$NetBSD: Makefile.gcc_path,v 1.1.1.1 2014/02/26 10:56:10 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
10.if ${HAVE_GCC} >= 45
11GCC_SUBDIR=	${NETBSDSRCDIR}/external/gpl3/${EXTERNAL_GCC_SUBDIR}
12.else
13GCC_SUBDIR=	/not/here/for/you
14.endif
15
16#.if exists(${GCC_SUBDIR}/dist)
17GCCDIST=	${GCC_SUBDIR}/dist
18#.endif
19
20.endif	# _GPL3_GCC_MAKEFILE_INC_
21