Annotation of parser3/src/include/Makefile.in, revision 1.8
1.1 paf 1: # Makefile.in generated automatically by automake 1.4 from Makefile.am
2:
3: # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
4: # This Makefile.in is free software; the Free Software Foundation
5: # gives unlimited permission to copy and/or distribute it,
6: # with or without modifications, as long as this notice is preserved.
7:
8: # This program is distributed in the hope that it will be useful,
9: # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10: # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11: # PARTICULAR PURPOSE.
12:
13:
14: SHELL = @SHELL@
15:
16: srcdir = @srcdir@
17: top_srcdir = @top_srcdir@
18: VPATH = @srcdir@
19: prefix = @prefix@
20: exec_prefix = @exec_prefix@
21:
22: bindir = @bindir@
23: sbindir = @sbindir@
24: libexecdir = @libexecdir@
25: datadir = @datadir@
26: sysconfdir = @sysconfdir@
27: sharedstatedir = @sharedstatedir@
28: localstatedir = @localstatedir@
29: libdir = @libdir@
30: infodir = @infodir@
31: mandir = @mandir@
32: includedir = @includedir@
33: oldincludedir = /usr/include
34:
35: DESTDIR =
36:
37: pkgdatadir = $(datadir)/@PACKAGE@
38: pkglibdir = $(libdir)/@PACKAGE@
39: pkgincludedir = $(includedir)/@PACKAGE@
40:
41: top_builddir = ../..
42:
43: ACLOCAL = @ACLOCAL@
44: AUTOCONF = @AUTOCONF@
45: AUTOMAKE = @AUTOMAKE@
46: AUTOHEADER = @AUTOHEADER@
47:
48: INSTALL = @INSTALL@
49: INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50: INSTALL_DATA = @INSTALL_DATA@
51: INSTALL_SCRIPT = @INSTALL_SCRIPT@
52: transform = @program_transform_name@
53:
54: NORMAL_INSTALL = :
55: PRE_INSTALL = :
56: POST_INSTALL = :
57: NORMAL_UNINSTALL = :
58: PRE_UNINSTALL = :
59: POST_UNINSTALL = :
60: host_alias = @host_alias@
61: host_triplet = @host@
62: APACHE13 = @APACHE13@
63: APACHE_LIBS = @APACHE_LIBS@
1.8 ! paf 64: AS = @AS@
1.1 paf 65: AWK = @AWK@
66: CC = @CC@
67: CXX = @CXX@
1.8 ! paf 68: DLLTOOL = @DLLTOOL@
1.1 paf 69: INCLTDL = @INCLTDL@
70: LIBADD_DL = @LIBADD_DL@
71: LIBLTDL = @LIBLTDL@
1.8 ! paf 72: LIBTOOL = @LIBTOOL@
! 73: LN_S = @LN_S@
1.1 paf 74: MAKEINFO = @MAKEINFO@
1.6 paf 75: MIME_INCLUDES = @MIME_INCLUDES@
76: MIME_LIBS = @MIME_LIBS@
1.8 ! paf 77: OBJDUMP = @OBJDUMP@
1.1 paf 78: P3S = @P3S@
79: PACKAGE = @PACKAGE@
80: RANLIB = @RANLIB@
81: VERSION = @VERSION@
82: XML_INCLUDES = @XML_INCLUDES@
83: XML_LIBS = @XML_LIBS@
84: YACC = @YACC@
85: charsetsdir = @charsetsdir@
1.4 paf 86: commentcharset_ = @commentcharset_@
1.7 paf 87: dll_extension = @dll_extension@
1.1 paf 88: host_os = @host_os@
1.4 paf 89: mysql_client = @mysql_client@
90: oracle_client = @oracle_client@
91: pgsql_client = @pgsql_client@
1.1 paf 92: sqldriversdir = @sqldriversdir@
93:
1.6 paf 94: noinst_HEADERS = pa_version.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_pool.h pa_pragma_pack_begin.h pa_pragma_pack_end.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.1 paf 95: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
96: CONFIG_HEADER = pa_config_auto.h
97: CONFIG_CLEAN_FILES =
98: HEADERS = $(noinst_HEADERS)
99:
100: DIST_COMMON = ./stamp-h.in Makefile.am Makefile.in pa_config_auto.h.in
101:
102:
103: DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
104:
105: TAR = tar
106: GZIP_ENV = --best
107: all: all-redirect
108: .SUFFIXES:
109: $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
110: cd $(top_srcdir) && $(AUTOMAKE) --gnu src/include/Makefile
111:
112: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
113: cd $(top_builddir) \
114: && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
115:
116:
117: pa_config_auto.h: stamp-h
118: @if test ! -f $@; then \
119: rm -f stamp-h; \
120: $(MAKE) stamp-h; \
121: else :; fi
122: stamp-h: $(srcdir)/pa_config_auto.h.in $(top_builddir)/config.status
123: cd $(top_builddir) \
124: && CONFIG_FILES= CONFIG_HEADERS=src/include/pa_config_auto.h \
125: $(SHELL) ./config.status
126: @echo timestamp > stamp-h 2> /dev/null
127: $(srcdir)/pa_config_auto.h.in: $(srcdir)/stamp-h.in
128: @if test ! -f $@; then \
129: rm -f $(srcdir)/stamp-h.in; \
130: $(MAKE) $(srcdir)/stamp-h.in; \
131: else :; fi
132: $(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4)
133: cd $(top_srcdir) && $(AUTOHEADER)
134: @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
135:
136: mostlyclean-hdr:
137:
138: clean-hdr:
139:
140: distclean-hdr:
141: -rm -f pa_config_auto.h
142:
143: maintainer-clean-hdr:
144:
145: tags: TAGS
146:
147: ID: $(HEADERS) $(SOURCES) $(LISP)
148: list='$(SOURCES) $(HEADERS)'; \
149: unique=`for i in $$list; do echo $$i; done | \
150: awk ' { files[$$0] = 1; } \
151: END { for (i in files) print i; }'`; \
152: here=`pwd` && cd $(srcdir) \
153: && mkid -f$$here/ID $$unique $(LISP)
154:
155: TAGS: $(HEADERS) $(SOURCES) pa_config_auto.h.in $(TAGS_DEPENDENCIES) $(LISP)
156: tags=; \
157: here=`pwd`; \
158: list='$(SOURCES) $(HEADERS)'; \
159: unique=`for i in $$list; do echo $$i; done | \
160: awk ' { files[$$0] = 1; } \
161: END { for (i in files) print i; }'`; \
162: test -z "$(ETAGS_ARGS)pa_config_auto.h.in$$unique$(LISP)$$tags" \
163: || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags pa_config_auto.h.in $$unique $(LISP) -o $$here/TAGS)
164:
165: mostlyclean-tags:
166:
167: clean-tags:
168:
169: distclean-tags:
170: -rm -f TAGS ID
171:
172: maintainer-clean-tags:
173:
174: distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
175:
176: subdir = src/include
177:
178: distdir: $(DISTFILES)
179: here=`cd $(top_builddir) && pwd`; \
180: top_distdir=`cd $(top_distdir) && pwd`; \
181: distdir=`cd $(distdir) && pwd`; \
182: cd $(top_srcdir) \
183: && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu src/include/Makefile
184: @for file in $(DISTFILES); do \
185: d=$(srcdir); \
186: if test -d $$d/$$file; then \
187: cp -pr $$/$$file $(distdir)/$$file; \
188: else \
189: test -f $(distdir)/$$file \
190: || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
191: || cp -p $$d/$$file $(distdir)/$$file || :; \
192: fi; \
193: done
194: info-am:
195: info: info-am
196: dvi-am:
197: dvi: dvi-am
198: check-am: all-am
199: check: check-am
200: installcheck-am:
201: installcheck: installcheck-am
202: all-recursive-am: pa_config_auto.h
203: $(MAKE) $(AM_MAKEFLAGS) all-recursive
204:
205: install-exec-am:
206: install-exec: install-exec-am
207:
208: install-data-am:
209: install-data: install-data-am
210:
211: install-am: all-am
212: @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
213: install: install-am
214: uninstall-am:
215: uninstall: uninstall-am
216: all-am: Makefile $(HEADERS) pa_config_auto.h
217: all-redirect: all-am
218: install-strip:
219: $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
220: installdirs:
221:
222:
223: mostlyclean-generic:
224:
225: clean-generic:
226:
227: distclean-generic:
228: -rm -f Makefile $(CONFIG_CLEAN_FILES)
229: -rm -f config.cache config.log stamp-h stamp-h[0-9]*
230:
231: maintainer-clean-generic:
232: mostlyclean-am: mostlyclean-hdr mostlyclean-tags mostlyclean-generic
233:
234: mostlyclean: mostlyclean-am
235:
236: clean-am: clean-hdr clean-tags clean-generic mostlyclean-am
237:
238: clean: clean-am
239:
240: distclean-am: distclean-hdr distclean-tags distclean-generic clean-am
241:
242: distclean: distclean-am
243:
244: maintainer-clean-am: maintainer-clean-hdr maintainer-clean-tags \
245: maintainer-clean-generic distclean-am
246: @echo "This command is intended for maintainers to use;"
247: @echo "it deletes files that may require special tools to rebuild."
248:
249: maintainer-clean: maintainer-clean-am
250:
251: .PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
252: tags mostlyclean-tags distclean-tags clean-tags maintainer-clean-tags \
253: distdir info-am info dvi-am dvi check check-am installcheck-am \
254: installcheck all-recursive-am install-exec-am install-exec \
255: install-data-am install-data install-am install uninstall-am uninstall \
256: all-redirect all-am all installdirs mostlyclean-generic \
257: distclean-generic clean-generic maintainer-clean-generic clean \
258: mostlyclean distclean maintainer-clean
259:
260:
261: # Tell versions [3.59,3.63) of GNU make to not export all variables.
262: # Otherwise a system limit (for SysV at least) may be exceeded.
263: .NOEXPORT:
E-mail: