Difference for doc/Makefile.in from version 1.29 to 1.30


version 1.29 version 1.30
Line 1
 
Line 1
 # Makefile.in generated by automake 1.9.5 from Makefile.am.  # Makefile.in generated by automake 1.6.3 from Makefile.am.
 # @configure_input@  # @configure_input@
   
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,  # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
 # 2003, 2004, 2005  Free Software Foundation, Inc.  # Free Software Foundation, Inc.
 # This Makefile.in is free software; the Free Software Foundation  # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,  # gives unlimited permission to copy and/or distribute it,
 # with or without modifications, as long as this notice is preserved.  # with or without modifications, as long as this notice is preserved.
Line 38
 
Line 38
 #   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  #   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 #  #
 #   The author can be reached via e-mail to mwedel@scruz.net  #   The author can be reached via e-mail to mwedel@scruz.net
   SHELL = @SHELL@
   
 srcdir = @srcdir@  srcdir = @srcdir@
 top_srcdir = @top_srcdir@  top_srcdir = @top_srcdir@
 VPATH = @srcdir@  VPATH = @srcdir@
   prefix = @prefix@
   exec_prefix = @exec_prefix@
   
   bindir = @bindir@
   sbindir = @sbindir@
   libexecdir = @libexecdir@
   datadir = @datadir@
   sysconfdir = @sysconfdir@
   sharedstatedir = @sharedstatedir@
   localstatedir = @localstatedir@
   libdir = @libdir@
   infodir = @infodir@
   mandir = @mandir@
   includedir = @includedir@
   oldincludedir = /usr/include
 pkgdatadir = $(datadir)/@PACKAGE@  pkgdatadir = $(datadir)/@PACKAGE@
 pkglibdir = $(libdir)/@PACKAGE@  pkglibdir = $(libdir)/@PACKAGE@
 pkgincludedir = $(includedir)/@PACKAGE@  pkgincludedir = $(includedir)/@PACKAGE@
 top_builddir = ..  top_builddir = ..
   
   ACLOCAL = @ACLOCAL@
   AUTOCONF = @AUTOCONF@
   AUTOMAKE = @AUTOMAKE@
   AUTOHEADER = @AUTOHEADER@
   
 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd  am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 INSTALL = @INSTALL@  INSTALL = @INSTALL@
   INSTALL_PROGRAM = @INSTALL_PROGRAM@
   INSTALL_DATA = @INSTALL_DATA@
 install_sh_DATA = $(install_sh) -c -m 644  install_sh_DATA = $(install_sh) -c -m 644
 install_sh_PROGRAM = $(install_sh) -c  install_sh_PROGRAM = $(install_sh) -c
 install_sh_SCRIPT = $(install_sh) -c  install_sh_SCRIPT = $(install_sh) -c
   INSTALL_SCRIPT = @INSTALL_SCRIPT@
 INSTALL_HEADER = $(INSTALL_DATA)  INSTALL_HEADER = $(INSTALL_DATA)
 transform = $(program_transform_name)  transform = @program_transform_name@
 NORMAL_INSTALL = :  NORMAL_INSTALL = :
 PRE_INSTALL = :  PRE_INSTALL = :
 POST_INSTALL = :  POST_INSTALL = :
 NORMAL_UNINSTALL = :  NORMAL_UNINSTALL = :
 PRE_UNINSTALL = :  PRE_UNINSTALL = :
 POST_UNINSTALL = :  POST_UNINSTALL = :
 build_triplet = @build@  host_alias = @host_alias@
 host_triplet = @host@  host_triplet = @host@
 subdir = doc  
 DIST_COMMON = README $(dist_man6_MANS) $(dist_noinst_DATA) \  EXEEXT = @EXEEXT@
  $(dist_noinst_SCRIPTS) $(srcdir)/Makefile.am \  OBJEXT = @OBJEXT@
  $(srcdir)/Makefile.in  PATH_SEPARATOR = @PATH_SEPARATOR@
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4  
 am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \  
  $(top_srcdir)/configure.ac  
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \  
  $(ACLOCAL_M4)  
 mkinstalldirs = $(SHELL) $(top_srcdir)/utils/mkinstalldirs  
 CONFIG_HEADER = $(top_builddir)/include/autoconf.h  
 CONFIG_CLEAN_FILES =  
 SCRIPTS = $(dist_noinst_SCRIPTS)  
 SOURCES =  
 DIST_SOURCES =  
 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \  
  html-recursive info-recursive install-data-recursive \  
  install-exec-recursive install-info-recursive \  
  install-recursive installcheck-recursive installdirs-recursive \  
  pdf-recursive ps-recursive uninstall-info-recursive \  
  uninstall-recursive  
 man6dir = $(mandir)/man6  
 am__installdirs = "$(DESTDIR)$(man6dir)"  
 NROFF = nroff  
 MANS = $(dist_man6_MANS)  
 DATA = $(dist_noinst_DATA)  
 ETAGS = etags  
 CTAGS = ctags  
 DIST_SUBDIRS = $(SUBDIRS)  
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)  
 ACLOCAL = @ACLOCAL@  
 AMDEP_FALSE = @AMDEP_FALSE@  
 AMDEP_TRUE = @AMDEP_TRUE@  
 AMTAR = @AMTAR@  AMTAR = @AMTAR@
 AR = @AR@  AR = @AR@
 AUTOCONF = @AUTOCONF@  AS = @AS@
 AUTOHEADER = @AUTOHEADER@  
 AUTOMAKE = @AUTOMAKE@  
 AWK = @AWK@  AWK = @AWK@
 BASENAME = @BASENAME@  BASENAME = @BASENAME@
 BUNZIP = @BUNZIP@  BUNZIP = @BUNZIP@
 BZIP = @BZIP@  BZIP = @BZIP@
 CC = @CC@  CC = @CC@
 CCDEPMODE = @CCDEPMODE@  
 CFLAGS = @CFLAGS@  
 COMPRESS = @COMPRESS@  COMPRESS = @COMPRESS@
 CPP = @CPP@  CPP = @CPP@
 CPPFLAGS = @CPPFLAGS@  
 CXX = @CXX@  CXX = @CXX@
 CXXCPP = @CXXCPP@  CXXCPP = @CXXCPP@
 CXXDEPMODE = @CXXDEPMODE@  
 CXXFLAGS = @CXXFLAGS@  
 CYGPATH_W = @CYGPATH_W@  
 DEFS = @DEFS@  
 DEPDIR = @DEPDIR@  DEPDIR = @DEPDIR@
   DLLTOOL = @DLLTOOL@
 ECHO = @ECHO@  ECHO = @ECHO@
 ECHO_C = @ECHO_C@  
 ECHO_N = @ECHO_N@  
 ECHO_T = @ECHO_T@  
 EGREP = @EGREP@  EGREP = @EGREP@
 EXEEXT = @EXEEXT@  
 F77 = @F77@  F77 = @F77@
 FFLAGS = @FFLAGS@  GCJ = @GCJ@
   GCJFLAGS = @GCJFLAGS@
 GUNZIP = @GUNZIP@  GUNZIP = @GUNZIP@
 GZIP = @GZIP@  GZIP = @GZIP@
 HAVE_LIBDL_FALSE = @HAVE_LIBDL_FALSE@  
 HAVE_LIBDL_TRUE = @HAVE_LIBDL_TRUE@  
 HAVE_X_FALSE = @HAVE_X_FALSE@  
 HAVE_X_TRUE = @HAVE_X_TRUE@  
 INSTALL_DATA = @INSTALL_DATA@  
 INSTALL_PROGRAM = @INSTALL_PROGRAM@  
 INSTALL_SCRIPT = @INSTALL_SCRIPT@  
 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@  INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 LATEX = @LATEX@  LATEX = @LATEX@
 LDFLAGS = @LDFLAGS@  
 LEX = @LEX@  LEX = @LEX@
 LEXLIB = @LEXLIB@  LEXLIB = @LEXLIB@
 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@  LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
 LIBOBJS = @LIBOBJS@  
 LIBS = @LIBS@  
 LIBTOOL = @LIBTOOL@  LIBTOOL = @LIBTOOL@
 LN_S = @LN_S@  LN_S = @LN_S@
 LTLIBOBJS = @LTLIBOBJS@  OBJDUMP = @OBJDUMP@
 MAKEINFO = @MAKEINFO@  
 OBJEXT = @OBJEXT@  
 PACKAGE = @PACKAGE@  PACKAGE = @PACKAGE@
 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@  
 PACKAGE_NAME = @PACKAGE_NAME@  
 PACKAGE_STRING = @PACKAGE_STRING@  
 PACKAGE_TARNAME = @PACKAGE_TARNAME@  
 PACKAGE_VERSION = @PACKAGE_VERSION@  
 PATH_SEPARATOR = @PATH_SEPARATOR@  
 PERL = @PERL@  PERL = @PERL@
 PLUGIN_PYTHON = @PLUGIN_PYTHON@  PLUGIN_PYTHON = @PLUGIN_PYTHON@
 PYTHON_LIB = @PYTHON_LIB@  PYTHON_LIB = @PYTHON_LIB@
 PYTHON_PLUGIN_FALSE = @PYTHON_PLUGIN_FALSE@  
 PYTHON_PLUGIN_TRUE = @PYTHON_PLUGIN_TRUE@  
 PY_INCLUDES = @PY_INCLUDES@  PY_INCLUDES = @PY_INCLUDES@
 PY_LIBS = @PY_LIBS@  PY_LIBS = @PY_LIBS@
 RANLIB = @RANLIB@  RANLIB = @RANLIB@
 SET_MAKE = @SET_MAKE@  RC = @RC@
 SHELL = @SHELL@  
 STRIP = @STRIP@  STRIP = @STRIP@
 TAR = @TAR@  TAR = @TAR@
 UNCOMPRESS = @UNCOMPRESS@  UNCOMPRESS = @UNCOMPRESS@
Line 173
 
Line 136
 X_EXTRA_LIBS = @X_EXTRA_LIBS@  X_EXTRA_LIBS = @X_EXTRA_LIBS@
 X_LIBS = @X_LIBS@  X_LIBS = @X_LIBS@
 X_PRE_LIBS = @X_PRE_LIBS@  X_PRE_LIBS = @X_PRE_LIBS@
 ac_ct_AR = @ac_ct_AR@  
 ac_ct_CC = @ac_ct_CC@  
 ac_ct_CXX = @ac_ct_CXX@  
 ac_ct_F77 = @ac_ct_F77@  
 ac_ct_RANLIB = @ac_ct_RANLIB@  
 ac_ct_STRIP = @ac_ct_STRIP@  
 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@  
 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@  
 am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@  
 am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@  
 am__include = @am__include@  am__include = @am__include@
 am__leading_dot = @am__leading_dot@  
 am__quote = @am__quote@  am__quote = @am__quote@
 am__tar = @am__tar@  
 am__untar = @am__untar@  
 bindir = @bindir@  
 build = @build@  
 build_alias = @build_alias@  
 build_cpu = @build_cpu@  
 build_os = @build_os@  
 build_vendor = @build_vendor@  
 datadir = @datadir@  
 exec_prefix = @exec_prefix@  
 host = @host@  
 host_alias = @host_alias@  
 host_cpu = @host_cpu@  
 host_os = @host_os@  
 host_vendor = @host_vendor@  
 includedir = @includedir@  
 infodir = @infodir@  
 install_sh = @install_sh@  install_sh = @install_sh@
 libdir = @libdir@  
 libexecdir = @libexecdir@  
 localstatedir = @localstatedir@  
 mandir = @mandir@  
 mkdir_p = @mkdir_p@  
 no_x = @no_x@  no_x = @no_x@
 oldincludedir = @oldincludedir@  
 pkgconfdir = @pkgconfdir@  pkgconfdir = @pkgconfdir@
 pkgstatedir = @pkgstatedir@  pkgstatedir = @pkgstatedir@
 prefix = @prefix@  
 program_transform_name = @program_transform_name@  
 sbindir = @sbindir@  
 sharedstatedir = @sharedstatedir@  
 sysconfdir = @sysconfdir@  
 target_alias = @target_alias@  
 x_includes = @x_includes@  x_includes = @x_includes@
 x_libraries = @x_libraries@  x_libraries = @x_libraries@
   
 SUBDIRS = scripts Developers playbook spoiler spell-docs spoiler-html playbook-html  SUBDIRS = scripts Developers playbook spoiler spell-docs spoiler-html playbook-html
   
 dist_noinst_DATA = handbook.ps spoiler.ps  dist_noinst_DATA = handbook.ps spoiler.ps
 dist_noinst_SCRIPTS = include_html.pl  dist_noinst_SCRIPTS = include_html.pl
 dist_man6_MANS = crossedit.man crossfire.man crossfire-config.man \  dist_man6_MANS = crossedit.man crossfire.man crossfire-config.man \
  crossloop.web.man crossloop.man   crossloop.web.man crossloop.man
   
   
 EXTRA_DIST = Crossedit.doc PlayerStats \  EXTRA_DIST = Crossedit.doc PlayerStats \
  README RunTimeCommands SurvivalGuide alchemy.doc \   README RunTimeCommands SurvivalGuide alchemy.doc \
  experience metaserver multigod plugins skills.doc \   experience metaserver multigod plugins skills.doc \
  spellcasters_guide_to_runes   spellcasters_guide_to_runes
   
   
 DTOP = $(top_srcdir)/$(PACKAGE)-doc  DTOP = $(top_srcdir)/$(PACKAGE)-doc
   subdir = doc
   mkinstalldirs = $(SHELL) $(top_srcdir)/utils/mkinstalldirs
   CONFIG_HEADER = $(top_builddir)/include/autoconf.h
   CONFIG_CLEAN_FILES =
   SCRIPTS = $(dist_noinst_SCRIPTS)
   
   DIST_SOURCES =
   
   NROFF = nroff
   MANS = $(dist_man6_MANS)
   DATA = $(dist_noinst_DATA)
   
   
   RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
    uninstall-info-recursive all-recursive install-data-recursive \
    install-exec-recursive installdirs-recursive install-recursive \
    uninstall-recursive check-recursive installcheck-recursive
   DIST_COMMON = README $(dist_man6_MANS) $(dist_noinst_DATA) \
    $(dist_noinst_SCRIPTS) Makefile.am Makefile.in
   DIST_SUBDIRS = $(SUBDIRS)
 all: all-recursive  all: all-recursive
   
 .SUFFIXES:  .SUFFIXES:
 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)  $(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.ac $(ACLOCAL_M4)
  @for dep in $?; do \  
    case '$(am__configure_deps)' in \  
      *$$dep*) \  
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \  
  && exit 0; \  
        exit 1;; \  
    esac; \  
  done; \  
  echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  doc/Makefile'; \  
  cd $(top_srcdir) && \   cd $(top_srcdir) && \
    $(AUTOMAKE) --gnu  doc/Makefile     $(AUTOMAKE) --gnu  doc/Makefile
 .PRECIOUS: Makefile  
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status  Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  @case '$?' in \   cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
    *config.status*) \  
      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \  
    *) \  
      echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \  
      cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \  
  esac;  
   
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)  
  cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh  
   
 $(top_srcdir)/configure:  $(am__configure_deps)  
  cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh  
 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)  
  cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh  
   
 mostlyclean-libtool:  mostlyclean-libtool:
  -rm -f *.lo   -rm -f *.lo
Line 275
 
Line 198
 distclean-libtool:  distclean-libtool:
  -rm -f libtool   -rm -f libtool
 uninstall-info-am:  uninstall-info-am:
   
   man6dir = $(mandir)/man6
 install-man6: $(man6_MANS) $(man_MANS)  install-man6: $(man6_MANS) $(man_MANS)
  @$(NORMAL_INSTALL)   @$(NORMAL_INSTALL)
  test -z "$(man6dir)" || $(mkdir_p) "$(DESTDIR)$(man6dir)"   $(mkinstalldirs) $(DESTDIR)$(man6dir)
  @list='$(man6_MANS) $(dist_man6_MANS) $(nodist_man6_MANS)'; \   @list='$(man6_MANS) $(dist_man6_MANS) $(nodist_man6_MANS)'; \
  l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \   l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
  for i in $$l2; do \   for i in $$l2; do \
Line 296
 
Line 221
    inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \     inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
    inst=`echo $$inst | sed -e 's/^.*\///'`; \     inst=`echo $$inst | sed -e 's/^.*\///'`; \
    inst=`echo $$inst | sed '$(transform)'`.$$ext; \     inst=`echo $$inst | sed '$(transform)'`.$$ext; \
    echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man6dir)/$$inst'"; \     echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man6dir)/$$inst"; \
    $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man6dir)/$$inst"; \     $(INSTALL_DATA) $$file $(DESTDIR)$(man6dir)/$$inst; \
  done   done
 uninstall-man6:  uninstall-man6:
  @$(NORMAL_UNINSTALL)   @$(NORMAL_UNINSTALL)
