Annotation of parser3/src/targets/apache13/hook/Makefile.in, revision 1.6

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

E-mail: