* aclocal.m4: Add CYGWIN and EXEEXT autoconf macros.
[binutils-gdb.git] / bfd / doc / Makefile.in
index 5b474f65cfdfd3a8ddcfebb9b39c16fea15eb2cc..ab9472cc478c81bb6e215c8edbf94cb24527da52 100644 (file)
@@ -1,6 +1,6 @@
 #
 # Makefile
-#   Copyright (C) 1990, 1991 Cygnus Support
+#   Copyright (C) 1990, 1991, 1992, 1993 Free Software Foundation
 #
 # This file is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
 # 
 # You should have received a copy of the GNU General Public License
 # along with this program; if not, write to the Free Software
-# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 #
 
-srcdir = .
+VPATH = @srcdir@
+srcdir = @srcdir@
 
-prefix = /usr/local
+prefix = @prefix@
 
-bindir = $(prefix)/bin
-datadir = $(prefix)/lib
-libdir = $(prefix)/lib
-mandir = $(datadir)/man
+exec_prefix = @exec_prefix@
+bindir = @bindir@
+libdir = @libdir@
+
+datadir = @datadir@
+mandir = @mandir@
 man1dir = $(mandir)/man1
 man2dir = $(mandir)/man2
 man3dir = $(mandir)/man3
@@ -34,35 +37,35 @@ man6dir = $(mandir)/man6
 man7dir = $(mandir)/man7
 man8dir = $(mandir)/man8
 man9dir = $(mandir)/man9
-infodir = $(prefix)/info
-includedir = $(prefix)/include
-docdir = $(datadir)/doc
+infodir = @infodir@
+includedir = @includedir@
 
-MKDOC=$(srcdir)/chew
+EXEEXT = @EXEEXT@
+MKDOC=./chew$(EXEEXT)
 SHELL = /bin/sh
 
-INSTALL = install -c
-INSTALL_PROGRAM = $(INSTALL)
-INSTALL_DATA = $(INSTALL)
+INSTALL = @INSTALL@
+INSTALL_PROGRAM = @INSTALL_PROGRAM@
+INSTALL_DATA = @INSTALL_DATA@
 
-AR = ar
-AR_FLAGS = qv
-BISON = bison
 MAKEINFO = makeinfo
-RANLIB = ranlib
+TEXI2DVI = texi2dvi
+CC = @CC@
+CFLAGS = @CFLAGS@
+
+CC_FOR_BUILD = $(CC)
 
 #### Host, target, and site specific Makefile fragments come in here.
 ###
 
-CFLAGS = $(H_CFLAGS) -I.. -I$(srcdir)/.. -I$(srcdir)/../../include 
-
-# main GDB source directory
+.c.o:
+       $(CC) -c -I.. -I$(srcdir)/.. -I$(srcdir)/../../include $(H_CFLAGS) $(CFLAGS) $<
 
 DOCFILES = aoutx.texi  archive.texi archures.texi \
-       bfd.texi  cache.texi coffcode.texi \
-       core.texi  format.texi  libbfd.texi  \
+       bfdt.texi  cache.texi coffcode.texi \
+       core.texi elf.texi elfcode.texi  format.texi  libbfd.texi  \
        opncls.texi  reloc.texi  section.texi  \
-       syms.texi  targets.texi init.texi ctor.texi
+       syms.texi  targets.texi init.texi hash.texi linker.texi
 
 PROTOS = archive.p archures.p bfd.p \
         core.p format.p \
@@ -70,7 +73,7 @@ PROTOS = archive.p archures.p bfd.p \
        section.p syms.p targets.p  \
        format.p  core.p init.p
 
-IPROTOS = cache.ip libbfd.ip reloc.ip init.ip archures.ip ctor.ip coffcode.ip
+IPROTOS = cache.ip libbfd.ip reloc.ip init.ip archures.ip coffcode.ip
 
 # SRCDOC, SRCPROT, SRCIPROT only used to sidestep Sun Make bug in interaction 
 # between VPATH and suffix rules.  If you use GNU Make, perhaps other Makes,
@@ -78,120 +81,211 @@ IPROTOS = cache.ip libbfd.ip reloc.ip init.ip archures.ip ctor.ip coffcode.ip
 SRCDOC = $(srcdir)/../aoutx.h  $(srcdir)/../archive.c \
        $(srcdir)/../archures.c $(srcdir)/../bfd.c \
        $(srcdir)/../cache.c $(srcdir)/../coffcode.h \
-       $(srcdir)/../core.c  $(srcdir)/../format.c \
+       $(srcdir)/../corefile.c $(srcdir)/../elf.c \
+       $(srcdir)/../elfcode.h  $(srcdir)/../format.c \
        $(srcdir)/../libbfd.c $(srcdir)/../opncls.c \
        $(srcdir)/../reloc.c  $(srcdir)/../section.c \
        $(srcdir)/../syms.c  $(srcdir)/../targets.c \
-       $(srcdir)/../init.c
+       $(srcdir)/../hash.c $(srcdir)/../linker.c
 
 SRCPROT = $(srcdir)/../archive.c $(srcdir)/../archures.c \
-       $(srcdir)/../bfd.c $(srcdir)/../coffcode.h $(srcdir)/../core.c \
+       $(srcdir)/../bfd.c $(srcdir)/../coffcode.h $(srcdir)/../corefile.c \
        $(srcdir)/../format.c $(srcdir)/../libbfd.c \
        $(srcdir)/../opncls.c $(srcdir)/../reloc.c \
        $(srcdir)/../section.c $(srcdir)/../syms.c \
-       $(srcdir)/../targets.c $(srcdir)/../init.c    
+       $(srcdir)/../targets.c $(srcdir)/../init.c
 
 SRCIPROT = $(srcdir)/../cache.c $(srcdir)/../libbfd.c \
        $(srcdir)/../reloc.c $(srcdir)/../cpu-h8300.c \
        $(srcdir)/../cpu-i960.c $(srcdir)/../archures.c \
-       $(srcdir)/../init.c $(srcdir)/../ctor.c
+       $(srcdir)/../init.c
 
 STAGESTUFF = $(DOCFILES) *.info*
 
+TEXIDIR = $(srcdir)/../../texinfo/fsf
+
 all install:
 
 info: bfd.info
 
+dvi: bfd.dvi
+
 install-info: info
-       for i in *.info* ; do \
-               $(INSTALL_DATA) $$i $(infodir)/$$i ; \
+       $(SHELL) $(srcdir)/../../mkinstalldirs $(infodir)
+       if [ -r bfd.info ]; then \
+         dir=.; \
+       else \
+         dir=$(srcdir); \
+       fi; \
+       for i in `cd $$dir; echo *.info*`; do \
+         $(INSTALL_DATA) $$dir/$$i $(infodir)/$$i; \
        done
 
-docs: chew protos bfd.info bfd.dvi bfd.ps
-
-chew: chew.c
-       $(CC) $(CFLAGS) -o chew $(srcdir)/chew.c $(LOADLIBES)
-
-protos: libbfd.h libcoff.h bfd.h
-
-aoutx.texi: $(MKDOC) $(srcdir)/../aoutx.h
-       $(MKDOC) -d <$(srcdir)/../aoutx.h >aoutx.texi
-
-archive.texi: $(MKDOC) $(srcdir)/../archive.c
-       $(MKDOC) -d <$(srcdir)/../archive.c >archive.texi 
-
-archures.texi:  $(srcdir)/../archures.c
-       $(MKDOC) -d < $(srcdir)/../archures.c >archures.texi 
-
-bfd.texi: $(MKDOC) $(srcdir)/../bfd.c
-       $(MKDOC) -d < $(srcdir)/../bfd.c >bfd.texi
-
-cache.texi: $(MKDOC) $(srcdir)/../cache.c
-       $(MKDOC) -d < $(srcdir)/../cache.c >cache.texi
-
-coffcode.texi: $(MKDOC) $(srcdir)/../coffcode.h
-       $(MKDOC) -d <$(srcdir)/../coffcode.h >coffcode.texi
-
-core.texi: $(MKDOC) $(srcdir)/../core.c
-       $(MKDOC) -d <$(srcdir)/../core.c >core.texi
+docs: $(MKDOC) protos bfd.info bfd.dvi bfd.ps
 
-format.texi: $(MKDOC) $(srcdir)/../format.c
-       $(MKDOC) -d <$(srcdir)/../format.c >format.texi
+$(MKDOC): chew.o
+       $(CC_FOR_BUILD) -o $(MKDOC) chew.o $(LOADLIBES) $(LDFLAGS)
 
-libbfd.texi: $(MKDOC) $(srcdir)/../libbfd.c
-       $(MKDOC) -d < $(srcdir)/../libbfd.c >libbfd.texi 
+chew.o: chew.c
+       $(CC_FOR_BUILD) -c -I.. -I$(srcdir)/.. -I$(srcdir)/../../include $(H_CFLAGS) $(CFLAGS) $(srcdir)/chew.c
 
