Annotation of parser3/src/targets/isapi/Makefile.in, revision 1.17

1.15      paf         1: # Makefile.in generated by automake 1.9 from Makefile.am.
1.10      paf         2: # @configure_input@
1.1       paf         3: 
1.15      paf         4: # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
                      5: # 2003, 2004  Free Software Foundation, Inc.
1.1       paf         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: 
1.10      paf        15: @SET_MAKE@
                     16: 
1.1       paf        17: #do not automake, desined to be compiled with MSVC only
                     18: srcdir = @srcdir@
                     19: top_srcdir = @top_srcdir@
                     20: VPATH = @srcdir@
                     21: pkgdatadir = $(datadir)/@PACKAGE@
                     22: pkglibdir = $(libdir)/@PACKAGE@
                     23: pkgincludedir = $(includedir)/@PACKAGE@
                     24: top_builddir = ../../..
1.10      paf        25: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
1.1       paf        26: INSTALL = @INSTALL@
1.10      paf        27: install_sh_DATA = $(install_sh) -c -m 644
                     28: install_sh_PROGRAM = $(install_sh) -c
                     29: install_sh_SCRIPT = $(install_sh) -c
                     30: INSTALL_HEADER = $(INSTALL_DATA)
                     31: transform = $(program_transform_name)
1.1       paf        32: NORMAL_INSTALL = :
                     33: PRE_INSTALL = :
                     34: POST_INSTALL = :
                     35: NORMAL_UNINSTALL = :
                     36: PRE_UNINSTALL = :
                     37: POST_UNINSTALL = :
                     38: host_triplet = @host@
1.15      paf        39: subdir = src/targets/isapi
                     40: DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
                     41: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
                     42: am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
                     43:        $(top_srcdir)/configure.in
                     44: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
                     45:        $(ACLOCAL_M4)
                     46: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
                     47: CONFIG_HEADER = $(top_builddir)/src/include/pa_config_auto.h
                     48: CONFIG_CLEAN_FILES =
                     49: SOURCES =
                     50: DIST_SOURCES =
                     51: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
1.10      paf        52: ACLOCAL = @ACLOCAL@
                     53: AMDEP_FALSE = @AMDEP_FALSE@
                     54: AMDEP_TRUE = @AMDEP_TRUE@
                     55: AMTAR = @AMTAR@
1.1       paf        56: APACHE13 = @APACHE13@
1.10      paf        57: AUTOCONF = @AUTOCONF@
                     58: AUTOHEADER = @AUTOHEADER@
                     59: AUTOMAKE = @AUTOMAKE@
1.1       paf        60: AWK = @AWK@
                     61: CC = @CC@
1.10      paf        62: CCDEPMODE = @CCDEPMODE@
                     63: CFLAGS = @CFLAGS@
                     64: COMPILE_APACHE13_MODULE_FALSE = @COMPILE_APACHE13_MODULE_FALSE@
                     65: COMPILE_APACHE13_MODULE_TRUE = @COMPILE_APACHE13_MODULE_TRUE@
1.11      paf        66: CPP = @CPP@
1.10      paf        67: CPPFLAGS = @CPPFLAGS@
1.12      paf        68: CPP_LIBS = @CPP_LIBS@
1.1       paf        69: CXX = @CXX@
1.10      paf        70: CXXDEPMODE = @CXXDEPMODE@
                     71: CXXFLAGS = @CXXFLAGS@
                     72: CYGPATH_W = @CYGPATH_W@
                     73: DEFS = @DEFS@
                     74: DEPDIR = @DEPDIR@
                     75: ECHO_C = @ECHO_C@
                     76: ECHO_N = @ECHO_N@
                     77: ECHO_T = @ECHO_T@
                     78: EGREP = @EGREP@
                     79: EXEEXT = @EXEEXT@
1.12      paf        80: GC_LIBS = @GC_LIBS@
1.1       paf        81: INCLTDL = @INCLTDL@
1.10      paf        82: INSTALL_DATA = @INSTALL_DATA@
                     83: INSTALL_PROGRAM = @INSTALL_PROGRAM@
                     84: INSTALL_SCRIPT = @INSTALL_SCRIPT@
                     85: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
                     86: LDFLAGS = @LDFLAGS@
1.1       paf        87: LIBADD_DL = @LIBADD_DL@
                     88: LIBLTDL = @LIBLTDL@
1.10      paf        89: LIBOBJS = @LIBOBJS@
                     90: LIBS = @LIBS@
                     91: LTLIBOBJS = @LTLIBOBJS@
1.1       paf        92: MAKEINFO = @MAKEINFO@
1.6       paf        93: MIME_INCLUDES = @MIME_INCLUDES@
                     94: MIME_LIBS = @MIME_LIBS@
1.10      paf        95: OBJEXT = @OBJEXT@
1.1       paf        96: P3S = @P3S@
                     97: PACKAGE = @PACKAGE@
1.10      paf        98: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
                     99: PACKAGE_NAME = @PACKAGE_NAME@
                    100: PACKAGE_STRING = @PACKAGE_STRING@
                    101: PACKAGE_TARNAME = @PACKAGE_TARNAME@
                    102: PACKAGE_VERSION = @PACKAGE_VERSION@
                    103: PATH_SEPARATOR = @PATH_SEPARATOR@
1.17    ! misha     104: PCRE_INCLUDES = @PCRE_INCLUDES@
        !           105: PCRE_LIBS = @PCRE_LIBS@
1.1       paf       106: RANLIB = @RANLIB@
1.10      paf       107: SET_MAKE = @SET_MAKE@
                    108: SHELL = @SHELL@
                    109: STRIP = @STRIP@
1.1       paf       110: VERSION = @VERSION@
                    111: XML_INCLUDES = @XML_INCLUDES@
                    112: XML_LIBS = @XML_LIBS@
                    113: YACC = @YACC@
1.10      paf       114: ac_ct_CC = @ac_ct_CC@
                    115: ac_ct_CXX = @ac_ct_CXX@
                    116: ac_ct_RANLIB = @ac_ct_RANLIB@
                    117: ac_ct_STRIP = @ac_ct_STRIP@
                    118: am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
                    119: am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
                    120: am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
                    121: am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
                    122: am__include = @am__include@
1.15      paf       123: am__leading_dot = @am__leading_dot@
1.10      paf       124: am__quote = @am__quote@
1.15      paf       125: am__tar = @am__tar@
                    126: am__untar = @am__untar@
1.10      paf       127: bindir = @bindir@
                    128: build = @build@
                    129: build_alias = @build_alias@
                    130: build_cpu = @build_cpu@
                    131: build_os = @build_os@
                    132: build_vendor = @build_vendor@
                    133: commentcharset_koi8r = @commentcharset_koi8r@
                    134: commentcharset_windows1250 = @commentcharset_windows1250@
                    135: commentcharset_windows1251 = @commentcharset_windows1251@
                    136: commentcharset_windows1257 = @commentcharset_windows1257@
                    137: datadir = @datadir@
1.7       paf       138: dll_extension = @dll_extension@
1.10      paf       139: exec_prefix = @exec_prefix@
                    140: host = @host@
                    141: host_alias = @host_alias@
                    142: host_cpu = @host_cpu@
1.1       paf       143: host_os = @host_os@
1.10      paf       144: host_vendor = @host_vendor@
                    145: includedir = @includedir@
                    146: infodir = @infodir@
                    147: install_sh = @install_sh@
                    148: libdir = @libdir@
                    149: libexecdir = @libexecdir@
                    150: localstatedir = @localstatedir@
                    151: mandir = @mandir@
1.15      paf       152: mkdir_p = @mkdir_p@
1.4       paf       153: mysql_client = @mysql_client@
1.10      paf       154: oldincludedir = @oldincludedir@
1.4       paf       155: oracle_client = @oracle_client@
                    156: pgsql_client = @pgsql_client@
1.10      paf       157: prefix = @prefix@
                    158: program_transform_name = @program_transform_name@
                    159: sbindir = @sbindir@
                    160: sharedstatedir = @sharedstatedir@
1.16      misha     161: sqlite_client = @sqlite_client@
1.10      paf       162: subdirs = @subdirs@
                    163: sysconfdir = @sysconfdir@
                    164: target_alias = @target_alias@
1.13      paf       165: EXTRA_DIST = pa_threads.C parser3isapi.C parser3isapi.def parser3isapi.vcproj
1.10      paf       166: all: all-am
1.1       paf       167: 
                    168: .SUFFIXES:
1.15      paf       169: $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
                    170:        @for dep in $?; do \
                    171:          case '$(am__configure_deps)' in \
                    172:            *$$dep*) \
                    173:              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
                    174:                && exit 0; \
                    175:              exit 1;; \
                    176:          esac; \
                    177:        done; \
                    178:        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/targets/isapi/Makefile'; \
1.10      paf       179:        cd $(top_srcdir) && \
                    180:          $(AUTOMAKE) --gnu  src/targets/isapi/Makefile
1.15      paf       181: .PRECIOUS: Makefile
                    182: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
                    183:        @case '$?' in \
                    184:          *config.status*) \
                    185:            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
                    186:          *) \
                    187:            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
                    188:            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
                    189:        esac;
                    190: 
                    191: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
                    192:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    193: 
                    194: $(top_srcdir)/configure:  $(am__configure_deps)
                    195:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    196: $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
                    197:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1.10      paf       198: uninstall-info-am:
1.1       paf       199: tags: TAGS
1.12      paf       200: TAGS:
1.10      paf       201: 
                    202: ctags: CTAGS
1.12      paf       203: CTAGS:
1.1       paf       204: 
                    205: 
                    206: distdir: $(DISTFILES)
1.10      paf       207:        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
                    208:        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
                    209:        list='$(DISTFILES)'; for file in $$list; do \
                    210:          case $$file in \
                    211:            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
                    212:            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
                    213:          esac; \
                    214:          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
                    215:          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
                    216:          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
                    217:            dir="/$$dir"; \
1.15      paf       218:            $(mkdir_p) "$(distdir)$$dir"; \
1.10      paf       219:          else \
                    220:            dir=''; \
                    221:          fi; \
1.1       paf       222:          if test -d $$d/$$file; then \
1.10      paf       223:            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
                    224:              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
                    225:            fi; \
                    226:            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
1.1       paf       227:          else \
                    228:            test -f $(distdir)/$$file \
1.10      paf       229:            || cp -p $$d/$$file $(distdir)/$$file \
                    230:            || exit 1; \
1.1       paf       231:          fi; \
                    232:        done
                    233: check-am: all-am
                    234: check: check-am
1.12      paf       235: all-am: Makefile
1.10      paf       236: installdirs:
                    237: install: install-am
1.1       paf       238: install-exec: install-exec-am
                    239: install-data: install-data-am
1.10      paf       240: uninstall: uninstall-am
1.1       paf       241: 
                    242: install-am: all-am
                    243:        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1.10      paf       244: 
                    245: installcheck: installcheck-am
1.1       paf       246: install-strip:
1.10      paf       247:        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1.15      paf       248:          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1.10      paf       249:          `test -z '$(STRIP)' || \
                    250:            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
1.1       paf       251: mostlyclean-generic:
                    252: 
                    253: clean-generic:
                    254: 
                    255: distclean-generic:
1.15      paf       256:        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1.1       paf       257: 
                    258: maintainer-clean-generic:
1.10      paf       259:        @echo "This command is intended for maintainers to use"
                    260:        @echo "it deletes files that may require special tools to rebuild."
                    261: clean: clean-am
                    262: 
                    263: clean-am: clean-generic mostlyclean-am
                    264: 
                    265: distclean: distclean-am
1.15      paf       266:        -rm -f Makefile
1.12      paf       267: distclean-am: clean-am distclean-generic
1.10      paf       268: 
                    269: dvi: dvi-am
                    270: 
                    271: dvi-am:
1.1       paf       272: 
1.15      paf       273: html: html-am
                    274: 
1.10      paf       275: info: info-am
                    276: 
                    277: info-am:
1.1       paf       278: 
1.10      paf       279: install-data-am:
1.1       paf       280: 
1.10      paf       281: install-exec-am:
1.1       paf       282: 
1.10      paf       283: install-info: install-info-am
1.1       paf       284: 
1.10      paf       285: install-man:
1.1       paf       286: 
1.10      paf       287: installcheck-am:
1.1       paf       288: 
                    289: maintainer-clean: maintainer-clean-am
1.15      paf       290:        -rm -f Makefile
1.10      paf       291: maintainer-clean-am: distclean-am maintainer-clean-generic
                    292: 
                    293: mostlyclean: mostlyclean-am
                    294: 
                    295: mostlyclean-am: mostlyclean-generic
                    296: 
                    297: pdf: pdf-am
                    298: 
                    299: pdf-am:
                    300: 
                    301: ps: ps-am
                    302: 
                    303: ps-am:
                    304: 
                    305: uninstall-am: uninstall-info-am
1.1       paf       306: 
1.12      paf       307: .PHONY: all all-am check check-am clean clean-generic distclean \
1.15      paf       308:        distclean-generic distdir dvi dvi-am html html-am info info-am \
                    309:        install install-am install-data install-data-am install-exec \
1.12      paf       310:        install-exec-am install-info install-info-am install-man \
                    311:        install-strip installcheck installcheck-am installdirs \
                    312:        maintainer-clean maintainer-clean-generic mostlyclean \
                    313:        mostlyclean-generic pdf pdf-am ps ps-am uninstall uninstall-am \
                    314:        uninstall-info-am
1.1       paf       315: 
                    316: # Tell versions [3.59,3.63) of GNU make to not export all variables.
                    317: # Otherwise a system limit (for SysV at least) may be exceeded.
                    318: .NOEXPORT:

E-mail: