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