-opncls.texi:   $(srcdir)/chew $(srcdir)/../opncls.c
-       $(MKDOC) -d  <$(srcdir)/../opncls.c >opncls.texi
-
-reloc.texi : $(MKDOC) $(srcdir)/../reloc.c
-       $(MKDOC) -d <$(srcdir)/../reloc.c >reloc.texi 
-
-section.texi: $(MKDOC) $(srcdir)/../section.c
-       $(MKDOC) -d <$(srcdir)/../section.c >section.texi 
-
-syms.texi : $(MKDOC) $(srcdir)/../syms.c
-       $(MKDOC) -d <$(srcdir)/../syms.c >syms.texi
-
-targets.texi: $(MKDOC) $(srcdir)/../targets.c
-       $(MKDOC) -d <$(srcdir)/../targets.c >targets.texi
-
-init.texi: $(MKDOC) $(srcdir)/../init.c
-       $(MKDOC) -d <$(srcdir)/../init.c >init.texi
+protos: libbfd.h libcoff.h bfd.h
 
-ctor.texi: $(MKDOC) $(srcdir)/../ctor.c
-       $(MKDOC) -d <$(srcdir)/../ctor.c >ctor.texi
 
+# We can't replace these rules with an implicit rule, because
+# makes without VPATH support couldn't find the .h files in `..'.
+
+# We use s-XXX targets so that we can distribute the info files,
+# and permit people to rebuild them, without requiring the makeinfo
+# program.  If somebody tries to rebuild info, but none of the .texi
+# files have changed, then this Makefile will build chew, and will
+# build all of the stamp files, but will not actually have to rebuild
+# bfd.info.
+
+s-aoutx: $(MKDOC) $(srcdir)/../aoutx.h $(srcdir)/doc.str
+       $(MKDOC) -f $(srcdir)/doc.str <$(srcdir)/../aoutx.h >aoutx.tmp
+       $(srcdir)/../../move-if-change aoutx.tmp aoutx.texi
+       touch s-aoutx
+aoutx.texi: s-aoutx
+
+s-archive: $(MKDOC) $(srcdir)/../archive.c $(srcdir)/doc.str
+       $(MKDOC) -f $(srcdir)/doc.str <$(srcdir)/../archive.c >archive.tmp
+       $(srcdir)/../../move-if-change archive.tmp archive.texi
+       touch s-archive
+archive.texi: s-archive
+
+s-archures: $(MKDOC) $(srcdir)/../archures.c $(srcdir)/doc.str
+       $(MKDOC) -f $(srcdir)/doc.str < $(srcdir)/../archures.c >archures.tmp
+       $(srcdir)/../../move-if-change archures.tmp archures.texi
+       touch s-archures
+archures.texi: s-archures
+
+# We use bfdt.texi, rather than bfd.texi, to avoid conflicting with
+# bfd.texinfo on an 8.3 filesystem.
+s-bfd: $(MKDOC) $(srcdir)/../bfd.c $(srcdir)/doc.str
+       $(MKDOC) -f $(srcdir)/doc.str < $(srcdir)/../bfd.c >bfd.tmp
+       $(srcdir)/../../move-if-change bfd.tmp bfdt.texi
+       touch s-bfd
+bfdt.texi: s-bfd
+
+s-cache: $(MKDOC) $(srcdir)/../cache.c $(srcdir)/doc.str
+       $(MKDOC) -f $(srcdir)/doc.str < $(srcdir)/../cache.c >cache.tmp
+       $(srcdir)/../../move-if-change cache.tmp cache.texi
+       touch s-cache
+cache.texi: s-cache
+
+s-coffcode: $(MKDOC) $(srcdir)/../coffcode.h $(srcdir)/doc.str
+       $(MKDOC) -f $(srcdir)/doc.str <$(srcdir)/../coffcode.h >coffcode.tmp
+       $(srcdir)/../../move-if-change coffcode.tmp coffcode.texi
+       touch s-coffcode
+coffcode.texi: s-coffcode
+
+s-core: $(MKDOC) $(srcdir)/../corefile.c $(srcdir)/doc.str
+       $(MKDOC) -f $(srcdir)/doc.str <$(srcdir)/../corefile.c >core.tmp
+       $(srcdir)/../../move-if-change core.tmp core.texi
+       touch s-core
+core.texi: s-core
+
+s-elf: $(MKDOC) $(srcdir)/../elf.c $(srcdir)/doc.str
+       $(MKDOC) -f $(srcdir)/doc.str <$(srcdir)/../elf.c >elf.tmp
+       $(srcdir)/../../move-if-change elf.tmp elf.texi
+       touch s-elf
+elf.texi: s-elf
+
+s-elfcode: $(MKDOC) $(srcdir)/../elfcode.h $(srcdir)/doc.str
+       $(MKDOC) -f $(srcdir)/doc.str <$(srcdir)/../elfcode.h >elfcode.tmp
+       $(srcdir)/../../move-if-change elfcode.tmp elfcode.texi
+       touch s-elfcode
+elfcode.texi: s-elfcode
+
+s-format: $(MKDOC) $(srcdir)/../format.c $(srcdir)/doc.str
+       $(MKDOC) -f $(srcdir)/doc.str <$(srcdir)/../format.c >format.tmp
+       $(srcdir)/../../move-if-change format.tmp format.texi
+       touch s-format
+format.texi: s-format
+
+s-libbfd: $(MKDOC) $(srcdir)/../libbfd.c $(srcdir)/doc.str
+       $(MKDOC) -f $(srcdir)/doc.str < $(srcdir)/../libbfd.c >libbfd.tmp
+       $(srcdir)/../../move-if-change libbfd.tmp libbfd.texi
+       touch s-libbfd
+libbfd.texi: s-libbfd
+
+s-opncls: $(MKDOC) $(srcdir)/../opncls.c $(srcdir)/doc.str
+       $(MKDOC) -f $(srcdir)/doc.str  <$(srcdir)/../opncls.c >opncls.tmp
+       $(srcdir)/../../move-if-change opncls.tmp opncls.texi
+       touch s-opncls
+opncls.texi: s-opncls
+
+s-reloc: $(MKDOC) $(srcdir)/../reloc.c
+       $(MKDOC) -f $(srcdir)/doc.str <$(srcdir)/../reloc.c >reloc.tmp
+       $(srcdir)/../../move-if-change reloc.tmp reloc.texi
+       touch s-reloc
+reloc.texi: s-reloc
+
+s-section: $(MKDOC) $(srcdir)/../section.c $(srcdir)/doc.str
+       $(MKDOC) -f $(srcdir)/doc.str <$(srcdir)/../section.c >section.tmp
+       $(srcdir)/../../move-if-change section.tmp section.texi
+       touch s-section
+section.texi: s-section
+
+s-syms: $(MKDOC) $(srcdir)/../syms.c
+       $(MKDOC) -f $(srcdir)/doc.str <$(srcdir)/../syms.c >syms.tmp
+       $(srcdir)/../../move-if-change syms.tmp syms.texi
+       touch s-syms
+syms.texi: s-syms
+
+s-targets: $(MKDOC) $(srcdir)/../targets.c $(srcdir)/doc.str
+       $(MKDOC) -f $(srcdir)/doc.str <$(srcdir)/../targets.c >targets.tmp
+       $(srcdir)/../../move-if-change targets.tmp targets.texi
+       touch s-targets
+targets.texi: s-targets
+
+s-init: $(MKDOC) $(srcdir)/../init.c $(srcdir)/doc.str
+       $(MKDOC) -f $(srcdir)/doc.str <$(srcdir)/../init.c >init.tmp
+       $(srcdir)/../../move-if-change init.tmp init.texi
+       touch s-init
+init.texi: s-init
+
+s-hash: $(MKDOC) $(srcdir)/../hash.c $(srcdir)/doc.str
+       $(MKDOC) -f $(srcdir)/doc.str <$(srcdir)/../hash.c >hash.tmp
+       $(srcdir)/../../move-if-change hash.tmp hash.texi
+       touch s-hash
+hash.texi: s-hash
+
+s-linker: $(MKDOC) $(srcdir)/../linker.c $(srcdir)/doc.str
+       $(MKDOC) -f $(srcdir)/doc.str <$(srcdir)/../linker.c >linker.tmp
+       $(srcdir)/../../move-if-change linker.tmp linker.texi
+       touch s-linker
+linker.texi: s-linker
 
 libbfd.h: $(srcdir)/../libbfd-in.h     \
-       $(srcdir)/../init.c             \
-       $(srcdir)/../libbfd.c           \
        $(srcdir)/../init.c             \
        $(srcdir)/../libbfd.c           \
        $(srcdir)/../cache.c            \
-       $(srcdir)/../ctor.c             \
        $(srcdir)/../reloc.c            \
        $(srcdir)/../cpu-h8300.c        \
        $(srcdir)/../cpu-i960.c         \
        $(srcdir)/../archures.c         \
-       $(srcdir)/chew
+       $(srcdir)/../elfcode.h          \
+       $(srcdir)/proto.str             \
+       $(MKDOC)
        cat $(srcdir)/../libbfd-in.h >libbfd.h 
-       $(MKDOC) -i < $(srcdir)/../init.c >>libbfd.h
-       $(MKDOC) -i < $(srcdir)/../libbfd.c >>libbfd.h
-       $(MKDOC) -i < $(srcdir)/../init.c >>libbfd.h
-       $(MKDOC) -i < $(srcdir)/../libbfd.c >>libbfd.h
-       $(MKDOC) -i < $(srcdir)/../cache.c >>libbfd.h
-       $(MKDOC) -i < $(srcdir)/../ctor.c >>libbfd.h
-       $(MKDOC) -i < $(srcdir)/../reloc.c >>libbfd.h
-       $(MKDOC) -i < $(srcdir)/../cpu-h8300.c >>libbfd.h
-       $(MKDOC) -i < $(srcdir)/../cpu-i960.c >>libbfd.h
-       $(MKDOC) -i < $(srcdir)/../archures.c >>libbfd.h
+       $(MKDOC) -i -f $(srcdir)/proto.str  < $(srcdir)/../init.c >>libbfd.h
+       $(MKDOC) -i -f $(srcdir)/proto.str  < $(srcdir)/../libbfd.c >>libbfd.h
+       $(MKDOC) -i -f $(srcdir)/proto.str  < $(srcdir)/../cache.c >>libbfd.h
+       $(MKDOC) -i -f $(srcdir)/proto.str  < $(srcdir)/../reloc.c >>libbfd.h
+       $(MKDOC) -i -f $(srcdir)/proto.str  < $(srcdir)/../cpu-h8300.c >>libbfd.h
+       $(MKDOC) -i -f $(srcdir)/proto.str  < $(srcdir)/../cpu-i960.c >>libbfd.h
+       $(MKDOC) -i -f $(srcdir)/proto.str  < $(srcdir)/../archures.c >>libbfd.h
+       $(MKDOC) -i -f $(srcdir)/proto.str  < $(srcdir)/../elf.c >>libbfd.h
+       $(MKDOC) -i -f $(srcdir)/proto.str  < $(srcdir)/../elfcode.h >>libbfd.h
 
 libcoff.h: $(srcdir)/../libcoff-in.h   \