Line 310
 
Line 235
  done; \   done; \
  for i in $$list; do \   for i in $$list; do \
    ext=`echo $$i | sed -e 's/^.*\\.//'`; \     ext=`echo $$i | sed -e 's/^.*\\.//'`; \
    case "$$ext" in \  
      6*) ;; \  
      *) ext='6' ;; \  
    esac; \  
    inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \     inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
    inst=`echo $$inst | sed -e 's/^.*\///'`; \     inst=`echo $$inst | sed -e 's/^.*\///'`; \
    inst=`echo $$inst | sed '$(transform)'`.$$ext; \     inst=`echo $$inst | sed '$(transform)'`.$$ext; \
    echo " rm -f '$(DESTDIR)$(man6dir)/$$inst'"; \     echo " rm -f $(DESTDIR)$(man6dir)/$$inst"; \
    rm -f "$(DESTDIR)$(man6dir)/$$inst"; \     rm -f $(DESTDIR)$(man6dir)/$$inst; \
  done   done
   
 # This directory's subdirectories are mostly independent; you can cd  # This directory's subdirectories are mostly independent; you can cd
Line 328
 
Line 249
 #     (which will cause the Makefiles to be regenerated when you run `make');  #     (which will cause the Makefiles to be regenerated when you run `make');
 # (2) otherwise, pass the desired values on the `make' command line.  # (2) otherwise, pass the desired values on the `make' command line.
 $(RECURSIVE_TARGETS):  $(RECURSIVE_TARGETS):
  @failcom='exit 1'; \   @set fnord $$MAKEFLAGS; amf=$$2; \
  for f in x $$MAKEFLAGS; do \  
    case $$f in \  
      *=* | --[!k]*);; \  
      *k*) failcom='fail=yes';; \  
    esac; \  
  done; \  
  dot_seen=no; \   dot_seen=no; \
  target=`echo $@ | sed s/-recursive//`; \   target=`echo $@ | sed s/-recursive//`; \
  list='$(SUBDIRS)'; for subdir in $$list; do \   list='$(SUBDIRS)'; for subdir in $$list; do \
Line 346
 
Line 261
      local_target="$$target"; \       local_target="$$target"; \
    fi; \     fi; \
    (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \     (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
    || eval $$failcom; \      || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
  done; \   done; \
  if test "$$dot_seen" = "no"; then \   if test "$$dot_seen" = "no"; then \
    $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \     $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
Line 354
 
Line 269
   
 mostlyclean-recursive clean-recursive distclean-recursive \  mostlyclean-recursive clean-recursive distclean-recursive \
 maintainer-clean-recursive:  maintainer-clean-recursive:
  @failcom='exit 1'; \   @set fnord $$MAKEFLAGS; amf=$$2; \
  for f in x $$MAKEFLAGS; do \  
    case $$f in \  
      *=* | --[!k]*);; \  
      *k*) failcom='fail=yes';; \  
    esac; \  
  done; \  
  dot_seen=no; \   dot_seen=no; \
  case "$@" in \   case "$@" in \
    distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \     distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
Line 381
 
Line 290
      local_target="$$target"; \       local_target="$$target"; \
    fi; \     fi; \
    (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \     (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
    || eval $$failcom; \      || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
  done && test -z "$$fail"   done && test -z "$$fail"
 tags-recursive:  tags-recursive:
  list='$(SUBDIRS)'; for subdir in $$list; do \   list='$(SUBDIRS)'; for subdir in $$list; do \
    test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \     test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
  done   done
 ctags-recursive:  
  list='$(SUBDIRS)'; for subdir in $$list; do \  ETAGS = etags
    test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \  ETAGSFLAGS =
  done  
   tags: TAGS
   
 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)  ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \   list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
Line 400
 
Line 310
    $(AWK) '    { files[$$0] = 1; } \     $(AWK) '    { files[$$0] = 1; } \
         END { for (i in files) print i; }'`; \          END { for (i in files) print i; }'`; \
  mkid -fID $$unique   mkid -fID $$unique
 tags: TAGS  
   
 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \  TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
  $(TAGS_FILES) $(LISP)   $(TAGS_FILES) $(LISP)
  tags=; \   tags=; \
  here=`pwd`; \   here=`pwd`; \
  if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \  
    include_option=--etags-include; \  
    empty_fix=.; \  
  else \  
    include_option=--include; \  
    empty_fix=; \  
  fi; \  
  list='$(SUBDIRS)'; for subdir in $$list; do \   list='$(SUBDIRS)'; for subdir in $$list; do \
    if test "$$subdir" = .; then :; else \     if test "$$subdir" = .; then :; else \
      test ! -f $$subdir/TAGS || \       test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
        tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \  
    fi; \     fi; \
  done; \   done; \
  list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \   list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
Line 425
 
Line 326
    done | \     done | \
    $(AWK) '    { files[$$0] = 1; } \     $(AWK) '    { files[$$0] = 1; } \
         END { for (i in files) print i; }'`; \          END { for (i in files) print i; }'`; \
  if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \   test -z "$(ETAGS_ARGS)$$tags$$unique" \
    test -n "$$unique" || unique=$$empty_fix; \     || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \  
      $$tags $$unique; \  
  fi  
 ctags: CTAGS  
 CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \  
  $(TAGS_FILES) $(LISP)  
  tags=; \  
  here=`pwd`; \  
  list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \  
  unique=`for i in $$list; do \  
      if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \  
    done | \  
    $(AWK) '    { files[$$0] = 1; } \  
         END { for (i in files) print i; }'`; \  
  test -z "$(CTAGS_ARGS)$$tags$$unique" \  
    || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \  
       $$tags $$unique        $$tags $$unique
   
 GTAGS:  GTAGS:
Line 451
 
Line 336
    && gtags -i $(GTAGS_ARGS) $$here     && gtags -i $(GTAGS_ARGS) $$here
   
 distclean-tags:  distclean-tags:
  -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags   -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
   DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
   
   top_distdir = ..
   distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
   
 distdir: $(DISTFILES)  distdir: $(DISTFILES)
  @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \   @list='$(DISTFILES)'; for file in $$list; do \
  topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \  
  list='$(DISTFILES)'; for file in $$list; do \  
    case $$file in \  
      $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \  
      $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \  
    esac; \  
    if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \     if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
    dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \     dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
    if test "$$dir" != "$$file" && test "$$dir" != "."; then \     if test "$$dir" != "$$file" && test "$$dir" != "."; then \
      dir="/$$dir"; \       dir="/$$dir"; \
      $(mkdir_p) "$(distdir)$$dir"; \       $(mkinstalldirs) "$(distdir)$$dir"; \
    else \     else \
      dir=''; \       dir=''; \
    fi; \     fi; \
Line 480
 
Line 363
      || exit 1; \       || exit 1; \
    fi; \     fi; \
  done   done
  list='$(DIST_SUBDIRS)'; for subdir in $$list; do \   list='$(SUBDIRS)'; for subdir in $$list; do \
    if test "$$subdir" = .; then :; else \     if test "$$subdir" = .; then :; else \
      test -d "$(distdir)/$$subdir" \       test -d $(distdir)/$$subdir \
      || $(mkdir_p) "$(distdir)/$$subdir" \       || mkdir $(distdir)/$$subdir \
      || exit 1; \       || exit 1; \
      distdir=`$(am__cd) $(distdir) && pwd`; \  
      top_distdir=`$(am__cd) $(top_distdir) && pwd`; \  
      (cd $$subdir && \       (cd $$subdir && \
        $(MAKE) $(AM_MAKEFLAGS) \         $(MAKE) $(AM_MAKEFLAGS) \
          top_distdir="$$top_distdir" \           top_distdir="$(top_distdir)" \
          distdir="$$distdir/$$subdir" \           distdir=../$(distdir)/$$subdir \
          distdir) \           distdir) \
        || exit 1; \         || exit 1; \
    fi; \     fi; \
Line 500
 
Line 381
 all-am: Makefile $(SCRIPTS) $(MANS) $(DATA)  all-am: Makefile $(SCRIPTS) $(MANS) $(DATA)
 installdirs: installdirs-recursive  installdirs: installdirs-recursive
 installdirs-am:  installdirs-am:
  for dir in "$(DESTDIR)$(man6dir)"; do \   $(mkinstalldirs) $(DESTDIR)$(man6dir)
    test -z "$$dir" || $(mkdir_p) "$$dir"; \  
  done  
 install: install-recursive  install: install-recursive
 install-exec: install-exec-recursive  install-exec: install-exec-recursive
 install-data: install-data-recursive  install-data: install-data-recursive
Line 514
 
Line 394
 installcheck: installcheck-recursive  installcheck: installcheck-recursive
 install-strip:  install-strip:
  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \   $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \     INSTALL_STRIP_FLAG=-s \
    `test -z '$(STRIP)' || \     `test -z '$(STRIP)' || \
      echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install       echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 mostlyclean-generic:  mostlyclean-generic:
Line 522
 
Line 402
 clean-generic:  clean-generic:
   
 distclean-generic:  distclean-generic:
  -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)   -rm -f Makefile $(CONFIG_CLEAN_FILES)
   
 maintainer-clean-generic:  maintainer-clean-generic:
  @echo "This command is intended for maintainers to use"   @echo "This command is intended for maintainers to use"
