[BACK]Return to Makefile.in CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / external / gpl3 / binutils.old / dist / binutils / doc

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/external/gpl3/binutils.old/dist/binutils/doc/Makefile.in between version 1.1.1.1 and 1.1.1.1.2.1

version 1.1.1.1, 2016/01/26 17:26:10 version 1.1.1.1.2.1, 2016/11/04 14:43:53
Line 14 
Line 14 
 # PARTICULAR PURPOSE.  # PARTICULAR PURPOSE.
   
 @SET_MAKE@  @SET_MAKE@
   
   #
   #   Copyright (C) 2012-2015 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@  VPATH = @srcdir@
 pkgdatadir = $(datadir)/@PACKAGE@  pkgdatadir = $(datadir)/@PACKAGE@
 pkgincludedir = $(includedir)/@PACKAGE@  pkgincludedir = $(includedir)/@PACKAGE@
Line 38  subdir = doc
Line 56  subdir = doc
 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am  DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4  ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 am__aclocal_m4_deps = $(top_srcdir)/../bfd/acinclude.m4 \  am__aclocal_m4_deps = $(top_srcdir)/../bfd/acinclude.m4 \
         $(top_srcdir)/../config/zlib.m4 \  
         $(top_srcdir)/../bfd/warning.m4 $(top_srcdir)/../config/acx.m4 \          $(top_srcdir)/../bfd/warning.m4 $(top_srcdir)/../config/acx.m4 \
         $(top_srcdir)/../config/depstand.m4 \          $(top_srcdir)/../config/depstand.m4 \
         $(top_srcdir)/../config/gettext-sister.m4 \          $(top_srcdir)/../config/gettext-sister.m4 \
Line 54  am__aclocal_m4_deps = $(top_srcdir)/../b
Line 71  am__aclocal_m4_deps = $(top_srcdir)/../b
         $(top_srcdir)/../config/plugins.m4 \          $(top_srcdir)/../config/plugins.m4 \
         $(top_srcdir)/../config/po.m4 \          $(top_srcdir)/../config/po.m4 \
         $(top_srcdir)/../config/progtest.m4 \          $(top_srcdir)/../config/progtest.m4 \
         $(top_srcdir)/../libtool.m4 $(top_srcdir)/../ltoptions.m4 \          $(top_srcdir)/../config/zlib.m4 $(top_srcdir)/../libtool.m4 \
         $(top_srcdir)/../ltsugar.m4 $(top_srcdir)/../ltversion.m4 \          $(top_srcdir)/../ltoptions.m4 $(top_srcdir)/../ltsugar.m4 \
         $(top_srcdir)/../lt~obsolete.m4 $(top_srcdir)/configure.in          $(top_srcdir)/../ltversion.m4 $(top_srcdir)/../lt~obsolete.m4 \
           $(top_srcdir)/../bfd/version.m4 $(top_srcdir)/configure.ac
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \  am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
         $(ACLOCAL_M4)          $(ACLOCAL_M4)
 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs  mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
Line 262  target_vendor = @target_vendor@
Line 280  target_vendor = @target_vendor@
 top_build_prefix = @top_build_prefix@  top_build_prefix = @top_build_prefix@
 top_builddir = @top_builddir@  top_builddir = @top_builddir@
 top_srcdir = @top_srcdir@  top_srcdir = @top_srcdir@
   zlibdir = @zlibdir@
   zlibinc = @zlibinc@
 AUTOMAKE_OPTIONS = cygnus  AUTOMAKE_OPTIONS = cygnus
   
 # What version of the manual you want; "all" includes everything  # What version of the manual you want; "all" includes everything

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.1.2.1

CVSweb <webmaster@jp.NetBSD.org>