1999-08-27 23:37:10 +00:00
|
|
|
# $FreeBSD$
|
1998-10-03 03:59:47 +00:00
|
|
|
|
|
|
|
.include "../Makefile.inc0"
|
|
|
|
|
2004-06-25 06:55:49 +00:00
|
|
|
.PATH: ${SRCDIR}/gas/doc ${SRCDIR}/ld ${SRCDIR}/bfd/doc
|
1998-10-03 03:59:47 +00:00
|
|
|
|
2010-10-18 20:59:46 +00:00
|
|
|
INFO= as ld binutils
|
1998-10-03 03:59:47 +00:00
|
|
|
INFOSECTION= "Programming & development tools."
|
|
|
|
INFOENTRY_as= "* As: (as). The GNU assembler."
|
|
|
|
INFOENTRY_ld= "* Ld: (ld). The GNU linker."
|
2000-07-10 09:55:29 +00:00
|
|
|
INFOENTRY_binutils= "* Binutils: (binutils). The GNU Binary Utilities."
|
1998-10-03 03:59:47 +00:00
|
|
|
|
|
|
|
MAKEINFOFLAGS+= --no-validate
|
2010-10-21 20:34:29 +00:00
|
|
|
MAKEINFOFLAGS+= -I ${SRCDIR}/libiberty
|
|
|
|
MAKEINFOFLAGS+= -I ${SRCDIR}/bfd/doc
|
1999-05-02 19:50:18 +00:00
|
|
|
|
2010-11-01 19:47:03 +00:00
|
|
|
CLEANFILES= bfdver.texi configdoc.texi config.texi gasver.texi ldver.texi
|
1998-10-03 03:59:47 +00:00
|
|
|
|
2010-11-01 19:47:03 +00:00
|
|
|
as.info: as.texinfo asconfig.texi bfdver.texi c-i386.texi gasver.texi
|
2002-09-01 18:03:55 +00:00
|
|
|
ld.info: ld.texinfo bfdsumm.texi ldver.texi configdoc.texi
|
|
|
|
|
|
|
|
configdoc.texi: gen-doc.texi
|
|
|
|
ln -sf ${.ALLSRC} ${.TARGET}
|
1998-10-03 03:59:47 +00:00
|
|
|
|
2002-09-01 18:03:55 +00:00
|
|
|
.PATH: ${SRCDIR}/binutils/doc
|
2000-07-10 09:55:29 +00:00
|
|
|
binutils.info: binutils.texi config.texi
|
|
|
|
|
2010-11-01 19:47:03 +00:00
|
|
|
bfdver.texi config.texi gasver.texi ldver.texi:
|
2000-05-22 08:09:42 +00:00
|
|
|
echo "@set VERSION ${VERSION}" > ${.TARGET}
|
|
|
|
|
1998-10-03 03:59:47 +00:00
|
|
|
.include <bsd.info.mk>
|