doc/gdbinv-s.m4.in: remove text on special procedures to continue after
[deliverable/binutils-gdb.git] / gdb / Makefile.dist
index 7d79caf28534e36a5fe5c104206f113003caaf81..94040a59fc2d8ec403a72f37c1f05c13abd365a4 100755 (executable)
@@ -2,19 +2,19 @@
 
 # This file is part of GDB.
 
-# GDB is free software; you can redistribute it and/or modify
+# This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 1, or (at your option)
-# any later version.
-
-# GDB is distributed in the hope that it will be useful,
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+# 
+# This program is distributed in the hope that it will be useful,
 # but WITHOUT ANY WARRANTY; without even the implied warranty of
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 # GNU General Public License for more details.
-
+# 
 # You should have received a copy of the GNU General Public License
-# along with GDB; see the file COPYING.  If not, write to
-# the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
 # Destination directory of the software tree build
 destdir = /usr/local
@@ -46,9 +46,15 @@ YACC=bison -y
 # YACC=yacc
 SHELL=/bin/sh
 MAKE=make
-# We need either GNU m4 or SysV m4; Berkeley/Sun don't have quite enough.
-#M4=gm4
-M4=/usr/5bin/m4
+
+# Documentation (gdb.dvi) needs either GNU m4 or SysV m4; 
+# Berkeley/Sun don't have quite enough. 
+#M4=/usr/5bin/m4
+M4=gm4
+# where to find texinfo; if you have PostScript fonts you may want to try 
+# the Cygnus mods (which also have different header/footer layout)
+#TEXIDIR=${srcdir}/../texinfo/cygnus
+TEXIDIR=${srcdir}/../texinfo/fsf
 
 # Set this up with gcc if you have gnu ld and the loader will print out
 # line numbers for undefinded refs.
@@ -116,7 +122,7 @@ CDEPS = ${XM_CDEPS} ${TM_CDEPS} ${BFD_LIB} ${LIBIBERTY} ${RL_LIB}
 ADD_FILES = ${REGEX} ${ALLOCA}  ${GNU_MALLOC} ${XM_ADD_FILES} ${TM_ADD_FILES}
 ADD_DEPS = ${REGEX1} ${ALLOCA1} ${GNU_MALLOC} ${XM_ADD_FILES} ${TM_ADD_FILES}
 
-VERSION = 3.95
+VERSION = 3.96
 DIST=gdb-$(VERSION)
 
 LINT=/usr/5bin/lint
@@ -166,6 +172,36 @@ SFILES = $(SFILES_MAINDIR) $(SFILES_SUBDIR)
 # All source files that lint should look at
 LINTFILES = $(SFILES) expread.tab.c init.c
 
+# Documentation source files
+SFILES_DOCDIR = \
+       ${srcdir}/doc/gdb.texinfo    \
+       ${srcdir}/doc/pretex.m4      \
+       ${srcdir}/doc/none.m4        \
+       ${srcdir}/doc/all.m4         \
+       ${srcdir}/doc/gdb.alter-m4   \
+       ${srcdir}/doc/gdb.bugs-m4    \
+       ${srcdir}/doc/gdb.canned-m4  \
+       ${srcdir}/doc/gdb.cmds-m4    \
+       ${srcdir}/doc/gdb.ctl-m4     \
+       ${srcdir}/doc/gdb.data-m4    \
+       ${srcdir}/doc/gdb.emacs-m4   \
+       ${srcdir}/doc/gdb.files-m4   \
+       ${srcdir}/doc/gdb.gpl-m4     \
+       ${srcdir}/doc/gdb.install-m4 \
+       ${srcdir}/doc/gdb.inv.m-m4   \
+       ${srcdir}/doc/gdb.inv.s-m4   \
+       ${srcdir}/doc/gdb.invoc-m4   \
+       ${srcdir}/doc/gdb.rdln-m4    \
+       ${srcdir}/doc/gdb.rename-m4  \
+       ${srcdir}/doc/gdb.run-m4     \
+       ${srcdir}/doc/gdb.sample-m4  \
+       ${srcdir}/doc/gdb.src-m4     \
+       ${srcdir}/doc/gdb.stack-m4   \
+       ${srcdir}/doc/gdb.stop-m4    \
+       ${srcdir}/doc/gdb.symb-m4    \
+       ${srcdir}/doc/gdb.tgts-m4    \
+       ${srcdir}/doc/gdb.top-m4     
+
 # Any additional files specified on these lines should also be added to
 # the OTHERS = definition below, so they go in the tar files.
 SFILES_STAND = $(SFILES) standalone.c
