Difference for include/Makefile.in from version 1.15 to 1.16


version 1.15 version 1.16
Line 1
 
Line 1
 # Makefile.in generated automatically by automake 1.4-p6 from Makefile.am  # Makefile.in generated by automake 1.6.3 from Makefile.am.
   # @configure_input@
   
 # Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.  # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
   # 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 10
 
Line 12
 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A  # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 # PARTICULAR PURPOSE.  # PARTICULAR PURPOSE.
   
   @SET_MAKE@
 SHELL = @SHELL@  SHELL = @SHELL@
   
 srcdir = @srcdir@  srcdir = @srcdir@
Line 31
 
Line 33
 mandir = @mandir@  mandir = @mandir@
 includedir = @includedir@  includedir = @includedir@
 oldincludedir = /usr/include  oldincludedir = /usr/include
   
 DESTDIR =  
   
 pkgdatadir = $(datadir)/@PACKAGE@  pkgdatadir = $(datadir)/@PACKAGE@
 pkglibdir = $(libdir)/@PACKAGE@  pkglibdir = $(libdir)/@PACKAGE@
 pkgincludedir = $(includedir)/@PACKAGE@  pkgincludedir = $(includedir)/@PACKAGE@
   
 top_builddir = ..  top_builddir = ..
   
 ACLOCAL = @ACLOCAL@  ACLOCAL = @ACLOCAL@
Line 45
 
Line 43
 AUTOMAKE = @AUTOMAKE@  AUTOMAKE = @AUTOMAKE@
 AUTOHEADER = @AUTOHEADER@  AUTOHEADER = @AUTOHEADER@
   
   am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 INSTALL = @INSTALL@  INSTALL = @INSTALL@
 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)  INSTALL_PROGRAM = @INSTALL_PROGRAM@
 INSTALL_DATA = @INSTALL_DATA@  INSTALL_DATA = @INSTALL_DATA@
   install_sh_DATA = $(install_sh) -c -m 644
   install_sh_PROGRAM = $(install_sh) -c
   install_sh_SCRIPT = $(install_sh) -c
 INSTALL_SCRIPT = @INSTALL_SCRIPT@  INSTALL_SCRIPT = @INSTALL_SCRIPT@
   INSTALL_HEADER = $(INSTALL_DATA)
 transform = @program_transform_name@  transform = @program_transform_name@
   
 NORMAL_INSTALL = :  NORMAL_INSTALL = :
 PRE_INSTALL = :  PRE_INSTALL = :
 POST_INSTALL = :  POST_INSTALL = :
Line 59
 
Line 61
 POST_UNINSTALL = :  POST_UNINSTALL = :
 host_alias = @host_alias@  host_alias = @host_alias@
 host_triplet = @host@  host_triplet = @host@
 AR = @AR@  
   EXEEXT = @EXEEXT@
   OBJEXT = @OBJEXT@
   PATH_SEPARATOR = @PATH_SEPARATOR@
   AMTAR = @AMTAR@
 AS = @AS@  AS = @AS@
 AWK = @AWK@  AWK = @AWK@
 BASENAME = @BASENAME@  BASENAME = @BASENAME@
Line 68
 
Line 74
 CC = @CC@  CC = @CC@
 COMPRESS = @COMPRESS@  COMPRESS = @COMPRESS@
 CPP = @CPP@  CPP = @CPP@
 CXX = @CXX@  DEPDIR = @DEPDIR@
 CXXCPP = @CXXCPP@  
 DLLTOOL = @DLLTOOL@  DLLTOOL = @DLLTOOL@
 ECHO = @ECHO@  ECHO = @ECHO@
 EGREP = @EGREP@  
 EXEEXT = @EXEEXT@  
 F77 = @F77@  
 GCJ = @GCJ@  
 GCJFLAGS = @GCJFLAGS@  
 GUNZIP = @GUNZIP@  GUNZIP = @GUNZIP@
 GZIP = @GZIP@  GZIP = @GZIP@
 HAVE_LIB = @HAVE_LIB@  INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 LATEX = @LATEX@  LATEX = @LATEX@
 LEX = @LEX@  LEX = @LEX@
 LIB = @LIB@  LEXLIB = @LEXLIB@
   LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
 LIBTOOL = @LIBTOOL@  LIBTOOL = @LIBTOOL@
 LN_S = @LN_S@  LN_S = @LN_S@
 LTLIB = @LTLIB@  
 MAKEINFO = @MAKEINFO@  
 OBJDUMP = @OBJDUMP@  OBJDUMP = @OBJDUMP@
 OBJEXT = @OBJEXT@  
 PACKAGE = @PACKAGE@  PACKAGE = @PACKAGE@
 PERL = @PERL@  PERL = @PERL@
 PLUGIN_PYTHON = @PLUGIN_PYTHON@  PLUGIN_PYTHON = @PLUGIN_PYTHON@
Line 96
 
Line 94
 PY_INCLUDES = @PY_INCLUDES@  PY_INCLUDES = @PY_INCLUDES@
 PY_LIBS = @PY_LIBS@  PY_LIBS = @PY_LIBS@
 RANLIB = @RANLIB@  RANLIB = @RANLIB@
 RC = @RC@  
 STRIP = @STRIP@  STRIP = @STRIP@
 TAR = @TAR@  TAR = @TAR@
 UNCOMPRESS = @UNCOMPRESS@  UNCOMPRESS = @UNCOMPRESS@
 VERSION = @VERSION@  VERSION = @VERSION@
 X11LIBS = @X11LIBS@  X11LIBS = @X11LIBS@
   X_CFLAGS = @X_CFLAGS@
   X_EXTRA_LIBS = @X_EXTRA_LIBS@
   X_LIBS = @X_LIBS@
   X_PRE_LIBS = @X_PRE_LIBS@
   am__include = @am__include@
   am__quote = @am__quote@
   install_sh = @install_sh@
 no_x = @no_x@  no_x = @no_x@
 pkgconfdir = @pkgconfdir@  pkgconfdir = @pkgconfdir@
 pkgstatedir = @pkgstatedir@  pkgstatedir = @pkgstatedir@
 x_includes = @x_includes@  x_includes = @x_includes@
 x_libraries = @x_libraries@  x_libraries = @x_libraries@
   
 noinst_HEADERS =  commands.h     libproto.h     sounds.h      attack.h Makefile.in    config.h       living.h       player.h       define.h       loader.h       race.h         material.h     spells.h arch.h         face.h         logger.h       re-cmp.h       sproto.h artifact.h     funcpoint.h    map.h          recipe.h       treasure.h global.h       newclient.h    shstr.h        tod.h god.h          newserver.h    xdir.h         book.h         includes.h     object.h       skills.h     sockproto.h plugin.h       plugproto.h    timers.h  noinst_HEADERS = \
   commands.h     libproto.h     sounds.h      attack.h \
   Makefile.in    config.h       living.h       player.h       \
   define.h       loader.h       race.h         material.h     spells.h \
   arch.h         face.h         logger.h       re-cmp.h       sproto.h \
   artifact.h     funcpoint.h    map.h          recipe.h       treasure.h \
   global.h       newclient.h    shstr.h        tod.h\
   god.h          newserver.h    xdir.h         \
   book.h         includes.h     object.h       skills.h     sockproto.h \
   plugin.h       plugproto.h    timers.h
   
   subdir = include
 mkinstalldirs = $(SHELL) $(top_srcdir)/utils/mkinstalldirs  mkinstalldirs = $(SHELL) $(top_srcdir)/utils/mkinstalldirs
 CONFIG_HEADER = ../[include/autoconf.h]  CONFIG_HEADER = autoconf.h
 CONFIG_CLEAN_FILES =   CONFIG_CLEAN_FILES =
   DIST_SOURCES =
 HEADERS =  $(noinst_HEADERS)  HEADERS =  $(noinst_HEADERS)
   
 DIST_COMMON =  Makefile.am Makefile.in  DIST_COMMON = $(noinst_HEADERS) Makefile.am Makefile.in autoconf.h.in
   all: autoconf.h
    $(MAKE) $(AM_MAKEFLAGS) all-am
   
 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)  
   
 GZIP_ENV = --best  
 all: all-redirect  
 .SUFFIXES:  .SUFFIXES:
 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)   $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
  cd $(top_srcdir) && $(AUTOMAKE) --gnu include/Makefile   cd $(top_srcdir) && \
      $(AUTOMAKE) --gnu  include/Makefile
   Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
   
   autoconf.h: stamp-h1
    @if test ! -f $@; then \
      rm -f stamp-h1; \
      $(MAKE) stamp-h1; \
    else :; fi
   
   stamp-h1: $(srcdir)/autoconf.h.in $(top_builddir)/config.status
    @rm -f stamp-h1
    cd $(top_builddir) && $(SHELL) ./config.status include/autoconf.h
   
   $(srcdir)/autoconf.h.in:  $(top_srcdir)/configure.ac $(ACLOCAL_M4)
    cd $(top_srcdir) && $(AUTOHEADER)
    touch $(srcdir)/autoconf.h.in
   
   distclean-hdr:
    -rm -f autoconf.h stamp-h1
   
 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)  mostlyclean-libtool:
  cd $(top_builddir) \   -rm -f *.lo
    && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status  
   
   clean-libtool:
    -rm -rf .libs _libs
   
   distclean-libtool:
    -rm -f libtool
   uninstall-info-am:
   
   ETAGS = etags
   ETAGSFLAGS =
   
 tags: TAGS  tags: TAGS
   
 ID: $(HEADERS) $(SOURCES) $(LISP)  ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  list='$(SOURCES) $(HEADERS)'; \   list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  unique=`for i in $$list; do echo $$i; done | \   unique=`for i in $$list; do \
    awk '    { files[$$0] = 1; } \       if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
      done | \
      $(AWK) '    { files[$$0] = 1; } \
         END { for (i in files) print i; }'`; \          END { for (i in files) print i; }'`; \
  here=`pwd` && cd $(srcdir) \   mkid -fID $$unique
    && mkid -f$$here/ID $$unique $(LISP)  
   
 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)  TAGS:  $(HEADERS) $(SOURCES) autoconf.h.in $(TAGS_DEPENDENCIES) \
    $(TAGS_FILES) $(LISP)
  tags=; \   tags=; \
  here=`pwd`; \   here=`pwd`; \
  list='$(SOURCES) $(HEADERS)'; \   list='$(SOURCES) $(HEADERS) autoconf.h.in $(LISP) $(TAGS_FILES)'; \
  unique=`for i in $$list; do echo $$i; done | \   unique=`for i in $$list; do \
    awk '    { files[$$0] = 1; } \       if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
      done | \
      $(AWK) '    { files[$$0] = 1; } \
         END { for (i in files) print i; }'`; \          END { for (i in files) print i; }'`; \
  test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \   test -z "$(ETAGS_ARGS)$$tags$$unique" \
    || (cd $(srcdir) && etags -o $$here/TAGS $(ETAGS_ARGS) $$tags  $$unique $(LISP))     || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
         $$tags $$unique
 mostlyclean-tags:  
   GTAGS:
 clean-tags:   here=`$(am__cd) $(top_builddir) && pwd` \
      && cd $(top_srcdir) \
      && gtags -i $(GTAGS_ARGS) $$here
   
 distclean-tags:  distclean-tags:
  -rm -f TAGS ID   -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
   DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
   
 maintainer-clean-tags:  top_distdir = ..
   distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)  
   
 subdir = include  
   
 distdir: $(DISTFILES)  distdir: $(DISTFILES)
  here=`cd $(top_builddir) && pwd`; \   @list='$(DISTFILES)'; for file in $$list; do \
  top_distdir=`cd $(top_distdir) && pwd`; \     if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  distdir=`cd $(distdir) && pwd`; \     dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
  cd $(top_srcdir) \     if test "$$dir" != "$$file" && test "$$dir" != "."; then \
    && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu include/Makefile       dir="/$$dir"; \
  @for file in $(DISTFILES); do \       $(mkinstalldirs) "$(distdir)$$dir"; \
    d=$(srcdir); \     else \
        dir=''; \
      fi; \
    if test -d $$d/$$file; then \     if test -d $$d/$$file; then \
      cp -pr $$d/$$file $(distdir)/$$file; \       if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
          cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
        fi; \
        cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
    else \     else \
      test -f $(distdir)/$$file \       test -f $(distdir)/$$file \
      || ln $$d/$$file $(distdir)/$$file 2> /dev/null \       || cp -p $$d/$$file $(distdir)/$$file \
      || cp -p $$d/$$file $(distdir)/$$file || :; \       || exit 1; \
    fi; \     fi; \
  done   done
 info-am:  
 info: info-am  
 dvi-am:  
 dvi: dvi-am  
 check-am: all-am  check-am: all-am
 check: check-am  check: check-am
 installcheck-am:  all-am: Makefile $(HEADERS) autoconf.h
 installcheck: installcheck-am  
 install-exec-am:  
 install-exec: install-exec-am  
   
 install-data-am:  installdirs:
 install-data: install-data-am  
   
 install-am: all-am  
  @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am  
 install: install-am  install: install-am
 uninstall-am:  install-exec: install-exec-am
   install-data: install-data-am
 uninstall: uninstall-am  uninstall: uninstall-am
 all-am: Makefile $(HEADERS)  
 all-redirect: all-am  
 install-strip:  
  $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install  
 installdirs:  
   
   install-am: all-am
    @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
   
   installcheck: installcheck-am
   install-strip:
    $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
      INSTALL_STRIP_FLAG=-s \
      `test -z '$(STRIP)' || \
        echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 mostlyclean-generic:  mostlyclean-generic:
   
 clean-generic:  clean-generic:
   
 distclean-generic:  distclean-generic:
  -rm -f Makefile $(CONFIG_CLEAN_FILES)   -rm -f Makefile $(CONFIG_CLEAN_FILES)
  -rm -f config.cache config.log stamp-h stamp-h[0-9]*  
   
 maintainer-clean-generic:  maintainer-clean-generic:
 mostlyclean-am:  mostlyclean-tags mostlyclean-generic   @echo "This command is intended for maintainers to use"
    @echo "it deletes files that may require special tools to rebuild."
   clean: clean-am
   
 mostlyclean: mostlyclean-am  clean-am: clean-generic clean-libtool mostlyclean-am
   
 clean-am:  clean-tags clean-generic mostlyclean-am  distclean: distclean-am
   
 clean: clean-am  distclean-am: clean-am distclean-generic distclean-hdr distclean-libtool \
    distclean-tags
   
 distclean-am:  distclean-tags distclean-generic clean-am  dvi: dvi-am
  -rm -f libtool  
   
 distclean: distclean-am  dvi-am:
   
 maintainer-clean-am:  maintainer-clean-tags maintainer-clean-generic \  info: info-am
  distclean-am  
  @echo "This command is intended for maintainers to use;"  info-am:
  @echo "it deletes files that may require special tools to rebuild."  
   install-data-am:
   
   install-exec-am:
   
   install-info: install-info-am
   
   install-man:
   
   installcheck-am:
   
 maintainer-clean: maintainer-clean-am  maintainer-clean: maintainer-clean-am
   
 .PHONY: tags mostlyclean-tags distclean-tags clean-tags \  maintainer-clean-am: distclean-am maintainer-clean-generic
 maintainer-clean-tags distdir info-am info dvi-am dvi check check-am \  
 installcheck-am installcheck install-exec-am install-exec \  mostlyclean: mostlyclean-am
 install-data-am install-data install-am install uninstall-am uninstall \  
 all-redirect all-am all installdirs mostlyclean-generic \  mostlyclean-am: mostlyclean-generic mostlyclean-libtool
 distclean-generic clean-generic maintainer-clean-generic clean \  
 mostlyclean distclean maintainer-clean  uninstall-am: uninstall-info-am
   
   .PHONY: GTAGS all all-am check check-am clean clean-generic \
    clean-libtool distclean distclean-generic distclean-hdr \
    distclean-libtool distclean-tags distdir dvi dvi-am info \
    info-am install install-am install-data install-data-am \
    install-exec install-exec-am install-info install-info-am \
    install-man install-strip installcheck installcheck-am \
    installdirs maintainer-clean maintainer-clean-generic \
    mostlyclean mostlyclean-generic mostlyclean-libtool tags \
    uninstall uninstall-am uninstall-info-am
   
 # Tell versions [3.59,3.63) of GNU make to not export all variables.  # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.  # Otherwise a system limit (for SysV at least) may be exceeded.


Legend:
line(s) removed in v.1.15 
line(s) changed
 line(s) added in v.1.16

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