-       $(srcdir)/../coffcode.h \
-       $(srcdir)/chew
+       $(srcdir)/../coffcode.h         \
+       $(srcdir)/proto.str             \
+       $(MKDOC)
        cat $(srcdir)/../libcoff-in.h >libcoff.h
-       $(MKDOC) -i < $(srcdir)/../coffcode.h >>libcoff.h
+       $(MKDOC) -i -f $(srcdir)/proto.str  < $(srcdir)/../coffcode.h >>libcoff.h
 
 bfd.h: $(srcdir)/../bfd-in.h           \
        $(srcdir)/../init.c             \
@@ -201,42 +295,59 @@ bfd.h: $(srcdir)/../bfd-in.h              \
        $(srcdir)/../archures.c         \
        $(srcdir)/../reloc.c            \
        $(srcdir)/../syms.c             \
+       $(srcdir)/../bfd.c              \
        $(srcdir)/../archive.c          \
-       $(srcdir)/../core.c             \
+       $(srcdir)/../corefile.c         \
        $(srcdir)/../targets.c          \
        $(srcdir)/../format.c           \
-       $(srcdir)/chew
+       $(srcdir)/proto.str             \
+       $(MKDOC)
        cat $(srcdir)/../bfd-in.h >bfd.h
-       $(MKDOC) -g<$(srcdir)/../init.c >>bfd.h
-       $(MKDOC) -g<$(srcdir)/../opncls.c >>bfd.h
-       $(MKDOC) -g<$(srcdir)/../libbfd.c >>bfd.h
-       $(MKDOC) -g<$(srcdir)/../section.c >>bfd.h
-       $(MKDOC) -g<$(srcdir)/../archures.c >>bfd.h
-       $(MKDOC) -g<$(srcdir)/../reloc.c >>bfd.h
-       $(MKDOC) -g<$(srcdir)/../syms.c >>bfd.h
-       $(MKDOC) -g<$(srcdir)/../bfd.c >>bfd.h
-       $(MKDOC) -g<$(srcdir)/../archive.c >>bfd.h
-       $(MKDOC) -g<$(srcdir)/../core.c >>bfd.h
-       $(MKDOC) -g<$(srcdir)/../targets.c >>bfd.h
-       $(MKDOC) -g<$(srcdir)/../format.c >>bfd.h       
+       $(MKDOC) -f $(srcdir)/proto.str<$(srcdir)/../init.c >>bfd.h
+       $(MKDOC) -f $(srcdir)/proto.str<$(srcdir)/../opncls.c >>bfd.h
+       $(MKDOC) -f $(srcdir)/proto.str<$(srcdir)/../libbfd.c >>bfd.h
+       $(MKDOC) -f $(srcdir)/proto.str<$(srcdir)/../section.c >>bfd.h
+       $(MKDOC) -f $(srcdir)/proto.str<$(srcdir)/../archures.c >>bfd.h
+       $(MKDOC) -f $(srcdir)/proto.str<$(srcdir)/../reloc.c >>bfd.h
+       $(MKDOC) -f $(srcdir)/proto.str<$(srcdir)/../syms.c >>bfd.h
+       $(MKDOC) -f $(srcdir)/proto.str<$(srcdir)/../bfd.c >>bfd.h
+       $(MKDOC) -f $(srcdir)/proto.str<$(srcdir)/../archive.c >>bfd.h
+       $(MKDOC) -f $(srcdir)/proto.str<$(srcdir)/../corefile.c >>bfd.h
+       $(MKDOC) -f $(srcdir)/proto.str<$(srcdir)/../targets.c >>bfd.h
+       $(MKDOC) -f $(srcdir)/proto.str<$(srcdir)/../format.c >>bfd.h   
+       echo "#ifdef __cplusplus" >>bfd.h
+       echo "}" >>bfd.h
+       echo "#endif" >>bfd.h
        echo "#endif" >>bfd.h
 
 
