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

1.1       paf         1: # Makefile.in generated automatically by automake 1.4 from Makefile.am
                      2: 
                      3: # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
                      4: # This Makefile.in is free software; the Free Software Foundation
                      5: # gives unlimited permission to copy and/or distribute it,
                      6: # with or without modifications, as long as this notice is preserved.
                      7: 
                      8: # This program is distributed in the hope that it will be useful,
                      9: # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
                     10: # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
                     11: # PARTICULAR PURPOSE.
                     12: 
                     13: #do not automake, desined to be compiled with MSVC only
                     14: 
                     15: 
                     16: SHELL = @SHELL@
                     17: 
                     18: srcdir = @srcdir@
                     19: top_srcdir = @top_srcdir@
                     20: VPATH = @srcdir@
                     21: prefix = @prefix@
                     22: exec_prefix = @exec_prefix@
                     23: 
                     24: bindir = @bindir@
                     25: sbindir = @sbindir@
                     26: libexecdir = @libexecdir@
                     27: datadir = @datadir@
                     28: sysconfdir = @sysconfdir@
                     29: sharedstatedir = @sharedstatedir@
                     30: localstatedir = @localstatedir@
                     31: libdir = @libdir@
                     32: infodir = @infodir@
                     33: mandir = @mandir@
                     34: includedir = @includedir@
                     35: oldincludedir = /usr/include
                     36: 
                     37: DESTDIR =
                     38: 
                     39: pkgdatadir = $(datadir)/@PACKAGE@
                     40: pkglibdir = $(libdir)/@PACKAGE@
                     41: pkgincludedir = $(includedir)/@PACKAGE@
                     42: 
                     43: top_builddir = ../../..
                     44: 
                     45: ACLOCAL = @ACLOCAL@
                     46: AUTOCONF = @AUTOCONF@
                     47: AUTOMAKE = @AUTOMAKE@
                     48: AUTOHEADER = @AUTOHEADER@
                     49: 
                     50: INSTALL = @INSTALL@
                     51: INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
                     52: INSTALL_DATA = @INSTALL_DATA@
                     53: INSTALL_SCRIPT = @INSTALL_SCRIPT@
                     54: transform = @program_transform_name@
                     55: 
                     56: NORMAL_INSTALL = :
                     57: PRE_INSTALL = :
                     58: POST_INSTALL = :
                     59: NORMAL_UNINSTALL = :
                     60: PRE_UNINSTALL = :
                     61: POST_UNINSTALL = :
                     62: host_alias = @host_alias@
                     63: host_triplet = @host@
                     64: APACHE13 = @APACHE13@
                     65: APACHE_LIBS = @APACHE_LIBS@
                     66: AWK = @AWK@
                     67: CC = @CC@
                     68: CXX = @CXX@
                     69: INCLTDL = @INCLTDL@
                     70: LIBADD_DL = @LIBADD_DL@
                     71: LIBLTDL = @LIBLTDL@
                     72: MAKEINFO = @MAKEINFO@
1.6       paf        73: MIME_INCLUDES = @MIME_INCLUDES@
                     74: MIME_LIBS = @MIME_LIBS@
1.1       paf        75: P3S = @P3S@
                     76: PACKAGE = @PACKAGE@
                     77: RANLIB = @RANLIB@
                     78: VERSION = @VERSION@
                     79: XML_INCLUDES = @XML_INCLUDES@
                     80: XML_LIBS = @XML_LIBS@
                     81: YACC = @YACC@
                     82: charsetsdir = @charsetsdir@
1.4       paf        83: commentcharset_ = @commentcharset_@
1.7       paf        84: dll_extension = @dll_extension@
1.1       paf        85: host_os = @host_os@
1.4       paf        86: mysql_client = @mysql_client@
                     87: oracle_client = @oracle_client@
                     88: pgsql_client = @pgsql_client@
1.1       paf        89: sqldriversdir = @sqldriversdir@
                     90: 
                     91: noinst_HEADERS = pool_storage.h
                     92: EXTRA_DIST = pa_pool.C pa_threads.C parser3isapi.C parser3isapi.def parser3isapi.dsp
                     93: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
                     94: CONFIG_HEADER = ../../../src/include/pa_config_auto.h
                     95: CONFIG_CLEAN_FILES = 
                     96: HEADERS =  $(noinst_HEADERS)
                     97: 
                     98: DIST_COMMON =  Makefile.am Makefile.in
                     99: 
                    100: 
                    101: DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
                    102: 
                    103: TAR = tar
                    104: GZIP_ENV = --best
                    105: all: all-redirect
                    106: .SUFFIXES:
                    107: $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
                    108:        cd $(top_srcdir) && $(AUTOMAKE) --gnu src/targets/isapi/Makefile
                    109: 
                    110: Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
                    111:        cd $(top_builddir) \
                    112:          && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
                    113: 
                    114: 
                    115: tags: TAGS
                    116: 
                    117: ID: $(HEADERS) $(SOURCES) $(LISP)
                    118:        list='$(SOURCES) $(HEADERS)'; \
                    119:        unique=`for i in $$list; do echo $$i; done | \
                    120:          awk '    { files[$$0] = 1; } \
                    121:               END { for (i in files) print i; }'`; \
                    122:        here=`pwd` && cd $(srcdir) \
                    123:          && mkid -f$$here/ID $$unique $(LISP)
                    124: 
                    125: TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
                    126:        tags=; \
                    127:        here=`pwd`; \
                    128:        list='$(SOURCES) $(HEADERS)'; \
                    129:        unique=`for i in $$list; do echo $$i; done | \
                    130:          awk '    { files[$$0] = 1; } \
                    131:               END { for (i in files) print i; }'`; \
                    132:        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
                    133:          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
                    134: 
                    135: mostlyclean-tags:
                    136: 
                    137: clean-tags:
                    138: 
                    139: distclean-tags:
                    140:        -rm -f TAGS ID
                    141: 
                    142: maintainer-clean-tags:
                    143: 
                    144: distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
                    145: 
                    146: subdir = src/targets/isapi
                    147: 
                    148: distdir: $(DISTFILES)
                    149:        here=`cd $(top_builddir) && pwd`; \
                    150:        top_distdir=`cd $(top_distdir) && pwd`; \
                    151:        distdir=`cd $(distdir) && pwd`; \
                    152:        cd $(top_srcdir) \
                    153:          && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu src/targets/isapi/Makefile
                    154:        @for file in $(DISTFILES); do \
                    155:          d=$(srcdir); \
                    156:          if test -d $$d/$$file; then \
                    157:            cp -pr $$/$$file $(distdir)/$$file; \
                    158:          else \
                    159:            test -f $(distdir)/$$file \
                    160:            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
                    161:            || cp -p $$d/$$file $(distdir)/$$file || :; \
                    162:          fi; \
                    163:        done
                    164: info-am:
                    165: info: info-am
                    166: dvi-am:
                    167: dvi: dvi-am
                    168: check-am: all-am
                    169: check: check-am
                    170: installcheck-am:
                    171: installcheck: installcheck-am
                    172: install-exec-am:
                    173: install-exec: install-exec-am
                    174: 
                    175: install-data-am:
                    176: install-data: install-data-am
                    177: 
                    178: install-am: all-am
                    179:        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
                    180: install: install-am
                    181: uninstall-am:
                    182: uninstall: uninstall-am
                    183: all-am: Makefile $(HEADERS)
                    184: all-redirect: all-am
                    185: install-strip:
                    186:        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
                    187: installdirs:
                    188: 
                    189: 
                    190: mostlyclean-generic:
                    191: 
                    192: clean-generic:
                    193: 
                    194: distclean-generic:
                    195:        -rm -f Makefile $(CONFIG_CLEAN_FILES)
                    196:        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
                    197: 
                    198: maintainer-clean-generic:
                    199: mostlyclean-am:  mostlyclean-tags mostlyclean-generic
                    200: 
                    201: mostlyclean: mostlyclean-am
                    202: 
                    203: clean-am:  clean-tags clean-generic mostlyclean-am
                    204: 
                    205: clean: clean-am
                    206: 
                    207: distclean-am:  distclean-tags distclean-generic clean-am
                    208: 
                    209: distclean: distclean-am
                    210: 
                    211: maintainer-clean-am:  maintainer-clean-tags maintainer-clean-generic \
                    212:                distclean-am
                    213:        @echo "This command is intended for maintainers to use;"
                    214:        @echo "it deletes files that may require special tools to rebuild."
                    215: 
                    216: maintainer-clean: maintainer-clean-am
                    217: 
                    218: .PHONY: tags mostlyclean-tags distclean-tags clean-tags \
                    219: maintainer-clean-tags distdir info-am info dvi-am dvi check check-am \
                    220: installcheck-am installcheck install-exec-am install-exec \
                    221: install-data-am install-data install-am install uninstall-am uninstall \
                    222: all-redirect all-am all installdirs mostlyclean-generic \
                    223: distclean-generic clean-generic maintainer-clean-generic clean \
                    224: mostlyclean distclean maintainer-clean
                    225: 
                    226: 
                    227: # Tell versions [3.59,3.63) of GNU make to not export all variables.
                    228: # Otherwise a system limit (for SysV at least) may be exceeded.
                    229: .NOEXPORT:

E-mail: