changes, what else?
[deliverable/binutils-gdb.git] / gdb / Makefile.dist
index b9f1fd280f05cf5d968693715180319dc277554a..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,25 +231,28 @@ 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)
 
 TESTS = testbpt.c testfun.c testrec.c testreg.c testregs.c
 
-# tdesc-lib cannot be named simply tdesc, because if if it were GNU make
+# 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 \
+        README TODO TAGS WHATS.NEW Projects \
         .gdbinit COPYING expread.tab.c \
-        copying.c Projects Convex.notes copying.awk \
+        copying.c Convex.notes copying.awk \
         saber.suppress standalone.c stuff.c kdb-start.c \
-        putenv.c \
-        hp-include # tests
+        putenv.c
+
+# Subdirectories of gdb, which should be included in their entirety in
+# gdb-xxx.tar.Z:
+TARDIRS = doc hp-include # tests
 
 DEPFILES= ${TDEPFILES} ${XDEPFILES}
 
@@ -308,7 +347,8 @@ Makefile: $(Makefiles)
 alldeps.mak: ${srcdir}/tconfig ${srcdir}/xconfig
        rm -f alldeps.mak alldeps.tmp allparam.tmp allconfig.tmp
        for i in `ls -d ${srcdir}/tconfig/*[0-9A-Za-z] \
-          ${srcdir}/xconfig/*[0-9A-Za-z] | grep -v RCS` ; do \
+            ${srcdir}/xconfig/*[0-9A-Za-z] | \
+           grep -v RCS | grep -v CVS.adm | grep -v SCCS` ; do \
          echo $$i >>allconfig.tmp; \
          awk <$$i ' \
            $$1 == "TDEPFILES=" || $$1 == "XDEPFILES=" { \
@@ -405,13 +445,14 @@ TAGS: ${TAGFILES}
 tags: TAGS
 
 # FIXME: Get alldeps.mak up to date, config.gdb none, THEN make gdb.tar.Z!
-gdb.tar.Z: ${TARFILES}
+gdb.tar.Z: ${TARFILES} ${TARDIRS}
        rm -f gdb.tar; rm -rf $(DIST)
        mkdir $(DIST)
        cd $(DIST) ; for i in ${TARFILES} ; do ln -s ../$$i . ; done
-       mkdir doc
-       cd doc; for i in ../doc/*.tex* ../doc/*.m4; \
-          do ln -s $$i . ; done
+       cd $(DIST); for i in ${TARDIRS}; do \
+         (mkdir $$i; cd $$i; \
+         ln -s ../../$$i/* .; \
+         rm -rf SCCS CVS.adm RCS); done
        mkdir $(DIST)/xconfig ${DIST}/tconfig
        cd $(DIST)/tconfig ; \
          for i in $(ALLCONFIG) ; do ln -s ../../$$i ../$$i ; done
@@ -427,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
@@ -439,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.025585 seconds and 4 git commands to generate.