@@ -195,7 +231,7 @@ OPCODES = $(OPCODE_DIR)pn-opcode.h $(OPCODE_DIR)np1-opcode.h \
 REMOTE_EXAMPLES = m68k-stub.c i386-stub.c rem-multi.shar
 
 MALLOCSRC = gmalloc.c mcheck.c mtrace.c mtrace.awk \
-           ansidecl.h stdlib.h gmalloc.h stddef.h
+           ansidecl.h gmalloc.h
 
 POSSLIBS_MAINDIR = regex.c regex.h alloca.c $(MALLOCSRC)
 POSSLIBS = $(POSSLIBS_MAINDIR)
@@ -205,7 +241,7 @@ TESTS = testbpt.c testfun.c testrec.c testreg.c testregs.c
 # tdesc-lib cannot be named simply tdesc, because if it were, GNU make
 # would try to make it from tdesc.c.
 # tdesc-lib removed from the list due to Motorola copyrights...gnu@cygnus.com
-OTHERS = Makefile.dist depend alldeps.mak Makefile.sdir \
+OTHERS = Makefile Makefile.dist depend alldeps.mak Makefile.sdir \
         createtags munch config.gdb config.status \
         ChangeLog ChangeLog-3.x \
         README TODO TAGS WHATS.NEW Projects \
@@ -432,7 +468,7 @@ clean:
        rm -f init.c init.o version.c
        rm -f gdb core gdb.tar gdb.tar.Z make.log
        rm -f gdb[0-9]
-       rm -f gdb.dvi gdb-all*
+       rm -f gdb.dvi rdl-apps.texinfo gdb-all*
 
 distclean: clean expread.tab.c TAGS
        rm -f tm.h xm.h config.status
@@ -444,14 +480,19 @@ realclean: clean
        rm -f tm.h xm.h config.status
        rm -f Makefile
 
-gdb-all.texinfo: ${srcdir}/doc/gdb.texinfo
-       ${M4} $(srcdir)/doc/pretex.m4 $(srcdir)/doc/none.m4 $(srcdir)/doc/all.m4 $(srcdir)/doc/gdb.texinfo >gdb-all.texinfo
+rdl-apps.texinfo: ${READLINE_DIR}/inc-readline.texinfo \
+                       ${READLINE_DIR}/inc-history.texinfo
+       echo "@include ${READLINE_DIR}/inc-readline.texinfo" >rdl-apps.texinfo
+       echo "@include ${READLINE_DIR}/inc-history.texinfo" >>rdl-apps.texinfo
+
+gdb-all.texinfo: ${SFILES_DOCDIR}
+       ( cd $(srcdir)/doc; \
+               ${M4} pretex.m4 none.m4 all.m4 gdb.texinfo ) >gdb-all.texinfo
 
-gdb.dvi : gdb-all.texinfo ${READLINE_DIR}/inc-readline.texinfo \
-               ${READLINE_DIR}/inc-history.texinfo
-       tex gdb-all.texinfo
+gdb.dvi : gdb-all.texinfo rdl-apps.texinfo
+       TEXINPUTS=${TEXIDIR}:$$TEXINPUTS tex gdb-all.texinfo
        texindex gdb-all.??
-       tex gdb-all.texinfo
+       TEXINPUTS=${TEXIDIR}:$$TEXINPUTS tex gdb-all.texinfo
        mv gdb-all.dvi gdb.dvi
        rm -f gdb-all.?? gdb-all.???
 
This page took 0.025155 seconds and 4 git commands to generate.