-clean:
-       rm -f $(STAGESTUFF) *.p *.ip  bfd.dvi bfd.ps *~* *# bfd.?? bfd.??? chew
+clean-info: clean
 
-bfd.info: $(DOCFILES) bfd.texinfo
-       $(MAKEINFO) -o bfd.info $(srcdir)/bfd.texinfo
+mostlyclean:
+       rm -rf *.log *.ps *~* *.dvi *# $(MKDOC) *.o
 
-bfd.dvi: $(DOCFILES) bfd.texinfo
-       TEXINPUTS=${TEXIDIR}:.:$$TEXINPUTS tex bfd.texinfo
-       texindex bfd.??
-       TEXINPUTS=${TEXIDIR}:.:$$TEXINPUTS tex bfd.texinfo
+clean: mostlyclean
+       rm -rf $(STAGESTUFF) s-*
+       rm -f *.p *.ip  bfd.?? bfd.??? bfd.h libbfd.h libcoff.h texput.log 
+
+distclean: mostlyclean
+       rm -f *.p *.ip  bfd.?? bfd.??? bfd.h libbfd.h libcoff.h texput.log 
+       rm -f s-*
+       rm -f Makefile config.status
+
+maintainer-clean realclean: clean
+       rm -f Makefile config.status
+
+bfd.info: $(DOCFILES) bfdsumm.texi bfd.texinfo
+       $(MAKEINFO) -I$(srcdir) -o bfd.info $(srcdir)/bfd.texinfo
+
+bfd.dvi: $(DOCFILES) bfdsumm.texi bfd.texinfo
+       $(TEXI2DVI) $(srcdir)/bfd.texinfo
 
 bfd.ps: bfd.dvi
        dvips bfd -o
-       
-quickdoc: $(DOCFILES) bfd.texinfo
+
+quickdoc: $(DOCFILES) bfdsumm.texi bfd.texinfo
        TEXINPUTS=${TEXIDIR}:.:$$TEXINPUTS tex bfd.texinfo
 
 stage1: force
@@ -270,6 +381,6 @@ de-stage3: force
 
 force:
 
-Makefile: $(srcdir)/Makefile.in $(host_makefile_frag) $(target_makefile_frag)
-       $(SHELL) ./config.status
+Makefile: $(srcdir)/Makefile.in
+       cd .. && CONFIG_FILES=doc/$@ CONFIG_HEADERS= $(SHELL) ./config.status