Annotation of parser3/src/Makefile.in, revision 1.62
1.58 paf 1: # Makefile.in generated by automake 1.9 from Makefile.am.
1.54 paf 2: # @configure_input@
1.1 paf 3:
1.58 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.54 paf 15: @SET_MAKE@
1.1 paf 16: srcdir = @srcdir@
17: top_srcdir = @top_srcdir@
18: VPATH = @srcdir@
19: pkgdatadir = $(datadir)/@PACKAGE@
20: pkglibdir = $(libdir)/@PACKAGE@
21: pkgincludedir = $(includedir)/@PACKAGE@
1.41 paf 22: top_builddir = ..
1.54 paf 23: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
1.1 paf 24: INSTALL = @INSTALL@
1.54 paf 25: install_sh_DATA = $(install_sh) -c -m 644
26: install_sh_PROGRAM = $(install_sh) -c
27: install_sh_SCRIPT = $(install_sh) -c
28: INSTALL_HEADER = $(INSTALL_DATA)
29: transform = $(program_transform_name)
1.1 paf 30: NORMAL_INSTALL = :
31: PRE_INSTALL = :
32: POST_INSTALL = :
33: NORMAL_UNINSTALL = :
34: PRE_UNINSTALL = :
35: POST_UNINSTALL = :
36: host_triplet = @host@
1.58 paf 37: subdir = src
38: DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
39: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
40: am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
41: $(top_srcdir)/configure.in
42: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
43: $(ACLOCAL_M4)
44: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
45: CONFIG_HEADER = $(top_builddir)/src/include/pa_config_auto.h
46: CONFIG_CLEAN_FILES =
47: SOURCES =
48: DIST_SOURCES =
49: RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
50: html-recursive info-recursive install-data-recursive \
51: install-exec-recursive install-info-recursive \
52: install-recursive installcheck-recursive installdirs-recursive \
53: pdf-recursive ps-recursive uninstall-info-recursive \
54: uninstall-recursive
55: ETAGS = etags
56: CTAGS = ctags
57: DIST_SUBDIRS = $(SUBDIRS)
58: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
1.54 paf 59: ACLOCAL = @ACLOCAL@
60: AMDEP_FALSE = @AMDEP_FALSE@
61: AMDEP_TRUE = @AMDEP_TRUE@
62: AMTAR = @AMTAR@
1.62 ! moko 63: APACHE = @APACHE@
! 64: APACHE_CFLAGS = @APACHE_CFLAGS@
! 65: APACHE_INC = @APACHE_INC@
1.54 paf 66: AUTOCONF = @AUTOCONF@
67: AUTOHEADER = @AUTOHEADER@
68: AUTOMAKE = @AUTOMAKE@
1.1 paf 69: AWK = @AWK@
70: CC = @CC@
1.54 paf 71: CCDEPMODE = @CCDEPMODE@
72: CFLAGS = @CFLAGS@
1.62 ! moko 73: COMPILE_APACHE_MODULE_FALSE = @COMPILE_APACHE_MODULE_FALSE@
! 74: COMPILE_APACHE_MODULE_TRUE = @COMPILE_APACHE_MODULE_TRUE@
1.55 paf 75: CPP = @CPP@
1.54 paf 76: CPPFLAGS = @CPPFLAGS@
1.56 paf 77: CPP_LIBS = @CPP_LIBS@
1.61 misha 78: CURL_INCLUDES = @CURL_INCLUDES@
1.1 paf 79: CXX = @CXX@
1.54 paf 80: CXXDEPMODE = @CXXDEPMODE@
81: CXXFLAGS = @CXXFLAGS@
82: CYGPATH_W = @CYGPATH_W@
83: DEFS = @DEFS@
84: DEPDIR = @DEPDIR@
85: ECHO_C = @ECHO_C@
86: ECHO_N = @ECHO_N@
87: ECHO_T = @ECHO_T@
88: EGREP = @EGREP@
89: EXEEXT = @EXEEXT@
1.56 paf 90: GC_LIBS = @GC_LIBS@
1.1 paf 91: INCLTDL = @INCLTDL@
1.54 paf 92: INSTALL_DATA = @INSTALL_DATA@
93: INSTALL_PROGRAM = @INSTALL_PROGRAM@
94: INSTALL_SCRIPT = @INSTALL_SCRIPT@
95: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
96: LDFLAGS = @LDFLAGS@
1.1 paf 97: LIBADD_DL = @LIBADD_DL@
98: LIBLTDL = @LIBLTDL@
1.54 paf 99: LIBOBJS = @LIBOBJS@
100: LIBS = @LIBS@
101: LTLIBOBJS = @LTLIBOBJS@
1.1 paf 102: MAKEINFO = @MAKEINFO@
1.49 paf 103: MIME_INCLUDES = @MIME_INCLUDES@
104: MIME_LIBS = @MIME_LIBS@
1.54 paf 105: OBJEXT = @OBJEXT@
1.25 parser 106: P3S = @P3S@
1.1 paf 107: PACKAGE = @PACKAGE@
1.54 paf 108: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
109: PACKAGE_NAME = @PACKAGE_NAME@
110: PACKAGE_STRING = @PACKAGE_STRING@
111: PACKAGE_TARNAME = @PACKAGE_TARNAME@
112: PACKAGE_VERSION = @PACKAGE_VERSION@
113: PATH_SEPARATOR = @PATH_SEPARATOR@
1.60 misha 114: PCRE_INCLUDES = @PCRE_INCLUDES@
115: PCRE_LIBS = @PCRE_LIBS@
1.1 paf 116: RANLIB = @RANLIB@
1.54 paf 117: SET_MAKE = @SET_MAKE@
118: SHELL = @SHELL@
119: STRIP = @STRIP@
1.1 paf 120: VERSION = @VERSION@
1.20 parser 121: XML_INCLUDES = @XML_INCLUDES@
122: XML_LIBS = @XML_LIBS@
1.1 paf 123: YACC = @YACC@
1.54 paf 124: ac_ct_CC = @ac_ct_CC@
125: ac_ct_CXX = @ac_ct_CXX@
126: ac_ct_RANLIB = @ac_ct_RANLIB@
127: ac_ct_STRIP = @ac_ct_STRIP@
128: am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
129: am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
130: am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
131: am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
132: am__include = @am__include@
1.58 paf 133: am__leading_dot = @am__leading_dot@
1.54 paf 134: am__quote = @am__quote@
1.58 paf 135: am__tar = @am__tar@
136: am__untar = @am__untar@
1.54 paf 137: bindir = @bindir@
138: build = @build@
139: build_alias = @build_alias@
140: build_cpu = @build_cpu@
141: build_os = @build_os@
142: build_vendor = @build_vendor@
143: commentcharset_koi8r = @commentcharset_koi8r@
144: commentcharset_windows1250 = @commentcharset_windows1250@
145: commentcharset_windows1251 = @commentcharset_windows1251@
146: commentcharset_windows1257 = @commentcharset_windows1257@
147: datadir = @datadir@
1.51 paf 148: dll_extension = @dll_extension@
1.54 paf 149: exec_prefix = @exec_prefix@
150: host = @host@
151: host_alias = @host_alias@
152: host_cpu = @host_cpu@
1.1 paf 153: host_os = @host_os@
1.54 paf 154: host_vendor = @host_vendor@
155: includedir = @includedir@
156: infodir = @infodir@
157: install_sh = @install_sh@
158: libdir = @libdir@
159: libexecdir = @libexecdir@
160: localstatedir = @localstatedir@
161: mandir = @mandir@
1.58 paf 162: mkdir_p = @mkdir_p@
1.46 paf 163: mysql_client = @mysql_client@
1.54 paf 164: oldincludedir = @oldincludedir@
1.46 paf 165: oracle_client = @oracle_client@
166: pgsql_client = @pgsql_client@
1.54 paf 167: prefix = @prefix@
168: program_transform_name = @program_transform_name@
169: sbindir = @sbindir@
170: sharedstatedir = @sharedstatedir@
1.59 misha 171: sqlite_client = @sqlite_client@
1.54 paf 172: subdirs = @subdirs@
173: sysconfdir = @sysconfdir@
174: target_alias = @target_alias@
1.48 paf 175: SUBDIRS = include main sql types classes lib targets
1.54 paf 176: all: all-recursive
1.1 paf 177:
178: .SUFFIXES:
1.58 paf 179: $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
180: @for dep in $?; do \
181: case '$(am__configure_deps)' in \
182: *$$dep*) \
183: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
184: && exit 0; \
185: exit 1;; \
186: esac; \
187: done; \
188: echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \
1.54 paf 189: cd $(top_srcdir) && \
190: $(AUTOMAKE) --gnu src/Makefile
1.58 paf 191: .PRECIOUS: Makefile
192: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
193: @case '$?' in \
194: *config.status*) \
195: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
196: *) \
197: echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
198: cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
199: esac;
200:
201: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
202: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
203:
204: $(top_srcdir)/configure: $(am__configure_deps)
205: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
206: $(ACLOCAL_M4): $(am__aclocal_m4_deps)
207: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1.54 paf 208: uninstall-info-am:
1.1 paf 209:
210: # This directory's subdirectories are mostly independent; you can cd
211: # into them and run `make' without going through this Makefile.
212: # To change the values of `make' variables: instead of editing Makefiles,
213: # (1) if the variable is set in `config.status', edit `config.status'
214: # (which will cause the Makefiles to be regenerated when you run `make');
215: # (2) otherwise, pass the desired values on the `make' command line.
1.54 paf 216: $(RECURSIVE_TARGETS):
217: @set fnord $$MAKEFLAGS; amf=$$2; \
1.1 paf 218: dot_seen=no; \
219: target=`echo $@ | sed s/-recursive//`; \
220: list='$(SUBDIRS)'; for subdir in $$list; do \
221: echo "Making $$target in $$subdir"; \
222: if test "$$subdir" = "."; then \
223: dot_seen=yes; \
224: local_target="$$target-am"; \
225: else \
226: local_target="$$target"; \
227: fi; \
228: (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
229: || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
230: done; \
231: if test "$$dot_seen" = "no"; then \
232: $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
233: fi; test -z "$$fail"
234:
235: mostlyclean-recursive clean-recursive distclean-recursive \
236: maintainer-clean-recursive:
1.54 paf 237: @set fnord $$MAKEFLAGS; amf=$$2; \
1.1 paf 238: dot_seen=no; \
1.54 paf 239: case "$@" in \
240: distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
241: *) list='$(SUBDIRS)' ;; \
242: esac; \
243: rev=''; for subdir in $$list; do \
244: if test "$$subdir" = "."; then :; else \
245: rev="$$subdir $$rev"; \
246: fi; \
1.1 paf 247: done; \
1.54 paf 248: rev="$$rev ."; \
1.1 paf 249: target=`echo $@ | sed s/-recursive//`; \
250: for subdir in $$rev; do \
251: echo "Making $$target in $$subdir"; \
252: if test "$$subdir" = "."; then \
253: local_target="$$target-am"; \
254: else \
255: local_target="$$target"; \
256: fi; \
257: (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
258: || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
259: done && test -z "$$fail"
260: tags-recursive:
261: list='$(SUBDIRS)'; for subdir in $$list; do \
262: test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
263: done
1.54 paf 264: ctags-recursive:
265: list='$(SUBDIRS)'; for subdir in $$list; do \
266: test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
267: done
268:
269: ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
270: list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
271: unique=`for i in $$list; do \
272: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
273: done | \
274: $(AWK) ' { files[$$0] = 1; } \
1.1 paf 275: END { for (i in files) print i; }'`; \
1.54 paf 276: mkid -fID $$unique
1.58 paf 277: tags: TAGS
1.1 paf 278:
1.54 paf 279: TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
280: $(TAGS_FILES) $(LISP)
1.1 paf 281: tags=; \
282: here=`pwd`; \
1.58 paf 283: if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
284: include_option=--etags-include; \
285: empty_fix=.; \
286: else \
287: include_option=--include; \
288: empty_fix=; \
289: fi; \
1.1 paf 290: list='$(SUBDIRS)'; for subdir in $$list; do \
1.54 paf 291: if test "$$subdir" = .; then :; else \
1.58 paf 292: test ! -f $$subdir/TAGS || \
293: tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
1.54 paf 294: fi; \
1.1 paf 295: done; \
1.54 paf 296: list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
297: unique=`for i in $$list; do \
298: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
299: done | \
300: $(AWK) ' { files[$$0] = 1; } \
301: END { for (i in files) print i; }'`; \
1.58 paf 302: if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
303: test -n "$$unique" || unique=$$empty_fix; \
304: $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
305: $$tags $$unique; \
306: fi
1.54 paf 307: ctags: CTAGS
308: CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
309: $(TAGS_FILES) $(LISP)
310: tags=; \
311: here=`pwd`; \
312: list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
313: unique=`for i in $$list; do \
314: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
315: done | \
316: $(AWK) ' { files[$$0] = 1; } \
1.1 paf 317: END { for (i in files) print i; }'`; \
1.54 paf 318: test -z "$(CTAGS_ARGS)$$tags$$unique" \
319: || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
320: $$tags $$unique
321:
322: GTAGS:
323: here=`$(am__cd) $(top_builddir) && pwd` \
324: && cd $(top_srcdir) \
325: && gtags -i $(GTAGS_ARGS) $$here
1.1 paf 326:
327: distclean-tags:
1.54 paf 328: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1.1 paf 329:
330: distdir: $(DISTFILES)
1.54 paf 331: @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
332: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
333: list='$(DISTFILES)'; for file in $$list; do \
334: case $$file in \
335: $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
336: $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
337: esac; \
338: if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
339: dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
340: if test "$$dir" != "$$file" && test "$$dir" != "."; then \
341: dir="/$$dir"; \
1.58 paf 342: $(mkdir_p) "$(distdir)$$dir"; \
1.54 paf 343: else \
344: dir=''; \
345: fi; \
1.1 paf 346: if test -d $$d/$$file; then \
1.54 paf 347: if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
348: cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
349: fi; \
350: cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
1.1 paf 351: else \
352: test -f $(distdir)/$$file \
1.54 paf 353: || cp -p $$d/$$file $(distdir)/$$file \
354: || exit 1; \
1.1 paf 355: fi; \
356: done
1.58 paf 357: list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
1.1 paf 358: if test "$$subdir" = .; then :; else \
1.58 paf 359: test -d "$(distdir)/$$subdir" \
360: || $(mkdir_p) "$(distdir)/$$subdir" \
1.1 paf 361: || exit 1; \
1.58 paf 362: distdir=`$(am__cd) $(distdir) && pwd`; \
363: top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
1.54 paf 364: (cd $$subdir && \
365: $(MAKE) $(AM_MAKEFLAGS) \
1.58 paf 366: top_distdir="$$top_distdir" \
367: distdir="$$distdir/$$subdir" \
1.54 paf 368: distdir) \
1.1 paf 369: || exit 1; \
370: fi; \
371: done
372: check-am: all-am
373: check: check-recursive
1.54 paf 374: all-am: Makefile
375: installdirs: installdirs-recursive
376: installdirs-am:
377: install: install-recursive
1.1 paf 378: install-exec: install-exec-recursive
379: install-data: install-data-recursive
1.54 paf 380: uninstall: uninstall-recursive
1.1 paf 381:
382: install-am: all-am
383: @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1.54 paf 384:
385: installcheck: installcheck-recursive
1.1 paf 386: install-strip:
1.54 paf 387: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1.58 paf 388: install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1.54 paf 389: `test -z '$(STRIP)' || \
390: echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
1.1 paf 391: mostlyclean-generic:
392:
393: clean-generic:
394:
395: distclean-generic:
1.58 paf 396: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1.1 paf 397:
398: maintainer-clean-generic:
1.54 paf 399: @echo "This command is intended for maintainers to use"
400: @echo "it deletes files that may require special tools to rebuild."
401: clean: clean-recursive
402:
403: clean-am: clean-generic mostlyclean-am
404:
405: distclean: distclean-recursive
1.58 paf 406: -rm -f Makefile
1.54 paf 407: distclean-am: clean-am distclean-generic distclean-tags
408:
409: dvi: dvi-recursive
410:
411: dvi-am:
1.1 paf 412:
1.58 paf 413: html: html-recursive
414:
1.54 paf 415: info: info-recursive
416:
417: info-am:
1.1 paf 418:
1.54 paf 419: install-data-am:
1.1 paf 420:
1.54 paf 421: install-exec-am:
1.1 paf 422:
1.54 paf 423: install-info: install-info-recursive
1.1 paf 424:
1.54 paf 425: install-man:
1.1 paf 426:
1.54 paf 427: installcheck-am:
1.1 paf 428:
429: maintainer-clean: maintainer-clean-recursive
1.58 paf 430: -rm -f Makefile
1.54 paf 431: maintainer-clean-am: distclean-am maintainer-clean-generic
432:
433: mostlyclean: mostlyclean-recursive
434:
435: mostlyclean-am: mostlyclean-generic
436:
437: pdf: pdf-recursive
438:
439: pdf-am:
440:
441: ps: ps-recursive
1.40 paf 442:
1.54 paf 443: ps-am:
444:
445: uninstall-am: uninstall-info-am
446:
447: uninstall-info: uninstall-info-recursive
448:
1.58 paf 449: .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
450: clean clean-generic clean-recursive ctags ctags-recursive \
451: distclean distclean-generic distclean-recursive distclean-tags \
452: distdir dvi dvi-am html html-am info info-am install \
453: install-am install-data install-data-am install-exec \
454: install-exec-am install-info install-info-am install-man \
455: install-strip installcheck installcheck-am installdirs \
456: installdirs-am maintainer-clean maintainer-clean-generic \
1.54 paf 457: maintainer-clean-recursive mostlyclean mostlyclean-generic \
1.58 paf 458: mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
459: uninstall uninstall-am uninstall-info-am
1.1 paf 460:
461: # Tell versions [3.59,3.63) of GNU make to not export all variables.
462: # Otherwise a system limit (for SysV at least) may be exceeded.
463: .NOEXPORT:
E-mail: