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