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

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
1.21    ! moko       42: am__aclocal_m4_deps = $(top_srcdir)/src/lib/ltdl/m4/argz.m4 \
        !            43:        $(top_srcdir)/src/lib/ltdl/m4/libtool.m4 \
        !            44:        $(top_srcdir)/src/lib/ltdl/m4/ltdl.m4 \
        !            45:        $(top_srcdir)/src/lib/ltdl/m4/ltoptions.m4 \
        !            46:        $(top_srcdir)/src/lib/ltdl/m4/ltsugar.m4 \
        !            47:        $(top_srcdir)/src/lib/ltdl/m4/ltversion.m4 \
        !            48:        $(top_srcdir)/src/lib/ltdl/m4/lt~obsolete.m4 \
1.15      paf        49:        $(top_srcdir)/configure.in
                     50: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
                     51:        $(ACLOCAL_M4)
1.21    ! moko       52: mkinstalldirs = $(install_sh) -d
1.15      paf        53: CONFIG_HEADER = $(top_builddir)/src/include/pa_config_auto.h
                     54: CONFIG_CLEAN_FILES =
                     55: SOURCES =
                     56: DIST_SOURCES =
                     57: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
1.10      paf        58: ACLOCAL = @ACLOCAL@
                     59: AMDEP_FALSE = @AMDEP_FALSE@
                     60: AMDEP_TRUE = @AMDEP_TRUE@
                     61: AMTAR = @AMTAR@
1.19      moko       62: APACHE = @APACHE@
                     63: APACHE_CFLAGS = @APACHE_CFLAGS@
                     64: APACHE_INC = @APACHE_INC@
1.21    ! moko       65: AR = @AR@
        !            66: ARGZ_H = @ARGZ_H@
        !            67: AS = @AS@
1.10      paf        68: AUTOCONF = @AUTOCONF@
                     69: AUTOHEADER = @AUTOHEADER@
                     70: AUTOMAKE = @AUTOMAKE@
1.1       paf        71: AWK = @AWK@
                     72: CC = @CC@
1.10      paf        73: CCDEPMODE = @CCDEPMODE@
                     74: CFLAGS = @CFLAGS@
1.19      moko       75: COMPILE_APACHE_MODULE_FALSE = @COMPILE_APACHE_MODULE_FALSE@
                     76: COMPILE_APACHE_MODULE_TRUE = @COMPILE_APACHE_MODULE_TRUE@
1.21    ! moko       77: CONVENIENCE_LTDL_FALSE = @CONVENIENCE_LTDL_FALSE@
        !            78: CONVENIENCE_LTDL_TRUE = @CONVENIENCE_LTDL_TRUE@
1.11      paf        79: CPP = @CPP@
1.10      paf        80: CPPFLAGS = @CPPFLAGS@
1.12      paf        81: CPP_LIBS = @CPP_LIBS@
1.1       paf        82: CXX = @CXX@
1.21    ! moko       83: CXXCPP = @CXXCPP@
1.10      paf        84: CXXDEPMODE = @CXXDEPMODE@
                     85: CXXFLAGS = @CXXFLAGS@
                     86: CYGPATH_W = @CYGPATH_W@
                     87: DEFS = @DEFS@
                     88: DEPDIR = @DEPDIR@
1.21    ! moko       89: DLLTOOL = @DLLTOOL@
        !            90: DSYMUTIL = @DSYMUTIL@
        !            91: DUMPBIN = @DUMPBIN@
1.10      paf        92: ECHO_C = @ECHO_C@
                     93: ECHO_N = @ECHO_N@
                     94: ECHO_T = @ECHO_T@
                     95: EGREP = @EGREP@
                     96: EXEEXT = @EXEEXT@
1.21    ! moko       97: FGREP = @FGREP@
1.12      paf        98: GC_LIBS = @GC_LIBS@
1.21    ! moko       99: GREP = @GREP@
1.1       paf       100: INCLTDL = @INCLTDL@
1.10      paf       101: INSTALL_DATA = @INSTALL_DATA@
1.21    ! moko      102: INSTALL_LTDL_FALSE = @INSTALL_LTDL_FALSE@
        !           103: INSTALL_LTDL_TRUE = @INSTALL_LTDL_TRUE@
1.10      paf       104: INSTALL_PROGRAM = @INSTALL_PROGRAM@
                    105: INSTALL_SCRIPT = @INSTALL_SCRIPT@
                    106: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
1.21    ! moko      107: LD = @LD@
1.10      paf       108: LDFLAGS = @LDFLAGS@
1.1       paf       109: LIBADD_DL = @LIBADD_DL@
1.21    ! moko      110: LIBADD_DLD_LINK = @LIBADD_DLD_LINK@
        !           111: LIBADD_DLOPEN = @LIBADD_DLOPEN@
        !           112: LIBADD_SHL_LOAD = @LIBADD_SHL_LOAD@
1.1       paf       113: LIBLTDL = @LIBLTDL@
1.10      paf       114: LIBOBJS = @LIBOBJS@
                    115: LIBS = @LIBS@
1.21    ! moko      116: LIBTOOL = @LIBTOOL@
        !           117: LIPO = @LIPO@
        !           118: LN_S = @LN_S@
        !           119: LTDLDEPS = @LTDLDEPS@
        !           120: LTDLINCL = @LTDLINCL@
        !           121: LTDLOPEN = @LTDLOPEN@
1.10      paf       122: LTLIBOBJS = @LTLIBOBJS@
1.21    ! moko      123: LT_CONFIG_H = @LT_CONFIG_H@
        !           124: LT_DLLOADERS = @LT_DLLOADERS@
        !           125: LT_DLPREOPEN = @LT_DLPREOPEN@
1.1       paf       126: MAKEINFO = @MAKEINFO@
1.21    ! moko      127: MANIFEST_TOOL = @MANIFEST_TOOL@
1.6       paf       128: MIME_INCLUDES = @MIME_INCLUDES@
                    129: MIME_LIBS = @MIME_LIBS@
1.21    ! moko      130: NM = @NM@
        !           131: NMEDIT = @NMEDIT@
        !           132: OBJDUMP = @OBJDUMP@
1.10      paf       133: OBJEXT = @OBJEXT@
1.21    ! moko      134: OTOOL = @OTOOL@
        !           135: OTOOL64 = @OTOOL64@
1.1       paf       136: P3S = @P3S@
                    137: PACKAGE = @PACKAGE@
1.10      paf       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@
1.17      misha     144: PCRE_INCLUDES = @PCRE_INCLUDES@
                    145: PCRE_LIBS = @PCRE_LIBS@
1.1       paf       146: RANLIB = @RANLIB@
1.21    ! moko      147: SED = @SED@
1.10      paf       148: SET_MAKE = @SET_MAKE@
                    149: SHELL = @SHELL@
                    150: STRIP = @STRIP@
1.1       paf       151: VERSION = @VERSION@
                    152: XML_INCLUDES = @XML_INCLUDES@
                    153: XML_LIBS = @XML_LIBS@
                    154: YACC = @YACC@
1.21    ! moko      155: ac_ct_AR = @ac_ct_AR@
        !           156: ac_ct_AS = @ac_ct_AS@
1.10      paf       157: ac_ct_CC = @ac_ct_CC@
                    158: ac_ct_CXX = @ac_ct_CXX@
1.21    ! moko      159: ac_ct_DLLTOOL = @ac_ct_DLLTOOL@
        !           160: ac_ct_DSYMUTIL = @ac_ct_DSYMUTIL@
        !           161: ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
        !           162: ac_ct_LIPO = @ac_ct_LIPO@
        !           163: ac_ct_MANIFEST_TOOL = @ac_ct_MANIFEST_TOOL@
        !           164: ac_ct_NMEDIT = @ac_ct_NMEDIT@
        !           165: ac_ct_OBJDUMP = @ac_ct_OBJDUMP@
        !           166: ac_ct_OTOOL = @ac_ct_OTOOL@
        !           167: ac_ct_OTOOL64 = @ac_ct_OTOOL64@
1.10      paf       168: ac_ct_RANLIB = @ac_ct_RANLIB@
                    169: ac_ct_STRIP = @ac_ct_STRIP@
                    170: am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
                    171: am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
                    172: am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
                    173: am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
                    174: am__include = @am__include@
1.15      paf       175: am__leading_dot = @am__leading_dot@
1.10      paf       176: am__quote = @am__quote@
1.15      paf       177: am__tar = @am__tar@
                    178: am__untar = @am__untar@
1.10      paf       179: bindir = @bindir@
                    180: build = @build@
                    181: build_alias = @build_alias@
                    182: build_cpu = @build_cpu@
                    183: build_os = @build_os@
                    184: build_vendor = @build_vendor@
                    185: datadir = @datadir@
1.7       paf       186: dll_extension = @dll_extension@
1.10      paf       187: exec_prefix = @exec_prefix@
                    188: host = @host@
                    189: host_alias = @host_alias@
                    190: host_cpu = @host_cpu@
1.1       paf       191: host_os = @host_os@
1.10      paf       192: host_vendor = @host_vendor@
                    193: includedir = @includedir@
                    194: infodir = @infodir@
                    195: install_sh = @install_sh@
                    196: libdir = @libdir@
                    197: libexecdir = @libexecdir@
                    198: localstatedir = @localstatedir@
1.21    ! moko      199: ltdl_LIBOBJS = @ltdl_LIBOBJS@
        !           200: ltdl_LTLIBOBJS = @ltdl_LTLIBOBJS@
1.10      paf       201: mandir = @mandir@
1.15      paf       202: mkdir_p = @mkdir_p@
1.10      paf       203: oldincludedir = @oldincludedir@
                    204: prefix = @prefix@
                    205: program_transform_name = @program_transform_name@
                    206: sbindir = @sbindir@
                    207: sharedstatedir = @sharedstatedir@
                    208: subdirs = @subdirs@
1.21    ! moko      209: sys_symbol_underscore = @sys_symbol_underscore@
1.10      paf       210: sysconfdir = @sysconfdir@
                    211: target_alias = @target_alias@
1.13      paf       212: EXTRA_DIST = pa_threads.C parser3isapi.C parser3isapi.def parser3isapi.vcproj
1.10      paf       213: all: all-am
1.1       paf       214: 
                    215: .SUFFIXES:
1.15      paf       216: $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
                    217:        @for dep in $?; do \
                    218:          case '$(am__configure_deps)' in \
                    219:            *$$dep*) \
                    220:              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
                    221:                && exit 0; \
                    222:              exit 1;; \
                    223:          esac; \
                    224:        done; \
                    225:        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/targets/isapi/Makefile'; \
1.10      paf       226:        cd $(top_srcdir) && \
                    227:          $(AUTOMAKE) --gnu  src/targets/isapi/Makefile
1.15      paf       228: .PRECIOUS: Makefile
                    229: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
                    230:        @case '$?' in \
                    231:          *config.status*) \
                    232:            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
                    233:          *) \
                    234:            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
                    235:            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
                    236:        esac;
                    237: 
                    238: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
                    239:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    240: 
                    241: $(top_srcdir)/configure:  $(am__configure_deps)
                    242:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    243: $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
                    244:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1.21    ! moko      245: 
        !           246: mostlyclean-libtool:
        !           247:        -rm -f *.lo
        !           248: 
        !           249: clean-libtool:
        !           250:        -rm -rf .libs _libs
        !           251: 
        !           252: distclean-libtool:
        !           253:        -rm -f libtool
1.10      paf       254: uninstall-info-am:
1.1       paf       255: tags: TAGS
1.12      paf       256: TAGS:
1.10      paf       257: 
                    258: ctags: CTAGS
1.12      paf       259: CTAGS:
1.1       paf       260: 
                    261: 
                    262: distdir: $(DISTFILES)
1.10      paf       263:        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
                    264:        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
                    265:        list='$(DISTFILES)'; for file in $$list; do \
                    266:          case $$file in \
                    267:            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
                    268:            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
                    269:          esac; \
                    270:          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
                    271:          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
                    272:          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
                    273:            dir="/$$dir"; \
