From e3af075499082c2b683901b0c4fd188cf19ac057 Mon Sep 17 00:00:00 2001 From: Doug Rabson Date: Sun, 2 May 1999 19:50:18 +0000 Subject: * Merge gdb/doc/Makefile into binutils/doc/Makefile * Update build for gdbserver and gdbreplay to work under binutils * Fix gdbserver to use PT_GETREGS etc to access registers, removing the dependancy on the u-area. * Make gdbserver work on the alpha. --- gnu/usr.bin/binutils/doc/Makefile | 25 ++++++++++++++++++++++--- 1 file changed, 22 insertions(+), 3 deletions(-) (limited to 'gnu/usr.bin/binutils/doc') diff --git a/gnu/usr.bin/binutils/doc/Makefile b/gnu/usr.bin/binutils/doc/Makefile index 1c22a40d599b9..55ee170e88036 100644 --- a/gnu/usr.bin/binutils/doc/Makefile +++ b/gnu/usr.bin/binutils/doc/Makefile @@ -1,18 +1,37 @@ -# $Id$ +# $Id: Makefile,v 1.1 1998/10/03 03:59:47 jdp Exp $ .include "../Makefile.inc0" -.PATH: ${SRCDIR}/gas/doc ${SRCDIR}/ld ${SRCDIR}/bfd/doc +GDBDIR= ${.CURDIR}/../../../../contrib/gdb +CONTRIBDIR= ${.CURDIR}/../../../../contrib -INFO = as ld +.PATH: ${SRCDIR}/gas/doc ${SRCDIR}/ld ${SRCDIR}/bfd/doc ${GDBDIR}/gdb/doc + +INFO = as ld annotate gdb gdbint stabs INFOSECTION= "Programming & development tools." INFOENTRY_as= "* As: (as). The GNU assembler." INFOENTRY_ld= "* Ld: (ld). The GNU linker." +INFOENTRY_annotate= "* GDB annotation: (annotate). Annotations for the GNU Debugger (GDB)." MAKEINFOFLAGS+= --no-validate MAKEINFOFLAGS+= -I ${SRCDIR}/gas/doc -I ${SRCDIR}/ld -I ${SRCDIR}/bfd/doc +MAKEINFOFLAGS+= -I ${GDBDIR}/gdb/doc +MAKEINFOFLAGS+= -I ${CONTRIBDIR}/libreadline/doc + +CLEANFILES= gdb-cfg.texi inc-hist.texi inc-hist.texi.orig as.info: as.texinfo asconfig.texi c-i386.texi ld.info: ld.texinfo bfdsumm.texi +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} + +.PATH: ${CONTRIBDIR}/libreadline/doc +inc-hist.texi: hsuser.texinfo inc-hist.diff + cp ${.ALLSRC:M*.texinfo} ${.TARGET} + patch -b .orig < ${.ALLSRC:M*.diff} + .include -- cgit v1.3