Annotation of parser3/src/include/Makefile.in, revision 1.26

1.19      paf         1: # Makefile.in generated by automake 1.9 from Makefile.am.
1.10      paf         2: # @configure_input@
1.1       paf         3: 
1.19      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@
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 = ../..
1.10      paf        24: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
1.1       paf        25: INSTALL = @INSTALL@
1.10      paf        26: install_sh_DATA = $(install_sh) -c -m 644
                     27: install_sh_PROGRAM = $(install_sh) -c
                     28: install_sh_SCRIPT = $(install_sh) -c
                     29: INSTALL_HEADER = $(INSTALL_DATA)
                     30: transform = $(program_transform_name)
1.1       paf        31: NORMAL_INSTALL = :
                     32: PRE_INSTALL = :
                     33: POST_INSTALL = :
                     34: NORMAL_UNINSTALL = :
                     35: PRE_UNINSTALL = :
                     36: POST_UNINSTALL = :
                     37: host_triplet = @host@
1.19      paf        38: subdir = src/include
                     39: DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
                     40:        $(srcdir)/Makefile.in $(srcdir)/pa_config_auto.h.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 = pa_config_auto.h
                     48: CONFIG_CLEAN_FILES =
                     49: SOURCES =
                     50: DIST_SOURCES =
                     51: HEADERS = $(noinst_HEADERS)
                     52: ETAGS = etags
                     53: CTAGS = ctags
                     54: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
1.10      paf        55: ACLOCAL = @ACLOCAL@
                     56: AMDEP_FALSE = @AMDEP_FALSE@
                     57: AMDEP_TRUE = @AMDEP_TRUE@
                     58: AMTAR = @AMTAR@
1.25      moko       59: APACHE = @APACHE@
                     60: APACHE_CFLAGS = @APACHE_CFLAGS@
                     61: APACHE_INC = @APACHE_INC@
1.10      paf        62: AUTOCONF = @AUTOCONF@
                     63: AUTOHEADER = @AUTOHEADER@
                     64: AUTOMAKE = @AUTOMAKE@
1.1       paf        65: AWK = @AWK@
                     66: CC = @CC@
1.10      paf        67: CCDEPMODE = @CCDEPMODE@
                     68: CFLAGS = @CFLAGS@
1.25      moko       69: COMPILE_APACHE_MODULE_FALSE = @COMPILE_APACHE_MODULE_FALSE@
                     70: COMPILE_APACHE_MODULE_TRUE = @COMPILE_APACHE_MODULE_TRUE@
1.11      paf        71: CPP = @CPP@
1.10      paf        72: CPPFLAGS = @CPPFLAGS@
1.12      paf        73: CPP_LIBS = @CPP_LIBS@
1.1       paf        74: CXX = @CXX@
1.10      paf        75: CXXDEPMODE = @CXXDEPMODE@
                     76: CXXFLAGS = @CXXFLAGS@
                     77: CYGPATH_W = @CYGPATH_W@
                     78: DEFS = @DEFS@
                     79: DEPDIR = @DEPDIR@
                     80: ECHO_C = @ECHO_C@
                     81: ECHO_N = @ECHO_N@
                     82: ECHO_T = @ECHO_T@
                     83: EGREP = @EGREP@
                     84: EXEEXT = @EXEEXT@
1.12      paf        85: GC_LIBS = @GC_LIBS@
1.1       paf        86: INCLTDL = @INCLTDL@
1.10      paf        87: INSTALL_DATA = @INSTALL_DATA@
                     88: INSTALL_PROGRAM = @INSTALL_PROGRAM@
                     89: INSTALL_SCRIPT = @INSTALL_SCRIPT@
                     90: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
                     91: LDFLAGS = @LDFLAGS@
1.1       paf        92: LIBADD_DL = @LIBADD_DL@
                     93: LIBLTDL = @LIBLTDL@
1.10      paf        94: LIBOBJS = @LIBOBJS@
                     95: LIBS = @LIBS@
                     96: LTLIBOBJS = @LTLIBOBJS@
1.1       paf        97: MAKEINFO = @MAKEINFO@
1.6       paf        98: MIME_INCLUDES = @MIME_INCLUDES@
                     99: MIME_LIBS = @MIME_LIBS@
1.10      paf       100: OBJEXT = @OBJEXT@
1.1       paf       101: P3S = @P3S@
                    102: PACKAGE = @PACKAGE@
1.10      paf       103: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
                    104: PACKAGE_NAME = @PACKAGE_NAME@
                    105: PACKAGE_STRING = @PACKAGE_STRING@
                    106: PACKAGE_TARNAME = @PACKAGE_TARNAME@
                    107: PACKAGE_VERSION = @PACKAGE_VERSION@
                    108: PATH_SEPARATOR = @PATH_SEPARATOR@
1.22      misha     109: PCRE_INCLUDES = @PCRE_INCLUDES@
                    110: PCRE_LIBS = @PCRE_LIBS@
1.1       paf       111: RANLIB = @RANLIB@
1.10      paf       112: SET_MAKE = @SET_MAKE@
                    113: SHELL = @SHELL@
                    114: STRIP = @STRIP@
1.1       paf       115: VERSION = @VERSION@
                    116: XML_INCLUDES = @XML_INCLUDES@
                    117: XML_LIBS = @XML_LIBS@
                    118: YACC = @YACC@
1.10      paf       119: ac_ct_CC = @ac_ct_CC@
                    120: ac_ct_CXX = @ac_ct_CXX@
                    121: ac_ct_RANLIB = @ac_ct_RANLIB@
                    122: ac_ct_STRIP = @ac_ct_STRIP@
                    123: am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
                    124: am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
                    125: am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
                    126: am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
                    127: am__include = @am__include@
1.19      paf       128: am__leading_dot = @am__leading_dot@
1.10      paf       129: am__quote = @am__quote@
1.19      paf       130: am__tar = @am__tar@
                    131: am__untar = @am__untar@
1.10      paf       132: bindir = @bindir@
                    133: build = @build@
                    134: build_alias = @build_alias@
                    135: build_cpu = @build_cpu@
                    136: build_os = @build_os@
                    137: build_vendor = @build_vendor@
                    138: commentcharset_koi8r = @commentcharset_koi8r@
                    139: commentcharset_windows1250 = @commentcharset_windows1250@
                    140: commentcharset_windows1251 = @commentcharset_windows1251@
                    141: commentcharset_windows1257 = @commentcharset_windows1257@
                    142: datadir = @datadir@
1.7       paf       143: dll_extension = @dll_extension@
1.10      paf       144: exec_prefix = @exec_prefix@
                    145: host = @host@
                    146: host_alias = @host_alias@
                    147: host_cpu = @host_cpu@
1.1       paf       148: host_os = @host_os@
1.10      paf       149: host_vendor = @host_vendor@
                    150: includedir = @includedir@
                    151: infodir = @infodir@
                    152: install_sh = @install_sh@
                    153: libdir = @libdir@
                    154: libexecdir = @libexecdir@
                    155: localstatedir = @localstatedir@
                    156: mandir = @mandir@
1.19      paf       157: mkdir_p = @mkdir_p@
1.4       paf       158: mysql_client = @mysql_client@
1.10      paf       159: oldincludedir = @oldincludedir@
1.4       paf       160: oracle_client = @oracle_client@
                    161: pgsql_client = @pgsql_client@
1.10      paf       162: prefix = @prefix@
                    163: program_transform_name = @program_transform_name@
                    164: sbindir = @sbindir@
                    165: sharedstatedir = @sharedstatedir@
1.21      misha     166: sqlite_client = @sqlite_client@
1.10      paf       167: subdirs = @subdirs@
                    168: sysconfdir = @sysconfdir@
                    169: target_alias = @target_alias@
1.23      misha     170: noinst_HEADERS = pa_version.h pa_pool.h pa_os.h pa_common.h pa_operation.h pa_request_charsets.h pa_request_info.h pa_array.h pa_cache_managers.h pa_charset.h pa_charsets.h pa_config_fixed.h pa_config_includes.h pa_dictionary.h pa_dir.h pa_exception.h pa_xml_exception.h pa_exec.h pa_globals.h pa_xml_io.h pa_hash.h pa_opcode.h pa_memory.h pa_request.h pa_sapi.h pa_socks.h pa_sql_connection.h pa_sql_driver_manager.h pa_stack.h pa_string.h pa_stylesheet_connection.h pa_stylesheet_manager.h pa_table.h pa_threads.h pa_types.h pa_uue.h pa_http.h pa_random.h
1.10      paf       171: all: pa_config_auto.h
                    172:        $(MAKE) $(AM_MAKEFLAGS) all-am
1.1       paf       173: 
                    174: .SUFFIXES:
1.19      paf       175: $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
                    176:        @for dep in $?; do \
                    177:          case '$(am__configure_deps)' in \
                    178:            *$$dep*) \
                    179:              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
                    180:                && exit 0; \
                    181:              exit 1;; \
                    182:          esac; \
                    183:        done; \
                    184:        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/include/Makefile'; \
1.10      paf       185:        cd $(top_srcdir) && \
                    186:          $(AUTOMAKE) --gnu  src/include/Makefile
1.19      paf       187: .PRECIOUS: Makefile
                    188: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
                    189:        @case '$?' in \
                    190:          *config.status*) \
                    191:            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
                    192:          *) \
                    193:            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
                    194:            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
                    195:        esac;
                    196: 
                    197: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
                    198:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    199: 
                    200: $(top_srcdir)/configure:  $(am__configure_deps)
                    201:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    202: $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
                    203:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1.1       paf       204: 
1.10      paf       205: pa_config_auto.h: stamp-h1
1.1       paf       206:        @if test ! -f $@; then \
1.10      paf       207:          rm -f stamp-h1; \
                    208:          $(MAKE) stamp-h1; \
1.1       paf       209:        else :; fi
                    210: 
1.10      paf       211: stamp-h1: $(srcdir)/pa_config_auto.h.in $(top_builddir)/config.status
                    212:        @rm -f stamp-h1
                    213:        cd $(top_builddir) && $(SHELL) ./config.status src/include/pa_config_auto.h
1.19      paf       214: $(srcdir)/pa_config_auto.h.in:  $(am__configure_deps) 
1.10      paf       215:        cd $(top_srcdir) && $(AUTOHEADER)
1.19      paf       216:        rm -f stamp-h1
                    217:        touch $@
1.1       paf       218: 
                    219: distclean-hdr:
1.10      paf       220:        -rm -f pa_config_auto.h stamp-h1
                    221: uninstall-info-am:
                    222: 
                    223: ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
                    224:        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
                    225:        unique=`for i in $$list; do \
                    226:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    227:          done | \
                    228:          $(AWK) '    { files[$$0] = 1; } \
1.1       paf       229:               END { for (i in files) print i; }'`; \
1.10      paf       230:        mkid -fID $$unique
1.19      paf       231: tags: TAGS
1.1       paf       232: 
1.10      paf       233: TAGS:  $(HEADERS) $(SOURCES) pa_config_auto.h.in $(TAGS_DEPENDENCIES) \
                    234:                $(TAGS_FILES) $(LISP)
1.1       paf       235:        tags=; \
                    236:        here=`pwd`; \
1.10      paf       237:        list='$(SOURCES) $(HEADERS) pa_config_auto.h.in $(LISP) $(TAGS_FILES)'; \
                    238:        unique=`for i in $$list; do \
                    239:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    240:          done | \
                    241:          $(AWK) '    { files[$$0] = 1; } \
1.1       paf       242:               END { for (i in files) print i; }'`; \
1.19      paf       243:        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
                    244:          test -n "$$unique" || unique=$$empty_fix; \
                    245:          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
                    246:            $$tags $$unique; \
                    247:        fi
1.10      paf       248: ctags: CTAGS
                    249: CTAGS:  $(HEADERS) $(SOURCES) pa_config_auto.h.in $(TAGS_DEPENDENCIES) \
                    250:                $(TAGS_FILES) $(LISP)
                    251:        tags=; \
                    252:        here=`pwd`; \
                    253:        list='$(SOURCES) $(HEADERS) pa_config_auto.h.in $(LISP) $(TAGS_FILES)'; \
                    254:        unique=`for i in $$list; do \
                    255:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    256:          done | \
                    257:          $(AWK) '    { files[$$0] = 1; } \
                    258:               END { for (i in files) print i; }'`; \
                    259:        test -z "$(CTAGS_ARGS)$$tags$$unique" \
                    260:          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
                    261:             $$tags $$unique
                    262: 
                    263: GTAGS:
                    264:        here=`$(am__cd) $(top_builddir) && pwd` \
                    265:          && cd $(top_srcdir) \
                    266:          && gtags -i $(GTAGS_ARGS) $$here