1.15      paf       274:            $(mkdir_p) "$(distdir)$$dir"; \
1.10      paf       275:          else \
                    276:            dir=''; \
                    277:          fi; \
1.1       paf       278:          if test -d $$d/$$file; then \
1.10      paf       279:            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
                    280:              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
                    281:            fi; \
                    282:            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
1.1       paf       283:          else \
                    284:            test -f $(distdir)/$$file \
1.10      paf       285:            || cp -p $$d/$$file $(distdir)/$$file \
                    286:            || exit 1; \
1.1       paf       287:          fi; \
                    288:        done
                    289: check-am: all-am
                    290: check: check-am
1.12      paf       291: all-am: Makefile
1.10      paf       292: installdirs:
                    293: install: install-am
1.1       paf       294: install-exec: install-exec-am
                    295: install-data: install-data-am
1.10      paf       296: uninstall: uninstall-am
1.1       paf       297: 
                    298: install-am: all-am
                    299:        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1.10      paf       300: 
                    301: installcheck: installcheck-am
1.1       paf       302: install-strip:
1.10      paf       303:        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1.15      paf       304:          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1.10      paf       305:          `test -z '$(STRIP)' || \
                    306:            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
1.1       paf       307: mostlyclean-generic:
                    308: 
                    309: clean-generic:
                    310: 
                    311: distclean-generic:
1.15      paf       312:        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1.1       paf       313: 
                    314: maintainer-clean-generic:
1.10      paf       315:        @echo "This command is intended for maintainers to use"
                    316:        @echo "it deletes files that may require special tools to rebuild."
                    317: clean: clean-am
                    318: 
1.21    ! moko      319: clean-am: clean-generic clean-libtool mostlyclean-am
1.10      paf       320: 
                    321: distclean: distclean-am
1.15      paf       322:        -rm -f Makefile
1.21    ! moko      323: distclean-am: clean-am distclean-generic distclean-libtool
1.10      paf       324: 
                    325: dvi: dvi-am
                    326: 
                    327: dvi-am:
1.1       paf       328: 
1.15      paf       329: html: html-am
                    330: 
1.10      paf       331: info: info-am
                    332: 
                    333: info-am:
1.1       paf       334: 
1.10      paf       335: install-data-am:
1.1       paf       336: 
1.10      paf       337: install-exec-am:
1.1       paf       338: 
1.10      paf       339: install-info: install-info-am
1.1       paf       340: 
1.10      paf       341: install-man:
1.1       paf       342: 
1.10      paf       343: installcheck-am:
1.1       paf       344: 
                    345: maintainer-clean: maintainer-clean-am
1.15      paf       346:        -rm -f Makefile
1.10      paf       347: maintainer-clean-am: distclean-am maintainer-clean-generic
                    348: 
                    349: mostlyclean: mostlyclean-am
                    350: 
1.21    ! moko      351: mostlyclean-am: mostlyclean-generic mostlyclean-libtool
1.10      paf       352: 
                    353: pdf: pdf-am
                    354: 
                    355: pdf-am:
                    356: 
                    357: ps: ps-am
                    358: 
                    359: ps-am:
                    360: 
                    361: uninstall-am: uninstall-info-am
1.1       paf       362: 
1.21    ! moko      363: .PHONY: all all-am check check-am clean clean-generic clean-libtool \
        !           364:        distclean distclean-generic distclean-libtool distdir dvi \
        !           365:        dvi-am html html-am info info-am install install-am \
        !           366:        install-data install-data-am install-exec install-exec-am \
        !           367:        install-info install-info-am install-man install-strip \
        !           368:        installcheck installcheck-am installdirs maintainer-clean \
        !           369:        maintainer-clean-generic mostlyclean mostlyclean-generic \
        !           370:        mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \
1.12      paf       371:        uninstall-info-am
1.1       paf       372: 
                    373: # Tell versions [3.59,3.63) of GNU make to not export all variables.
                    374: # Otherwise a system limit (for SysV at least) may be exceeded.
                    375: .NOEXPORT:

E-mail: