minix/external/gpl3/binutils/usr.bin/common/Makefile
Lionel Sambuc c9ea9e7af8 Binutils: Synchronization & Gold activation
Change-Id: I5235984746178ee30b5db18e7def0016d9a0e36f
2014-07-28 17:05:11 +02:00

32 lines
778 B
Makefile

# $NetBSD: Makefile,v 1.6 2013/08/05 00:08:58 matt Exp $
.include <bsd.own.mk>
TOP= ${NETBSDSRCDIR}/external/gpl3/binutils
.include "${.CURDIR}/../common/Makefile.inc"
.include "${.CURDIR}/arch/${BINUTILS_MACHINE_ARCH}/defs.mk"
TEXINFO= ${G_TEXINFOS}
INFOFLAGS= -I${DIST}/binutils/doc -I${DIST}/libiberty -I{.CURDIR}
.PATH: ${DIST} ${DIST}/binutils/doc
${TEXINFO}: bfdver.texi
bfdver.texi: ${.CURDIR}/arch/${BINUTILS_MACHINE_ARCH}/defs.mk
${_MKTARGET_CREATE}
rm -f ${.TARGET}
(echo "@set VERSION ${G_VERSION}"; \
if [ -n "$(G_PKGVERSION)" ]; then \
echo "@set VERSION_PACKAGE $(G_PKGVERSION)"; \
fi; \
if [ -n "$(G_REPORT_BUGS_TEXI)" ]; then \
echo "@set BUGURL $(G_REPORT_BUGS_TEXI)"; \
fi \
) > ${.TARGET}
CLEANFILES+= bfdver.texi
.include <bsd.info.mk>