gdb: update build infrastructure for gdb-7
[dragonfly.git] / gnu / usr.bin / gdb / gdb / doc / Makefile
1 RELATIVE=       ../
2
3 .include "../../Makefile.inc"
4
5 SRCDIR=         ${BASEDIR}/gdb/doc
6 READLINEDIR=    ${BASEDIR}/readline/doc
7
8 .PATH:          ${SRCDIR} ${READLINEDIR}
9 MAKEINFOFLAGS+= -I ${READLINEDIR}
10
11 INFO=   gdb gdbint stabs annotate
12
13 INFOSECTION=            "Programming & development tools."
14 INFOENTRY_gdb=          "* GDB.                                 The GNU debugger."
15 INFOENTRY_gdbint=       "* GDB-internals.                       The GNU debugger's internals."
16 INFOENTRY_stabs=        "* Stabs.                               The "stabs" debugging information format."
17 INFOENTRY_annotate=     "* GDB annotation.                      Annotations for the GNU debugger (GDB)."
18
19 CLEANFILES=     gdb-cfg.texi
20
21 gdb.info: gdb.texinfo fdl.texi gpl.texi agentexpr.texi gdb-cfg.texi GDBvn.texi rluser.texi inc-hist.texinfo
22
23 gdb-cfg.texi: ${SRCDIR}/all-cfg.texi
24         cp ${SRCDIR}/all-cfg.texi ${.TARGET}
25
26 gdbint.info: gdbint.texinfo fdl.texi gpl.texi gdb-cfg.texi GDBvn.texi
27
28 stabs.info: stabs.texinfo fdl.texi
29
30 annotate.info: annotate.texinfo fdl.texi gdb-cfg.texi
31
32 .include <bsd.info.mk>