2014-02-17 16:55:07 +01:00
|
|
|
# $NetBSD: Makefile,v 1.5 2013/08/06 05:35:57 matt Exp $
|
2012-06-06 15:06:52 +02:00
|
|
|
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
|
2014-02-17 16:55:07 +01:00
|
|
|
BINUTILS_MACHINE_ARCH=${MACHINE_ARCH:C/armv[4-7]/arm/}
|
|
|
|
|
|
|
|
.if ${MKBINUTILS} != "no" && exists(${.CURDIR}/common/arch/${BINUTILS_MACHINE_ARCH}/defs.mk)
|
|
|
|
.include "${.CURDIR}/common/arch/${BINUTILS_MACHINE_ARCH}/defs.mk"
|
2012-06-06 15:06:52 +02:00
|
|
|
|
|
|
|
SSUBDIR+= gas gprof ld ${G_PROGRAMS:C/-new$//:C/sysdump//:C/srconv//:cxxfilt=c++filt}
|
|
|
|
SUBDIR+= common .WAIT ${SSUBDIR:O} # alphabetize
|
|
|
|
|
|
|
|
.endif # MKBINUTILS != no
|
|
|
|
|
|
|
|
.include <bsd.subdir.mk>
|