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