Line 532
 
Line 412
 clean-am: clean-generic clean-libtool mostlyclean-am  clean-am: clean-generic clean-libtool mostlyclean-am
   
 distclean: distclean-recursive  distclean: distclean-recursive
  -rm -f Makefile  
 distclean-am: clean-am distclean-generic distclean-libtool \  distclean-am: clean-am distclean-generic distclean-libtool \
  distclean-tags   distclean-tags
   
Line 540
 
Line 420
   
 dvi-am:  dvi-am:
   
 html: html-recursive  
   
 info: info-recursive  info: info-recursive
   
 info-am:  info-am:
Line 557
 
Line 435
 installcheck-am:  installcheck-am:
   
 maintainer-clean: maintainer-clean-recursive  maintainer-clean: maintainer-clean-recursive
  -rm -f Makefile  
 maintainer-clean-am: distclean-am maintainer-clean-generic  maintainer-clean-am: distclean-am maintainer-clean-generic
   
 mostlyclean: mostlyclean-recursive  mostlyclean: mostlyclean-recursive
   
 mostlyclean-am: mostlyclean-generic mostlyclean-libtool  mostlyclean-am: mostlyclean-generic mostlyclean-libtool
   
 pdf: pdf-recursive  
   
 pdf-am:  
   
 ps: ps-recursive  
   
 ps-am:  
   
 uninstall-am: uninstall-info-am uninstall-local uninstall-man  uninstall-am: uninstall-info-am uninstall-local uninstall-man
   
 uninstall-info: uninstall-info-recursive  uninstall-info: uninstall-info-recursive
   
 uninstall-man: uninstall-man6  uninstall-man: uninstall-man6
   
 .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \  .PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
  clean clean-generic clean-libtool clean-recursive ctags \   clean-generic clean-libtool clean-recursive distclean \
  ctags-recursive distclean distclean-generic distclean-libtool \   distclean-generic distclean-libtool distclean-recursive \
  distclean-recursive distclean-tags distdir dvi dvi-am html \   distclean-tags distdir dvi dvi-am dvi-recursive info info-am \
  html-am info info-am install install-am install-data \   info-recursive install install-am install-data install-data-am \
  install-data-am install-exec install-exec-am install-info \   install-data-recursive install-exec install-exec-am \
  install-info-am install-man install-man6 install-strip \   install-exec-recursive install-info install-info-am \
  installcheck installcheck-am installdirs installdirs-am \   install-info-recursive install-man install-man6 \
    install-recursive install-strip installcheck installcheck-am \
    installdirs installdirs-am installdirs-recursive \
  maintainer-clean maintainer-clean-generic \   maintainer-clean maintainer-clean-generic \
  maintainer-clean-recursive mostlyclean mostlyclean-generic \   maintainer-clean-recursive mostlyclean mostlyclean-generic \
  mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \   mostlyclean-libtool mostlyclean-recursive tags tags-recursive \
  tags tags-recursive uninstall uninstall-am uninstall-info-am \   uninstall uninstall-am uninstall-info-am \
  uninstall-local uninstall-man uninstall-man6   uninstall-info-recursive uninstall-local uninstall-man \
    uninstall-man6 uninstall-recursive
   
   
 spoiler.ps:  spoiler.ps:


Legend:
line(s) removed in v.1.29 
line(s) changed
 line(s) added in v.1.30

File made using version 1.98 of cvs2html by leaf at 2011-07-21 19:38