1999-05-02 19:50:18 +00:00
|
|
|
# $Id: Makefile,v 1.1 1998/10/03 03:59:47 jdp Exp $
|
1998-10-03 03:59:47 +00:00
|
|
|
|
|
|
|
.include "../Makefile.inc0"
|
|
|
|
|
1999-05-02 19:50:18 +00:00
|
|
|
GDBDIR= ${.CURDIR}/../../../../contrib/gdb
|
|
|
|
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
|
|
|
|
|
|
|
|
INFO = as ld annotate gdb gdbint stabs
|
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."
|
1999-05-02 19:50:18 +00:00
|
|
|
INFOENTRY_annotate= "* GDB annotation: (annotate). Annotations for the GNU Debugger (GDB)."
|
1998-10-03 03:59:47 +00:00
|
|
|
|
|
|
|
MAKEINFOFLAGS+= --no-validate
|
|
|
|
MAKEINFOFLAGS+= -I ${SRCDIR}/gas/doc -I ${SRCDIR}/ld -I ${SRCDIR}/bfd/doc
|
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
|
|
|
|
|
|
|
as.info: as.texinfo asconfig.texi c-i386.texi
|
|
|
|
ld.info: ld.texinfo bfdsumm.texi
|
|
|
|
|
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}
|
|
|
|
|
|
|
|
.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>
|