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