Add MMIX support
[deliverable/binutils-gdb.git] / bfd / doc / Makefile.in
index 80b46b3397b8c3ba1b1b95391985ccc846e5842e..10e9893ac99a5c68adf78df2a954ddf43a21c8d6 100644 (file)
@@ -1,6 +1,6 @@
-# Makefile.in generated automatically by automake 1.4 from Makefile.am
+# Makefile.in generated automatically by automake 1.4-p5 from Makefile.am
 
-# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
+# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
 # with or without modifications, as long as this notice is preserved.
@@ -130,7 +130,8 @@ DOCFILES = aoutx.texi  archive.texi archures.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 hash.texi linker.texi
+       syms.texi  targets.texi init.texi hash.texi linker.texi \
+       mmo.texi
 
 
 PROTOS = archive.p archures.p bfd.p \
@@ -153,7 +154,8 @@ SRCDOC = $(srcdir)/../aoutx.h  $(srcdir)/../archive.c \
        $(srcdir)/../libbfd.c $(srcdir)/../opncls.c \
        $(srcdir)/../reloc.c  $(srcdir)/../section.c \
        $(srcdir)/../syms.c  $(srcdir)/../targets.c \
-       $(srcdir)/../hash.c $(srcdir)/../linker.c
+       $(srcdir)/../hash.c $(srcdir)/../linker.c \
+       $(srcdir)/../mmo.c
 
 
 SRCPROT = $(srcdir)/../archive.c $(srcdir)/../archures.c \
@@ -239,7 +241,7 @@ DIST_COMMON =  ChangeLog Makefile.am Makefile.in
 
 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
 
-TAR = tar
+TAR = gtar
 GZIP_ENV = --best
 all: all-redirect
 .SUFFIXES:
@@ -325,7 +327,7 @@ uninstall-info:
        else ii=; fi; \
        list='$(INFO_DEPS)'; \
        for file in $$list; do \
-         test -z "$ii" \
+         test -z "$$ii" \
            || install-info --info-dir=$(DESTDIR)$(infodir) --remove $$file; \
        done
        @$(NORMAL_UNINSTALL)
@@ -529,6 +531,12 @@ s-elfcode: $(MKDOC) $(srcdir)/../elfcode.h $(srcdir)/doc.str
        touch s-elfcode
 elfcode.texi: s-elfcode
 
+s-mmo: $(MKDOC) $(srcdir)/../mmo.c $(srcdir)/doc.str
+       ./$(MKDOC) -f $(srcdir)/doc.str <$(srcdir)/../mmo.c >mmo.tmp
+       $(srcdir)/../../move-if-change mmo.tmp mmo.texi
+       touch s-mmo
+mmo.texi: s-mmo
+
 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
This page took 0.0256 seconds and 4 git commands to generate.