Annotation of parser3/src/include/Makefile.in, revision 1.11.2.5
1.10 paf 1: # Makefile.in generated by automake 1.7.2 from Makefile.am.
2: # @configure_input@
1.1 paf 3:
1.10 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.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 = ../..
24:
1.10 paf 25: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
1.1 paf 26: INSTALL = @INSTALL@
1.10 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.10 paf 39: ACLOCAL = @ACLOCAL@
40: AMDEP_FALSE = @AMDEP_FALSE@
41: AMDEP_TRUE = @AMDEP_TRUE@
42: AMTAR = @AMTAR@
1.1 paf 43: APACHE13 = @APACHE13@
1.10 paf 44: AUTOCONF = @AUTOCONF@
45: AUTOHEADER = @AUTOHEADER@
46: AUTOMAKE = @AUTOMAKE@
1.1 paf 47: AWK = @AWK@
48: CC = @CC@
1.10 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.11 paf 53: CPP = @CPP@
1.10 paf 54: CPPFLAGS = @CPPFLAGS@
1.11.2.5! paf 55: CPP_LIBS = @CPP_LIBS@
1.1 paf 56: CXX = @CXX@
1.10 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.1 paf 67: INCLTDL = @INCLTDL@
1.10 paf 68: INSTALL_DATA = @INSTALL_DATA@
69: INSTALL_PROGRAM = @INSTALL_PROGRAM@
70: INSTALL_SCRIPT = @INSTALL_SCRIPT@
71: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
72: LDFLAGS = @LDFLAGS@
1.1 paf 73: LIBADD_DL = @LIBADD_DL@
74: LIBLTDL = @LIBLTDL@
1.10 paf 75: LIBOBJS = @LIBOBJS@
76: LIBS = @LIBS@
77: LTLIBOBJS = @LTLIBOBJS@
1.1 paf 78: MAKEINFO = @MAKEINFO@
1.6 paf 79: MIME_INCLUDES = @MIME_INCLUDES@
80: MIME_LIBS = @MIME_LIBS@
1.10 paf 81: OBJEXT = @OBJEXT@
1.1 paf 82: P3S = @P3S@
83: PACKAGE = @PACKAGE@
1.10 paf 84: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
85: PACKAGE_NAME = @PACKAGE_NAME@
86: PACKAGE_STRING = @PACKAGE_STRING@
87: PACKAGE_TARNAME = @PACKAGE_TARNAME@
88: PACKAGE_VERSION = @PACKAGE_VERSION@
89: PATH_SEPARATOR = @PATH_SEPARATOR@
1.1 paf 90: RANLIB = @RANLIB@
1.10 paf 91: SET_MAKE = @SET_MAKE@
92: SHELL = @SHELL@
93: STRIP = @STRIP@
1.1 paf 94: VERSION = @VERSION@
95: XML_INCLUDES = @XML_INCLUDES@
96: XML_LIBS = @XML_LIBS@
97: YACC = @YACC@
1.10 paf 98: ac_ct_CC = @ac_ct_CC@
99: ac_ct_CXX = @ac_ct_CXX@
100: ac_ct_RANLIB = @ac_ct_RANLIB@
101: ac_ct_STRIP = @ac_ct_STRIP@
102: am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
103: am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
104: am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
105: am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
106: am__include = @am__include@
107: am__quote = @am__quote@
108: bindir = @bindir@
109: build = @build@
110: build_alias = @build_alias@
111: build_cpu = @build_cpu@
112: build_os = @build_os@
113: build_vendor = @build_vendor@
1.1 paf 114: charsetsdir = @charsetsdir@
1.10 paf 115: commentcharset_koi8r = @commentcharset_koi8r@
116: commentcharset_windows1250 = @commentcharset_windows1250@
117: commentcharset_windows1251 = @commentcharset_windows1251@
118: commentcharset_windows1257 = @commentcharset_windows1257@
119: datadir = @datadir@
1.7 paf 120: dll_extension = @dll_extension@
1.10 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.10 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.4 paf 134: mysql_client = @mysql_client@
1.10 paf 135: oldincludedir = @oldincludedir@
1.4 paf 136: oracle_client = @oracle_client@
137: pgsql_client = @pgsql_client@
1.10 paf 138: prefix = @prefix@
139: program_transform_name = @program_transform_name@
140: sbindir = @sbindir@
141: sharedstatedir = @sharedstatedir@
1.1 paf 142: sqldriversdir = @sqldriversdir@
1.10 paf 143: subdirs = @subdirs@
144: sysconfdir = @sysconfdir@
145: target_alias = @target_alias@
1.11.2.3 paf 146: noinst_HEADERS = pa_version.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_common.h pa_config_auto.h pa_config_fixed.h pa_config_includes.h pa_dictionary.h pa_dir.h pa_exception.h pa_exec.h pa_globals.h pa_hash.h pa_opcode.h pa_memory.h pa_pool.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
1.10 paf 147: subdir = src/include
1.1 paf 148: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
149: CONFIG_HEADER = pa_config_auto.h
1.10 paf 150: CONFIG_CLEAN_FILES =
151: DIST_SOURCES =
152: HEADERS = $(noinst_HEADERS)
153:
154: DIST_COMMON = $(noinst_HEADERS) Makefile.am Makefile.in \
155: pa_config_auto.h.in
156: all: pa_config_auto.h
157: $(MAKE) $(AM_MAKEFLAGS) all-am
1.1 paf 158:
159: .SUFFIXES:
1.10 paf 160: $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
161: cd $(top_srcdir) && \
162: $(AUTOMAKE) --gnu src/include/Makefile
163: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
164: cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
1.1 paf 165:
1.10 paf 166: pa_config_auto.h: stamp-h1
1.1 paf 167: @if test ! -f $@; then \
1.10 paf 168: rm -f stamp-h1; \
169: $(MAKE) stamp-h1; \
1.1 paf 170: else :; fi
171:
1.10 paf 172: stamp-h1: $(srcdir)/pa_config_auto.h.in $(top_builddir)/config.status
173: @rm -f stamp-h1
174: cd $(top_builddir) && $(SHELL) ./config.status src/include/pa_config_auto.h
1.1 paf 175:
1.10 paf 176: $(srcdir)/pa_config_auto.h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4)
177: cd $(top_srcdir) && $(AUTOHEADER)
178: touch $(srcdir)/pa_config_auto.h.in
1.1 paf 179:
180: distclean-hdr:
1.10 paf 181: -rm -f pa_config_auto.h stamp-h1
182: uninstall-info-am:
183:
184: ETAGS = etags
185: ETAGSFLAGS =
1.1 paf 186:
1.10 paf 187: CTAGS = ctags
188: CTAGSFLAGS =
1.1 paf 189:
190: tags: TAGS
191:
1.10 paf 192: ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
193: list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
194: unique=`for i in $$list; do \
195: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
196: done | \
197: $(AWK) ' { files[$$0] = 1; } \
1.1 paf 198: END { for (i in files) print i; }'`; \
1.10 paf 199: mkid -fID $$unique
1.1 paf 200:
1.10 paf 201: TAGS: $(HEADERS) $(SOURCES) pa_config_auto.h.in $(TAGS_DEPENDENCIES) \
202: $(TAGS_FILES) $(LISP)
1.1 paf 203: tags=; \
204: here=`pwd`; \
1.10 paf 205: list='$(SOURCES) $(HEADERS) pa_config_auto.h.in $(LISP) $(TAGS_FILES)'; \
206: unique=`for i in $$list; do \
207: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
208: done | \
209: $(AWK) ' { files[$$0] = 1; } \
1.1 paf 210: END { for (i in files) print i; }'`; \
1.10 paf 211: test -z "$(ETAGS_ARGS)$$tags$$unique" \
212: || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
213: $$tags $$unique
214:
215: ctags: CTAGS
216: CTAGS: $(HEADERS) $(SOURCES) pa_config_auto.h.in $(TAGS_DEPENDENCIES) \
217: $(TAGS_FILES) $(LISP)
218: tags=; \
219: here=`pwd`; \
220: list='$(SOURCES) $(HEADERS) pa_config_auto.h.in $(LISP) $(TAGS_FILES)'; \
221: unique=`for i in $$list; do \
222: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
223: done | \
224: $(AWK) ' { files[$$0] = 1; } \
225: END { for (i in files) print i; }'`; \
226: test -z "$(CTAGS_ARGS)$$tags$$unique" \
227: || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
228: $$tags $$unique
229:
230: GTAGS:
231: here=`$(am__cd) $(top_builddir) && pwd` \
232: && cd $(top_srcdir) \
233: && gtags -i $(GTAGS_ARGS) $$here
1.1 paf 234:
235: distclean-tags:
1.10 paf 236: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
237: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
1.1 paf 238:
1.10 paf 239: top_distdir = ../..
240: distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
1.1 paf 241:
242: distdir: $(DISTFILES)
1.10 paf 243: @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
244: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
245: list='$(DISTFILES)'; for file in $$list; do \
246: case $$file in \
247: $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
248: $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
249: esac; \
250: if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
251: dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
252: if test "$$dir" != "$$file" && test "$$dir" != "."; then \
253: dir="/$$dir"; \
254: $(mkinstalldirs) "$(distdir)$$dir"; \
255: else \
256: dir=''; \
257: fi; \
1.1 paf 258: if test -d $$d/$$file; then \
1.10 paf 259: if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
260: cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
261: fi; \
262: cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
1.1 paf 263: else \
264: test -f $(distdir)/$$file \
1.10 paf 265: || cp -p $$d/$$file $(distdir)/$$file \
266: || exit 1; \
1.1 paf 267: fi; \
268: done
269: check-am: all-am
270: check: check-am
1.10 paf 271: all-am: Makefile $(HEADERS) pa_config_auto.h
272:
273: installdirs:
1.1 paf 274:
1.10 paf 275: install: install-am
1.1 paf 276: install-exec: install-exec-am
277: install-data: install-data-am
1.10 paf 278: uninstall: uninstall-am
1.1 paf 279:
280: install-am: all-am
281: @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1.10 paf 282:
283: installcheck: installcheck-am
1.1 paf 284: install-strip:
1.10 paf 285: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
286: INSTALL_STRIP_FLAG=-s \
287: `test -z '$(STRIP)' || \
288: echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
1.1 paf 289: mostlyclean-generic:
290:
291: clean-generic:
292:
293: distclean-generic:
294: -rm -f Makefile $(CONFIG_CLEAN_FILES)
295:
296: maintainer-clean-generic:
1.10 paf 297: @echo "This command is intended for maintainers to use"
298: @echo "it deletes files that may require special tools to rebuild."
299: clean: clean-am
300:
301: clean-am: clean-generic mostlyclean-am
302:
303: distclean: distclean-am
304:
305: distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
1.1 paf 306:
1.10 paf 307: dvi: dvi-am
308:
309: dvi-am:
310:
311: info: info-am
312:
313: info-am:
1.1 paf 314:
1.10 paf 315: install-data-am:
1.1 paf 316:
1.10 paf 317: install-exec-am:
1.1 paf 318:
1.10 paf 319: install-info: install-info-am
1.1 paf 320:
1.10 paf 321: install-man:
1.1 paf 322:
1.10 paf 323: installcheck-am:
1.1 paf 324:
325: maintainer-clean: maintainer-clean-am
326:
1.10 paf 327: maintainer-clean-am: distclean-am maintainer-clean-generic
328:
329: mostlyclean: mostlyclean-am
330:
331: mostlyclean-am: mostlyclean-generic
332:
333: pdf: pdf-am
334:
335: pdf-am:
336:
337: ps: ps-am
338:
339: ps-am:
340:
341: uninstall-am: uninstall-info-am
1.1 paf 342:
1.10 paf 343: .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic ctags \
344: distclean distclean-generic distclean-hdr distclean-tags \
345: distdir dvi dvi-am info info-am install install-am install-data \
346: install-data-am install-exec install-exec-am install-info \
347: install-info-am install-man install-strip installcheck \
348: installcheck-am installdirs maintainer-clean \
349: maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
350: pdf-am ps ps-am tags uninstall uninstall-am uninstall-info-am
1.1 paf 351:
352: # Tell versions [3.59,3.63) of GNU make to not export all variables.
353: # Otherwise a system limit (for SysV at least) may be exceeded.
354: .NOEXPORT:
E-mail: