Home | History | Annotate | Download | only in doc
      1 # Makefile.in generated by automake 1.9.6 from Makefile.am.
      2 # @configure_input@
      3 
      4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
      5 # 2003, 2004, 2005  Free Software Foundation, Inc.
      6 # This Makefile.in is free software; the Free Software Foundation
      7 # gives unlimited permission to copy and/or distribute it,
      8 # with or without modifications, as long as this notice is preserved.
      9 
     10 # This program is distributed in the hope that it will be useful,
     11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
     12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
     13 # PARTICULAR PURPOSE.
     14 
     15 @SET_MAKE@
     16 
     17 # -*-Makefile-*-, or close enough
     18 # Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software
     19 # Foundation, Inc.
     20 # This file is part of GNU Make.
     21 #
     22 # GNU Make is free software; you can redistribute it and/or modify it under the
     23 # terms of the GNU General Public License as published by the Free Software
     24 # Foundation; either version 2, or (at your option) any later version.
     25 #
     26 # GNU Make is distributed in the hope that it will be useful, but WITHOUT ANY
     27 # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
     28 # A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
     29 #
     30 # You should have received a copy of the GNU General Public License along with
     31 # GNU Make; see the file COPYING.  If not, write to the Free Software
     32 # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
     33 srcdir = @srcdir@
     34 top_srcdir = @top_srcdir@
     35 VPATH = @srcdir@
     36 pkgdatadir = $(datadir)/@PACKAGE@
     37 pkglibdir = $(libdir)/@PACKAGE@
     38 pkgincludedir = $(includedir)/@PACKAGE@
     39 top_builddir = ..
     40 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
     41 INSTALL = @INSTALL@
     42 install_sh_DATA = $(install_sh) -c -m 644
     43 install_sh_PROGRAM = $(install_sh) -c
     44 install_sh_SCRIPT = $(install_sh) -c
     45 INSTALL_HEADER = $(INSTALL_DATA)
     46 transform = $(program_transform_name)
     47 NORMAL_INSTALL = :
     48 PRE_INSTALL = :
     49 POST_INSTALL = :
     50 NORMAL_UNINSTALL = :
     51 PRE_UNINSTALL = :
     52 POST_UNINSTALL = :
     53 build_triplet = @build@
     54 host_triplet = @host@
     55 subdir = doc
     56 DIST_COMMON = $(make_TEXINFOS) $(srcdir)/Makefile.am \
     57 	$(srcdir)/Makefile.in $(srcdir)/stamp-vti \
     58 	$(srcdir)/version.texi
     59 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
     60 am__aclocal_m4_deps = $(top_srcdir)/config/dospaths.m4 \
     61 	$(top_srcdir)/config/gettext.m4 $(top_srcdir)/config/iconv.m4 \
     62 	$(top_srcdir)/config/lib-ld.m4 \
     63 	$(top_srcdir)/config/lib-link.m4 \
     64 	$(top_srcdir)/config/lib-prefix.m4 $(top_srcdir)/config/nls.m4 \
     65 	$(top_srcdir)/config/po.m4 $(top_srcdir)/config/progtest.m4 \
     66 	$(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.in
     67 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
     68 	$(ACLOCAL_M4)
     69 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
     70 CONFIG_HEADER = $(top_builddir)/config.h
     71 CONFIG_CLEAN_FILES =
     72 SOURCES =
     73 DIST_SOURCES =
     74 INFO_DEPS = $(srcdir)/make.info
     75 TEXINFO_TEX = $(top_srcdir)/config/texinfo.tex
     76 am__TEXINFO_TEX_DIR = $(top_srcdir)/config
     77 DVIS = make.dvi
     78 PDFS = make.pdf
     79 PSS = make.ps
     80 HTMLS = make.html
     81 TEXINFOS = make.texi
     82 TEXI2DVI = texi2dvi
     83 TEXI2PDF = $(TEXI2DVI) --pdf --batch
     84 MAKEINFOHTML = $(MAKEINFO) --html
     85 AM_MAKEINFOHTMLFLAGS = $(AM_MAKEINFOFLAGS)
     86 DVIPS = dvips
     87 am__installdirs = "$(DESTDIR)$(infodir)"
     88 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
     89 ACLOCAL = @ACLOCAL@
     90 ALLOCA = @ALLOCA@
     91 AMDEP_FALSE = @AMDEP_FALSE@
     92 AMDEP_TRUE = @AMDEP_TRUE@
     93 AMTAR = @AMTAR@
     94 AR = @AR@
     95 AUTOCONF = @AUTOCONF@
     96 AUTOHEADER = @AUTOHEADER@
     97 AUTOMAKE = @AUTOMAKE@
     98 AWK = @AWK@
     99 CC = @CC@
    100 CCDEPMODE = @CCDEPMODE@
    101 CFLAGS = @CFLAGS@
    102 CPP = @CPP@
    103 CPPFLAGS = @CPPFLAGS@
    104 CYGPATH_W = @CYGPATH_W@
    105 DEFS = @DEFS@
    106 DEPDIR = @DEPDIR@
    107 ECHO_C = @ECHO_C@
    108 ECHO_N = @ECHO_N@
    109 ECHO_T = @ECHO_T@
    110 EGREP = @EGREP@
    111 EXEEXT = @EXEEXT@
    112 GETLOADAVG_LIBS = @GETLOADAVG_LIBS@
    113 GLOBINC = @GLOBINC@
    114 GLOBLIB = @GLOBLIB@
    115 GMSGFMT = @GMSGFMT@
    116 INSTALL_DATA = @INSTALL_DATA@
    117 INSTALL_PROGRAM = @INSTALL_PROGRAM@
    118 INSTALL_SCRIPT = @INSTALL_SCRIPT@
    119 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
    120 INTLLIBS = @INTLLIBS@
    121 KMEM_GROUP = @KMEM_GROUP@
    122 LDFLAGS = @LDFLAGS@
    123 LIBICONV = @LIBICONV@
    124 LIBINTL = @LIBINTL@
    125 LIBOBJS = @LIBOBJS@
    126 LIBS = @LIBS@
    127 LTLIBICONV = @LTLIBICONV@
    128 LTLIBINTL = @LTLIBINTL@
    129 LTLIBOBJS = @LTLIBOBJS@
    130 MAKEINFO = @MAKEINFO@
    131 MAKE_HOST = @MAKE_HOST@
    132 MKINSTALLDIRS = @MKINSTALLDIRS@
    133 MSGFMT = @MSGFMT@
    134 MSGMERGE = @MSGMERGE@
    135 NEED_SETGID = @NEED_SETGID@
    136 OBJEXT = @OBJEXT@
    137 PACKAGE = @PACKAGE@
    138 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
    139 PACKAGE_NAME = @PACKAGE_NAME@
    140 PACKAGE_STRING = @PACKAGE_STRING@
    141 PACKAGE_TARNAME = @PACKAGE_TARNAME@
    142 PACKAGE_VERSION = @PACKAGE_VERSION@
    143 PATH_SEPARATOR = @PATH_SEPARATOR@
    144 PERL = @PERL@
    145 POSUB = @POSUB@
    146 RANLIB = @RANLIB@
    147 REMOTE = @REMOTE@
    148 SET_MAKE = @SET_MAKE@
    149 SHELL = @SHELL@
    150 STRIP = @STRIP@
    151 U = @U@
    152 USE_CUSTOMS_FALSE = @USE_CUSTOMS_FALSE@
    153 USE_CUSTOMS_TRUE = @USE_CUSTOMS_TRUE@
    154 USE_LOCAL_GLOB_FALSE = @USE_LOCAL_GLOB_FALSE@
    155 USE_LOCAL_GLOB_TRUE = @USE_LOCAL_GLOB_TRUE@
    156 USE_NLS = @USE_NLS@
    157 VERSION = @VERSION@
    158 WINDOWSENV_FALSE = @WINDOWSENV_FALSE@
    159 WINDOWSENV_TRUE = @WINDOWSENV_TRUE@
    160 XGETTEXT = @XGETTEXT@
    161 ac_ct_CC = @ac_ct_CC@
    162 ac_ct_RANLIB = @ac_ct_RANLIB@
    163 ac_ct_STRIP = @ac_ct_STRIP@
    164 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
    165 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
    166 am__include = @am__include@
    167 am__leading_dot = @am__leading_dot@
    168 am__quote = @am__quote@
    169 am__tar = @am__tar@
    170 am__untar = @am__untar@
    171 bindir = @bindir@
    172 build = @build@
    173 build_alias = @build_alias@
    174 build_cpu = @build_cpu@
    175 build_os = @build_os@
    176 build_vendor = @build_vendor@
    177 datadir = @datadir@
    178 exec_prefix = @exec_prefix@
    179 host = @host@
    180 host_alias = @host_alias@
    181 host_cpu = @host_cpu@
    182 host_os = @host_os@
    183 host_vendor = @host_vendor@
    184 includedir = @includedir@
    185 infodir = @infodir@
    186 install_sh = @install_sh@
    187 libdir = @libdir@
    188 libexecdir = @libexecdir@
    189 localstatedir = @localstatedir@
    190 mandir = @mandir@
    191 mkdir_p = @mkdir_p@
    192 oldincludedir = @oldincludedir@
    193 prefix = @prefix@
    194 program_transform_name = @program_transform_name@
    195 sbindir = @sbindir@
    196 sharedstatedir = @sharedstatedir@
    197 sysconfdir = @sysconfdir@
    198 target_alias = @target_alias@
    199 TEXI2HTML = texi2html
    200 TEXI2HTML_FLAGS = -split_chapter
    201 info_TEXINFOS = make.texi
    202 make_TEXINFOS = fdl.texi make-stds.texi
    203 CLEANFILES = make*.html
    204 all: all-am
    205 
    206 .SUFFIXES:
    207 .SUFFIXES: .dvi .html .info .pdf .ps .texi
    208 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
    209 	@for dep in $?; do \
    210 	  case '$(am__configure_deps)' in \
    211 	    *$$dep*) \
    212 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
    213 		&& exit 0; \
    214 	      exit 1;; \
    215 	  esac; \
    216 	done; \
    217 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  doc/Makefile'; \
    218 	cd $(top_srcdir) && \
    219 	  $(AUTOMAKE) --gnu  doc/Makefile
    220 .PRECIOUS: Makefile
    221 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
    222 	@case '$?' in \
    223 	  *config.status*) \
    224 	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
    225 	  *) \
    226 	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
    227 	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
    228 	esac;
    229 
    230 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
    231 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    232 
    233 $(top_srcdir)/configure:  $(am__configure_deps)
    234 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    235 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
    236 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    237 
    238 .texi.info:
    239 	restore=: && backupdir="$(am__leading_dot)am$$$$" && \
    240 	am__cwd=`pwd` && cd $(srcdir) && \
    241 	rm -rf $$backupdir && mkdir $$backupdir && \
    242 	if ($(MAKEINFO) --version) >/dev/null 2>&1; then \
    243 	  for f in $@ $@-[0-9] $@-[0-9][0-9] $(@:.info=).i[0-9] $(@:.info=).i[0-9][0-9]; do \
    244 	    if test -f $$f; then mv $$f $$backupdir; restore=mv; else :; fi; \
    245 	  done; \
    246 	else :; fi && \
    247 	cd "$$am__cwd"; \
    248 	if $(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir) \
    249 	 -o $@ $<; \
    250 	then \
    251 	  rc=0; \
    252 	  cd $(srcdir); \
    253 	else \
    254 	  rc=$$?; \
    255 	  cd $(srcdir) && \
    256 	  $$restore $$backupdir/* `echo "./$@" | sed 's|[^/]*$$||'`; \
    257 	fi; \
    258 	rm -rf $$backupdir; exit $$rc
    259 
    260 .texi.dvi:
    261 	TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \
    262 	MAKEINFO='$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir)' \
    263 	$(TEXI2DVI) $<
    264 
    265 .texi.pdf:
    266 	TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \
    267 	MAKEINFO='$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir)' \
    268 	$(TEXI2PDF) $<
    269 
    270 .texi.html:
    271 	rm -rf $(@:.html=.htp)
    272 	if $(MAKEINFOHTML) $(AM_MAKEINFOHTMLFLAGS) $(MAKEINFOFLAGS) -I $(srcdir) \
    273 	 -o $(@:.html=.htp) $<; \
    274 	then \
    275 	  rm -rf $@; \
    276 	  if test ! -d $(@:.html=.htp) && test -d $(@:.html=); then \
    277 	    mv $(@:.html=) $@; else mv $(@:.html=.htp) $@; fi; \
    278 	else \
    279 	  if test ! -d $(@:.html=.htp) && test -d $(@:.html=); then \
    280 	    rm -rf $(@:.html=); else rm -Rf $(@:.html=.htp) $@; fi; \
    281 	  exit 1; \
    282 	fi
    283 $(srcdir)/make.info: make.texi $(srcdir)/version.texi $(make_TEXINFOS)
    284 make.dvi: make.texi $(srcdir)/version.texi $(make_TEXINFOS)
    285 make.pdf: make.texi $(srcdir)/version.texi $(make_TEXINFOS)
    286 make.html: make.texi $(srcdir)/version.texi $(make_TEXINFOS)
    287 $(srcdir)/version.texi:  $(srcdir)/stamp-vti
    288 $(srcdir)/stamp-vti: make.texi $(top_srcdir)/configure
    289 	@(dir=.; test -f ./make.texi || dir=$(srcdir); \
    290 	set `$(SHELL) $(top_srcdir)/config/mdate-sh $$dir/make.texi`; \
    291 	echo "@set UPDATED $$1 $$2 $$3"; \
    292 	echo "@set UPDATED-MONTH $$2 $$3"; \
    293 	echo "@set EDITION $(VERSION)"; \
    294 	echo "@set VERSION $(VERSION)") > vti.tmp
    295 	@cmp -s vti.tmp $(srcdir)/version.texi \
    296 	  || (echo "Updating $(srcdir)/version.texi"; \
    297 	      cp vti.tmp $(srcdir)/version.texi)
    298 	-@rm -f vti.tmp
    299 	@cp $(srcdir)/version.texi $@
    300 
    301 mostlyclean-vti:
    302 	-rm -f vti.tmp
    303 
    304 maintainer-clean-vti:
    305 	-rm -f $(srcdir)/stamp-vti $(srcdir)/version.texi
    306 .dvi.ps:
    307 	TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \
    308 	$(DVIPS) -o $@ $<
    309 
    310 uninstall-info-am:
    311 	@$(PRE_UNINSTALL)
    312 	@if (install-info --version && \
    313 	     install-info --version 2>&1 | sed 1q | grep -i -v debian) >/dev/null 2>&1; then \
    314 	  list='$(INFO_DEPS)'; \
    315 	  for file in $$list; do \
    316 	    relfile=`echo "$$file" | sed 's|^.*/||'`; \
    317 	    echo " install-info --info-dir='$(DESTDIR)$(infodir)' --remove '$(DESTDIR)$(infodir)/$$relfile'"; \
    318 	    install-info --info-dir="$(DESTDIR)$(infodir)" --remove "$(DESTDIR)$(infodir)/$$relfile"; \
    319 	  done; \
    320 	else :; fi
    321 	@$(NORMAL_UNINSTALL)
    322 	@list='$(INFO_DEPS)'; \
    323 	for file in $$list; do \
    324 	  relfile=`echo "$$file" | sed 's|^.*/||'`; \
    325 	  relfile_i=`echo "$$relfile" | sed 's|\.info$$||;s|$$|.i|'`; \
    326 	  (if cd "$(DESTDIR)$(infodir)"; then \
    327 	     echo " cd '$(DESTDIR)$(infodir)' && rm -f $$relfile $$relfile-[0-9] $$relfile-[0-9][0-9] $$relfile_i[0-9] $$relfile_i[0-9][0-9]"; \
    328 	     rm -f $$relfile $$relfile-[0-9] $$relfile-[0-9][0-9] $$relfile_i[0-9] $$relfile_i[0-9][0-9]; \
    329 	   else :; fi); \
    330 	done
    331 
    332 dist-info: $(INFO_DEPS)
    333 	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
    334 	list='$(INFO_DEPS)'; \
    335 	for base in $$list; do \
    336 	  case $$base in \
    337 	    $(srcdir)/*) base=`echo "$$base" | sed "s|^$$srcdirstrip/||"`;; \
    338 	  esac; \
    339 	  if test -f $$base; then d=.; else d=$(srcdir); fi; \
    340 	  for file in $$d/$$base*; do \
    341 	    relfile=`expr "$$file" : "$$d/\(.*\)"`; \
    342 	    test -f $(distdir)/$$relfile || \
    343 	      cp -p $$file $(distdir)/$$relfile; \
    344 	  done; \
    345 	done
    346 
    347 mostlyclean-aminfo:
    348 	-rm -rf make.aux make.cp make.cps make.fn make.fns make.ky make.kys make.log \
    349 	  make.pg make.tmp make.toc make.tp make.tps make.vr make.dvi \
    350 	  make.pdf make.ps make.html
    351 
    352 maintainer-clean-aminfo:
    353 	@list='$(INFO_DEPS)'; for i in $$list; do \
    354 	  i_i=`echo "$$i" | sed 's|\.info$$||;s|$$|.i|'`; \
    355 	  echo " rm -f $$i $$i-[0-9] $$i-[0-9][0-9] $$i_i[0-9] $$i_i[0-9][0-9]"; \
    356 	  rm -f $$i $$i-[0-9] $$i-[0-9][0-9] $$i_i[0-9] $$i_i[0-9][0-9]; \
    357 	done
    358 tags: TAGS
    359 TAGS:
    360 
    361 ctags: CTAGS
    362 CTAGS:
    363 
    364 
    365 distdir: $(DISTFILES)
    366 	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
    367 	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
    368 	list='$(DISTFILES)'; for file in $$list; do \
    369 	  case $$file in \
    370 	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
    371 	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
    372 	  esac; \
    373 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
    374 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
    375 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
    376 	    dir="/$$dir"; \
    377 	    $(mkdir_p) "$(distdir)$$dir"; \
    378 	  else \
    379 	    dir=''; \
    380 	  fi; \
    381 	  if test -d $$d/$$file; then \
    382 	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
    383 	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
    384 	    fi; \
    385 	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
    386 	  else \
    387 	    test -f $(distdir)/$$file \
    388 	    || cp -p $$d/$$file $(distdir)/$$file \
    389 	    || exit 1; \
    390 	  fi; \
    391 	done
    392 	$(MAKE) $(AM_MAKEFLAGS) \
    393 	  top_distdir="$(top_distdir)" distdir="$(distdir)" \
    394 	  dist-info
    395 check-am: all-am
    396 check: check-am
    397 all-am: Makefile $(INFO_DEPS)
    398 installdirs:
    399 	for dir in "$(DESTDIR)$(infodir)"; do \
    400 	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
    401 	done
    402 install: install-am
    403 install-exec: install-exec-am
    404 install-data: install-data-am
    405 uninstall: uninstall-am
    406 
    407 install-am: all-am
    408 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
    409 
    410 installcheck: installcheck-am
    411 install-strip:
    412 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
    413 	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
    414 	  `test -z '$(STRIP)' || \
    415 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
    416 mostlyclean-generic:
    417 
    418 clean-generic:
    419 	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
    420 
    421 distclean-generic:
    422 	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
    423 
    424 maintainer-clean-generic:
    425 	@echo "This command is intended for maintainers to use"
    426 	@echo "it deletes files that may require special tools to rebuild."
    427 clean: clean-am
    428 
    429 clean-am: clean-generic mostlyclean-am
    430 
    431 distclean: distclean-am
    432 	-rm -f Makefile
    433 distclean-am: clean-am distclean-generic
    434 
    435 dvi: dvi-am
    436 
    437 dvi-am: $(DVIS)
    438 
    439 html-am: $(HTMLS)
    440 
    441 info: info-am
    442 
    443 info-am: $(INFO_DEPS)
    444 
    445 install-data-am: install-info-am
    446 
    447 install-exec-am:
    448 
    449 install-info: install-info-am
    450 
    451 install-info-am: $(INFO_DEPS)
    452 	@$(NORMAL_INSTALL)
    453 	test -z "$(infodir)" || $(mkdir_p) "$(DESTDIR)$(infodir)"
    454 	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
    455 	list='$(INFO_DEPS)'; \
    456 	for file in $$list; do \
    457 	  case $$file in \
    458 	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
    459 	  esac; \
    460 	  if test -f $$file; then d=.; else d=$(srcdir); fi; \
    461 	  file_i=`echo "$$file" | sed 's|\.info$$||;s|$$|.i|'`; \
    462 	  for ifile in $$d/$$file $$d/$$file-[0-9] $$d/$$file-[0-9][0-9] \
    463                        $$d/$$file_i[0-9] $$d/$$file_i[0-9][0-9] ; do \
    464 	    if test -f $$ifile; then \
    465 	      relfile=`echo "$$ifile" | sed 's|^.*/||'`; \
    466 	      echo " $(INSTALL_DATA) '$$ifile' '$(DESTDIR)$(infodir)/$$relfile'"; \
    467 	      $(INSTALL_DATA) "$$ifile" "$(DESTDIR)$(infodir)/$$relfile"; \
    468 	    else : ; fi; \
    469 	  done; \
    470 	done
    471 	@$(POST_INSTALL)
    472 	@if (install-info --version && \
    473 	     install-info --version 2>&1 | sed 1q | grep -i -v debian) >/dev/null 2>&1; then \
    474 	  list='$(INFO_DEPS)'; \
    475 	  for file in $$list; do \
    476 	    relfile=`echo "$$file" | sed 's|^.*/||'`; \
    477 	    echo " install-info --info-dir='$(DESTDIR)$(infodir)' '$(DESTDIR)$(infodir)/$$relfile'";\
    478 	    install-info --info-dir="$(DESTDIR)$(infodir)" "$(DESTDIR)$(infodir)/$$relfile" || :;\
    479 	  done; \
    480 	else : ; fi
    481 install-man:
    482 
    483 installcheck-am:
    484 
    485 maintainer-clean: maintainer-clean-am
    486 	-rm -f Makefile
    487 maintainer-clean-am: distclean-am maintainer-clean-aminfo \
    488 	maintainer-clean-generic maintainer-clean-vti
    489 
    490 mostlyclean: mostlyclean-am
    491 
    492 mostlyclean-am: mostlyclean-aminfo mostlyclean-generic mostlyclean-vti
    493 
    494 pdf: pdf-am
    495 
    496 pdf-am: $(PDFS)
    497 
    498 ps: ps-am
    499 
    500 ps-am: $(PSS)
    501 
    502 uninstall-am: uninstall-info-am
    503 
    504 .PHONY: all all-am check check-am clean clean-generic dist-info \
    505 	distclean distclean-generic distdir dvi dvi-am html html-am \
    506 	info info-am install install-am install-data install-data-am \
    507 	install-exec install-exec-am install-info install-info-am \
    508 	install-man install-strip installcheck installcheck-am \
    509 	installdirs maintainer-clean maintainer-clean-aminfo \
    510 	maintainer-clean-generic maintainer-clean-vti mostlyclean \
    511 	mostlyclean-aminfo mostlyclean-generic mostlyclean-vti pdf \
    512 	pdf-am ps ps-am uninstall uninstall-am uninstall-info-am
    513 
    514 
    515 html: make_1.html
    516 
    517 make_1.html: $(info_TEXINFOS) $(make_TEXINFOS)
    518 	$(TEXI2HTML) $(TEXI2HTML_FLAGS) $(srcdir)/make.texi
    519 
    520 .PHONY: html
    521 # Tell versions [3.59,3.63) of GNU make to not export all variables.
    522 # Otherwise a system limit (for SysV at least) may be exceeded.
    523 .NOEXPORT:
    524