1.1       paf       267: 
                    268: distclean-tags:
1.10      paf       269:        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1.1       paf       270: 
                    271: distdir: $(DISTFILES)
1.10      paf       272:        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
                    273:        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
                    274:        list='$(DISTFILES)'; for file in $$list; do \
                    275:          case $$file in \
                    276:            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
                    277:            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
                    278:          esac; \
                    279:          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
                    280:          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
                    281:          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
                    282:            dir="/$$dir"; \
1.19      paf       283:            $(mkdir_p) "$(distdir)$$dir"; \
1.10      paf       284:          else \
                    285:            dir=''; \
                    286:          fi; \
1.1       paf       287:          if test -d $$d/$$file; then \
1.10      paf       288:            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
                    289:              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
                    290:            fi; \
                    291:            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
1.1       paf       292:          else \
                    293:            test -f $(distdir)/$$file \
1.10      paf       294:            || cp -p $$d/$$file $(distdir)/$$file \
                    295:            || exit 1; \
1.1       paf       296:          fi; \
                    297:        done
                    298: check-am: all-am
                    299: check: check-am
1.10      paf       300: all-am: Makefile $(HEADERS) pa_config_auto.h
                    301: installdirs:
                    302: install: install-am
1.1       paf       303: install-exec: install-exec-am
                    304: install-data: install-data-am
1.10      paf       305: uninstall: uninstall-am
1.1       paf       306: 
                    307: install-am: all-am
                    308:        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1.10      paf       309: 
                    310: installcheck: installcheck-am
1.1       paf       311: install-strip:
1.10      paf       312:        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1.19      paf       313:          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1.10      paf       314:          `test -z '$(STRIP)' || \
                    315:            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
1.1       paf       316: mostlyclean-generic:
                    317: 
                    318: clean-generic:
                    319: 
                    320: distclean-generic:
1.19      paf       321:        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1.1       paf       322: 
                    323: maintainer-clean-generic:
1.10      paf       324:        @echo "This command is intended for maintainers to use"
                    325:        @echo "it deletes files that may require special tools to rebuild."
                    326: clean: clean-am
                    327: 
                    328: clean-am: clean-generic mostlyclean-am
                    329: 
                    330: distclean: distclean-am
1.19      paf       331:        -rm -f Makefile
1.10      paf       332: distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
1.1       paf       333: 
1.10      paf       334: dvi: dvi-am
                    335: 
                    336: dvi-am:
                    337: 
1.19      paf       338: html: html-am
                    339: 
1.10      paf       340: info: info-am
                    341: 
                    342: info-am:
1.1       paf       343: 
1.10      paf       344: install-data-am:
1.1       paf       345: 
1.10      paf       346: install-exec-am:
1.1       paf       347: 
1.10      paf       348: install-info: install-info-am
1.1       paf       349: 
1.10      paf       350: install-man:
1.1       paf       351: 
1.10      paf       352: installcheck-am:
1.1       paf       353: 
                    354: maintainer-clean: maintainer-clean-am
1.19      paf       355:        -rm -f Makefile
1.10      paf       356: maintainer-clean-am: distclean-am maintainer-clean-generic
                    357: 
                    358: mostlyclean: mostlyclean-am
                    359: 
                    360: mostlyclean-am: mostlyclean-generic
                    361: 
                    362: pdf: pdf-am
                    363: 
                    364: pdf-am:
                    365: 
                    366: ps: ps-am
                    367: 
                    368: ps-am:
                    369: 
                    370: uninstall-am: uninstall-info-am
1.1       paf       371: 
1.19      paf       372: .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
                    373:        ctags distclean distclean-generic distclean-hdr distclean-tags \
                    374:        distdir dvi dvi-am html html-am info info-am install \
                    375:        install-am install-data install-data-am install-exec \
                    376:        install-exec-am install-info install-info-am install-man \
                    377:        install-strip installcheck installcheck-am installdirs \
                    378:        maintainer-clean maintainer-clean-generic mostlyclean \
                    379:        mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
                    380:        uninstall-am uninstall-info-am
1.1       paf       381: 
                    382: # Tell versions [3.59,3.63) of GNU make to not export all variables.
                    383: # Otherwise a system limit (for SysV at least) may be exceeded.
                    384: .NOEXPORT:

E-mail: