NetBSD/gnu/lib/Makefile
mrg 1a086c6b25 introduce an additional switch to enable building GCC3 instead of GCC2:
HAVE_GCC3.  if this is set, we also set USE_TOOLS_TOOLCHAIN=no.  change
the definition of the former to be restricted to whether tools/toolchain
is used or not.
2003-08-27 16:03:17 +00:00

20 lines
360 B
Makefile

# $NetBSD: Makefile,v 1.34 2003/08/27 16:03:17 mrg Exp $
.include <bsd.own.mk>
.if ${MKBFD} != "no"
SUBDIR+= libopcodes libbfd libiberty
.endif
.if ${MKGCC} != "no"
. if ${HAVE_GCC3} == "no"
SUBDIR+= libg2c libgcc libobjc libstdc++
. else
SUBDIR+= libg2c3 libgcc3 libobjc3 libsupc++ libstdc++-v3
. endif
.endif
SUBDIR+= libmalloc
.include <bsd.subdir.mk>