1999-08-27 23:37:10 +00:00
|
|
|
# $FreeBSD$
|
1998-10-03 03:59:47 +00:00
|
|
|
|
|
|
|
.include "../Makefile.inc0"
|
|
|
|
|
2000-11-15 21:29:55 +00:00
|
|
|
GDBDIR= ${.CURDIR}/../../../../contrib/gdb.291
|
1999-05-02 19:50:18 +00:00
|
|
|
CONTRIBDIR= ${.CURDIR}/../../../../contrib
|
1998-10-03 03:59:47 +00:00
|
|
|
|
1999-05-02 19:50:18 +00:00
|
|
|
.PATH: ${SRCDIR}/gas/doc ${SRCDIR}/ld ${SRCDIR}/bfd/doc ${GDBDIR}/gdb/doc
|
|
|
|
|
2000-07-10 09:55:29 +00:00
|
|
|
INFO = as ld annotate gasp gdb gdbint stabs binutils
|
1998-10-03 03:59:47 +00:00
|
|
|
INFOSECTION= "Programming & development tools."
|
|
|
|
INFOENTRY_as= "* As: (as). The GNU assembler."
|
2000-02-21 20:33:31 +00:00
|
|
|
INFOENTRY_gasp= "* Gasp: (gasp). The GNU Assembler Macro Preprocessor."
|
1998-10-03 03:59:47 +00:00
|
|
|
INFOENTRY_ld= "* Ld: (ld). The GNU linker."
|
1999-05-02 19:50:18 +00:00
|
|
|
INFOENTRY_annotate= "* GDB annotation: (annotate). Annotations for the GNU Debugger (GDB)."
|
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
|
|
|
|
MAKEINFOFLAGS+= -I ${SRCDIR}/gas/doc -I ${SRCDIR}/ld -I ${SRCDIR}/bfd/doc
|
2000-11-15 21:29:55 +00:00
|
|
|
MAKEINFOFLAGS+= -I ${SRCDIR}/binutils
|
1999-05-02 19:50:18 +00:00
|
|
|
MAKEINFOFLAGS+= -I ${GDBDIR}/gdb/doc
|
|
|
|
MAKEINFOFLAGS+= -I ${CONTRIBDIR}/libreadline/doc
|
|
|
|
|
|
|
|
CLEANFILES= gdb-cfg.texi inc-hist.texi inc-hist.texi.orig
|
1998-10-03 03:59:47 +00:00
|
|
|
|
2000-05-22 08:09:42 +00:00
|
|
|
as.info: as.texinfo asconfig.texi c-i386.texi gasver.texi
|
|
|
|
ld.info: ld.texinfo bfdsumm.texi ldver.texi
|
1998-10-03 03:59:47 +00:00
|
|
|
|
1999-05-02 19:50:18 +00:00
|
|
|
gdb.info: gdb.texinfo gdb-cfg.texi GDBvn.texi remote.texi \
|
|
|
|
rluser.texinfo inc-hist.texi
|
|
|
|
|
|
|
|
gdb-cfg.texi: all-cfg.texi
|
|
|
|
ln -sf ${.ALLSRC} ${.TARGET}
|
|
|
|
|
2000-07-10 09:55:29 +00:00
|
|
|
.PATH: ${SRCDIR}/binutils
|
|
|
|
binutils.info: binutils.texi config.texi
|
|
|
|
|
2000-05-22 08:09:42 +00:00
|
|
|
gasver.texi ldver.texi:
|
|
|
|
echo "@set VERSION ${VERSION}" > ${.TARGET}
|
|
|
|
|
1999-05-02 19:50:18 +00:00
|
|
|
.PATH: ${CONTRIBDIR}/libreadline/doc
|
|
|
|
inc-hist.texi: hsuser.texinfo inc-hist.diff
|
|
|
|
cp ${.ALLSRC:M*.texinfo} ${.TARGET}
|
|
|
|
patch -b .orig < ${.ALLSRC:M*.diff}
|
|
|
|
|
1998-10-03 03:59:47 +00:00
|
|
|
.include <bsd.info.mk>
|