Use modern AC_INIT in configure.in
[deliverable/binutils-gdb.git] / gas / doc / Makefile.in
index d6ecb020bd3377387231e3eaddb32c9fac766157..a67a558bdbe1337b70b2e7427a2f9af6a69054b1 100644 (file)
 # PARTICULAR PURPOSE.
 
 @SET_MAKE@
+
+#
+#   Copyright (C) 2012-2014 Free Software Foundation, Inc.
+#
+# 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
+# the Free Software Foundation; either version 3 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 this program; see the file COPYING3.  If not see
+# <http://www.gnu.org/licenses/>.
+#
 VPATH = @srcdir@
 pkgdatadir = $(datadir)/@PACKAGE@
 pkgincludedir = $(includedir)/@PACKAGE@
@@ -40,10 +58,11 @@ DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 am__aclocal_m4_deps = $(top_srcdir)/../bfd/acinclude.m4 \
        $(top_srcdir)/../config/zlib.m4 \
-       $(top_srcdir)/../bfd/warning.m4 \
+       $(top_srcdir)/../bfd/warning.m4 $(top_srcdir)/../config/acx.m4 \
        $(top_srcdir)/../config/depstand.m4 \
        $(top_srcdir)/../config/gettext-sister.m4 \
        $(top_srcdir)/../config/largefile.m4 \
+       $(top_srcdir)/../config/lcmessage.m4 \
        $(top_srcdir)/../config/lead-dot.m4 \
        $(top_srcdir)/../config/nls.m4 \
        $(top_srcdir)/../config/override.m4 \
@@ -53,7 +72,7 @@ am__aclocal_m4_deps = $(top_srcdir)/../bfd/acinclude.m4 \
        $(top_srcdir)/../libtool.m4 $(top_srcdir)/../ltoptions.m4 \
        $(top_srcdir)/../ltsugar.m4 $(top_srcdir)/../ltversion.m4 \
        $(top_srcdir)/../lt~obsolete.m4 $(top_srcdir)/acinclude.m4 \
-       $(top_srcdir)/configure.in
+       $(top_srcdir)/../bfd/version.m4 $(top_srcdir)/configure.in
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
        $(ACLOCAL_M4)
 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
@@ -260,7 +279,7 @@ POD2MAN = pod2man --center="GNU Development Tools" \
        --release="binutils-$(VERSION)" --section=1
 
 man_MANS = as.1
-info_TEXINFOS = as.texinfo 
+info_TEXINFOS = as.texinfo
 as_TEXINFOS = asconfig.texi $(CPU_DOCS)
 AM_MAKEINFOFLAGS = -I "$(srcdir)" -I "$(top_srcdir)/../libiberty" \
                   -I "$(top_srcdir)/../bfd/doc" -I ../../bfd/doc
@@ -269,14 +288,16 @@ TEXI2DVI = texi2dvi -I "$(srcdir)" -I "$(top_srcdir)/../libiberty" \
                   -I "$(top_srcdir)/../bfd/doc" -I ../../bfd/doc
 
 CPU_DOCS = \
+       c-aarch64.texi \
        c-alpha.texi \
        c-arc.texi \
        c-arm.texi \
        c-avr.texi \
        c-bfin.texi \
        c-cr16.texi \
-       c-d10v.texi \
        c-cris.texi \
+       c-d10v.texi \
+       c-epiphany.texi \
        c-h8300.texi \
        c-hppa.texi \
        c-i370.texi \
@@ -289,15 +310,19 @@ CPU_DOCS = \
        c-m32r.texi \
        c-m68hc11.texi \
        c-m68k.texi \
+       c-metag.texi \
        c-microblaze.texi \
        c-mips.texi \
        c-mmix.texi \
        c-mt.texi \
        c-msp430.texi \
+       c-nios2.texi \
+       c-nds32.texi \
        c-ns32k.texi \
        c-pdp11.texi \
        c-pj.texi \
        c-ppc.texi \
+       c-rl78.texi \
        c-rx.texi \
        c-s390.texi \
        c-score.texi \
@@ -310,6 +335,8 @@ CPU_DOCS = \
        c-tilepro.texi \
        c-vax.texi \
        c-v850.texi \
+       c-xgate.texi \
+       c-xstormy16.texi \
        c-xtensa.texi \
        c-z80.texi \
        c-z8k.texi
This page took 0.024938 seconds and 4 git commands to generate.