Diff for /parser3/src/targets/isapi/Makefile.in between versions 1.3 and 1.11.2.2

version 1.3, 2002/02/22 10:11:34 version 1.11.2.2, 2003/03/12 09:40:20
Line 1 Line 1
 # Makefile.in generated automatically by automake 1.4 from Makefile.am  # Makefile.in generated by automake 1.7.2 from Makefile.am.
   # @configure_input@
   
 # Copyright (C) 1994, 1995-8, 1999 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.
   
 #do not automake, desined to be compiled with MSVC only  @SET_MAKE@
   
   
 SHELL = @SHELL@  #do not automake, desined to be compiled with MSVC only
   
 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  
   
 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@  am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 AUTOCONF = @AUTOCONF@  
 AUTOMAKE = @AUTOMAKE@  
 AUTOHEADER = @AUTOHEADER@  
   
 INSTALL = @INSTALL@  INSTALL = @INSTALL@
 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)  install_sh_DATA = $(install_sh) -c -m 644
 INSTALL_DATA = @INSTALL_DATA@  install_sh_PROGRAM = $(install_sh) -c
 INSTALL_SCRIPT = @INSTALL_SCRIPT@  install_sh_SCRIPT = $(install_sh) -c
 transform = @program_transform_name@  INSTALL_HEADER = $(INSTALL_DATA)
   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 = :
 host_alias = @host_alias@  
 host_triplet = @host@  host_triplet = @host@
   ACLOCAL = @ACLOCAL@
   AMDEP_FALSE = @AMDEP_FALSE@
   AMDEP_TRUE = @AMDEP_TRUE@
   AMTAR = @AMTAR@
 APACHE13 = @APACHE13@  APACHE13 = @APACHE13@
 APACHE_LIBS = @APACHE_LIBS@  AUTOCONF = @AUTOCONF@
   AUTOHEADER = @AUTOHEADER@
   AUTOMAKE = @AUTOMAKE@
 AWK = @AWK@  AWK = @AWK@
 CC = @CC@  CC = @CC@
   CCDEPMODE = @CCDEPMODE@
   CFLAGS = @CFLAGS@
   COMPILE_APACHE13_MODULE_FALSE = @COMPILE_APACHE13_MODULE_FALSE@
   COMPILE_APACHE13_MODULE_TRUE = @COMPILE_APACHE13_MODULE_TRUE@
   CPP = @CPP@
   CPPFLAGS = @CPPFLAGS@
 CXX = @CXX@  CXX = @CXX@
   CXXDEPMODE = @CXXDEPMODE@
   CXXFLAGS = @CXXFLAGS@
   CYGPATH_W = @CYGPATH_W@
   DEFS = @DEFS@
   DEPDIR = @DEPDIR@
   ECHO_C = @ECHO_C@
   ECHO_N = @ECHO_N@
   ECHO_T = @ECHO_T@
   EGREP = @EGREP@
   EXEEXT = @EXEEXT@
 INCLTDL = @INCLTDL@  INCLTDL = @INCLTDL@
   INSTALL_DATA = @INSTALL_DATA@
   INSTALL_PROGRAM = @INSTALL_PROGRAM@
   INSTALL_SCRIPT = @INSTALL_SCRIPT@
   INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
   LDFLAGS = @LDFLAGS@
 LIBADD_DL = @LIBADD_DL@  LIBADD_DL = @LIBADD_DL@
 LIBLTDL = @LIBLTDL@  LIBLTDL = @LIBLTDL@
   LIBOBJS = @LIBOBJS@
   LIBS = @LIBS@
   LTLIBOBJS = @LTLIBOBJS@
 MAKEINFO = @MAKEINFO@  MAKEINFO = @MAKEINFO@
   MIME_INCLUDES = @MIME_INCLUDES@
   MIME_LIBS = @MIME_LIBS@
   OBJEXT = @OBJEXT@
 P3S = @P3S@  P3S = @P3S@
 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@
 RANLIB = @RANLIB@  RANLIB = @RANLIB@
   SET_MAKE = @SET_MAKE@
   SHELL = @SHELL@
   STRIP = @STRIP@
 VERSION = @VERSION@  VERSION = @VERSION@
 XML_INCLUDES = @XML_INCLUDES@  XML_INCLUDES = @XML_INCLUDES@
 XML_LIBS = @XML_LIBS@  XML_LIBS = @XML_LIBS@
 YACC = @YACC@  YACC = @YACC@
   ac_ct_CC = @ac_ct_CC@
   ac_ct_CXX = @ac_ct_CXX@
   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__quote = @am__quote@
   bindir = @bindir@
   build = @build@
   build_alias = @build_alias@
   build_cpu = @build_cpu@
   build_os = @build_os@
   build_vendor = @build_vendor@
 charsetsdir = @charsetsdir@  charsetsdir = @charsetsdir@
   commentcharset_koi8r = @commentcharset_koi8r@
   commentcharset_windows1250 = @commentcharset_windows1250@
   commentcharset_windows1251 = @commentcharset_windows1251@
   commentcharset_windows1257 = @commentcharset_windows1257@
   datadir = @datadir@
   dll_extension = @dll_extension@
   exec_prefix = @exec_prefix@
   host = @host@
   host_alias = @host_alias@
   host_cpu = @host_cpu@
 host_os = @host_os@  host_os = @host_os@
 rootconfigdir = @rootconfigdir@  host_vendor = @host_vendor@
   includedir = @includedir@
   infodir = @infodir@
   install_sh = @install_sh@
   libdir = @libdir@
   libexecdir = @libexecdir@
   localstatedir = @localstatedir@
   mandir = @mandir@
   mysql_client = @mysql_client@
   oldincludedir = @oldincludedir@
   oracle_client = @oracle_client@
   pgsql_client = @pgsql_client@
   prefix = @prefix@
   program_transform_name = @program_transform_name@
   sbindir = @sbindir@
   sharedstatedir = @sharedstatedir@
 sqldriversdir = @sqldriversdir@  sqldriversdir = @sqldriversdir@
   subdirs = @subdirs@
   sysconfdir = @sysconfdir@
   target_alias = @target_alias@
   
 noinst_HEADERS = pool_storage.h  EXTRA_DIST = pa_threads.C parser3isapi.C parser3isapi.def parser3isapi.dsp
 EXTRA_DIST = pa_pool.C pa_threads.C parser3isapi.C parser3isapi.def parser3isapi.dsp  subdir = src/targets/isapi
 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs  mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 CONFIG_HEADER = ../../../src/include/pa_config_auto.h  CONFIG_HEADER = $(top_builddir)/src/include/pa_config_auto.h
 CONFIG_CLEAN_FILES =   CONFIG_CLEAN_FILES =
 HEADERS =  $(noinst_HEADERS)  DIST_SOURCES =
   DIST_COMMON = Makefile.am Makefile.in
 DIST_COMMON =  Makefile.am Makefile.in  all: all-am
   
   
 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)  
   
 TAR = tar  
 GZIP_ENV = --best  
 all: all-redirect  
 .SUFFIXES:  .SUFFIXES:
 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)   $(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
         cd $(top_srcdir) && $(AUTOMAKE) --gnu src/targets/isapi/Makefile          cd $(top_srcdir) && \
             $(AUTOMAKE) --gnu  src/targets/isapi/Makefile
 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)  Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
         cd $(top_builddir) \          cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status  uninstall-info-am:
   
   
 tags: TAGS  tags: TAGS
   TAGS:
   
 ID: $(HEADERS) $(SOURCES) $(LISP)  ctags: CTAGS
         list='$(SOURCES) $(HEADERS)'; \  CTAGS:
         unique=`for i in $$list; do echo $$i; done | \  
           awk '    { files[$$0] = 1; } \  
                END { for (i in files) print i; }'`; \  
         here=`pwd` && cd $(srcdir) \  
           && mkid -f$$here/ID $$unique $(LISP)  
   
 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)  
         tags=; \  
         here=`pwd`; \  
         list='$(SOURCES) $(HEADERS)'; \  
         unique=`for i in $$list; do echo $$i; done | \  
           awk '    { files[$$0] = 1; } \  
                END { for (i in files) print i; }'`; \  
         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \  
           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)  
   
 mostlyclean-tags:  
   
 clean-tags:  
   
 distclean-tags:  DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
         -rm -f TAGS ID  
   
 maintainer-clean-tags:  top_distdir = ../../..
   distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)  
   
 subdir = src/targets/isapi  
   
 distdir: $(DISTFILES)  distdir: $(DISTFILES)
         here=`cd $(top_builddir) && pwd`; \          @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
         top_distdir=`cd $(top_distdir) && pwd`; \          topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
         distdir=`cd $(distdir) && pwd`; \          list='$(DISTFILES)'; for file in $$list; do \
         cd $(top_srcdir) \            case $$file in \
           && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu src/targets/isapi/Makefile              $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
         @for file in $(DISTFILES); do \              $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
           d=$(srcdir); \            esac; \
             if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
             dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
             if test "$$dir" != "$$file" && test "$$dir" != "."; then \
               dir="/$$dir"; \
               $(mkinstalldirs) "$(distdir)$$dir"; \
             else \
               dir=''; \
             fi; \
           if test -d $$d/$$file; then \            if test -d $$d/$$file; then \
             cp -pr $$/$$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
 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 mostlyclean-am
   
 clean-am:  clean-tags clean-generic mostlyclean-am  distclean: distclean-am
   
 clean: clean-am  distclean-am: clean-am distclean-generic
   
 distclean-am:  distclean-tags distclean-generic clean-am  dvi: dvi-am
   
 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
 distclean-generic clean-generic maintainer-clean-generic clean \  
 mostlyclean distclean maintainer-clean  pdf: pdf-am
   
   pdf-am:
   
   ps: ps-am
   
   ps-am:
   
   uninstall-am: uninstall-info-am
   
   .PHONY: all all-am check check-am clean clean-generic distclean \
           distclean-generic 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 pdf pdf-am ps ps-am 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.

Removed from v.1.3  
changed lines
  Added in v.1.11.2.2


E-mail: