Annotation of parser3/src/include/Makefile.in, revision 1.2
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@
64: AWK = @AWK@
65: CC = @CC@
66: CXX = @CXX@
67: DB2_INCLUDES = @DB2_INCLUDES@
68: DB2_LIBS = @DB2_LIBS@
69: INCLTDL = @INCLTDL@
70: LIBADD_DL = @LIBADD_DL@
71: LIBLTDL = @LIBLTDL@
72: MAKEINFO = @MAKEINFO@
73: P3S = @P3S@
74: PACKAGE = @PACKAGE@
75: RANLIB = @RANLIB@
76: VERSION = @VERSION@
77: XML_INCLUDES = @XML_INCLUDES@
78: XML_LIBS = @XML_LIBS@
79: YACC = @YACC@
80: charsetsdir = @charsetsdir@
81: host_os = @host_os@
82: rootconfigdir = @rootconfigdir@
83: sqldriversdir = @sqldriversdir@
84:
85: noinst_HEADERS = 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_db_connection.h pa_db_manager.h pa_db_table.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_version.h
86: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
87: CONFIG_HEADER = pa_config_auto.h
88: CONFIG_CLEAN_FILES =
89: HEADERS = $(noinst_HEADERS)
90:
91: DIST_COMMON = ./stamp-h.in Makefile.am Makefile.in pa_config_auto.h.in
92:
93:
94: DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
95:
96: TAR = tar
97: GZIP_ENV = --best
98: all: all-redirect
99: .SUFFIXES:
100: $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
101: cd $(top_srcdir) && $(AUTOMAKE) --gnu src/include/Makefile
102:
103: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
104: cd $(top_builddir) \
105: && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
106:
107:
108: pa_config_auto.h: stamp-h
109: @if test ! -f $@; then \
110: rm -f stamp-h; \
111: $(MAKE) stamp-h; \
112: else :; fi
113: stamp-h: $(srcdir)/pa_config_auto.h.in $(top_builddir)/config.status
114: cd $(top_builddir) \
115: && CONFIG_FILES= CONFIG_HEADERS=src/include/pa_config_auto.h \
116: $(SHELL) ./config.status
117: @echo timestamp > stamp-h 2> /dev/null
118: $(srcdir)/pa_config_auto.h.in: $(srcdir)/stamp-h.in
119: @if test ! -f $@; then \
120: rm -f $(srcdir)/stamp-h.in; \
121: $(MAKE) $(srcdir)/stamp-h.in; \
122: else :; fi
123: $(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4)
124: cd $(top_srcdir) && $(AUTOHEADER)
125: @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
126:
127: mostlyclean-hdr:
128:
129: clean-hdr:
130:
131: distclean-hdr:
132: -rm -f pa_config_auto.h
133:
134: maintainer-clean-hdr:
135:
136: tags: TAGS
137:
138: ID: $(HEADERS) $(SOURCES) $(LISP)
139: list='$(SOURCES) $(HEADERS)'; \
140: unique=`for i in $$list; do echo $$i; done | \
141: awk ' { files[$$0] = 1; } \
142: END { for (i in files) print i; }'`; \
143: here=`pwd` && cd $(srcdir) \
144: && mkid -f$$here/ID $$unique $(LISP)
145:
146: TAGS: $(HEADERS) $(SOURCES) pa_config_auto.h.in $(TAGS_DEPENDENCIES) $(LISP)
147: tags=; \
148: here=`pwd`; \
149: list='$(SOURCES) $(HEADERS)'; \
150: unique=`for i in $$list; do echo $$i; done | \
151: awk ' { files[$$0] = 1; } \
152: END { for (i in files) print i; }'`; \
153: test -z "$(ETAGS_ARGS)pa_config_auto.h.in$$unique$(LISP)$$tags" \
154: || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags pa_config_auto.h.in $$unique $(LISP) -o $$here/TAGS)
155:
156: mostlyclean-tags:
157:
158: clean-tags:
159:
160: distclean-tags:
161: -rm -f TAGS ID
162:
163: maintainer-clean-tags:
164:
165: distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
166:
167: subdir = src/include
168:
169: distdir: $(DISTFILES)
170: here=`cd $(top_builddir) && pwd`; \
171: top_distdir=`cd $(top_distdir) && pwd`; \
172: distdir=`cd $(distdir) && pwd`; \
173: cd $(top_srcdir) \
174: && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu src/include/Makefile
175: @for file in $(DISTFILES); do \
176: d=$(srcdir); \
177: if test -d $$d/$$file; then \
178: cp -pr $$/$$file $(distdir)/$$file; \
179: else \
180: test -f $(distdir)/$$file \
181: || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
182: || cp -p $$d/$$file $(distdir)/$$file || :; \
183: fi; \
184: done
185: info-am:
186: info: info-am
187: dvi-am:
188: dvi: dvi-am
189: check-am: all-am
190: check: check-am
191: installcheck-am:
192: installcheck: installcheck-am
193: all-recursive-am: pa_config_auto.h
194: $(MAKE) $(AM_MAKEFLAGS) all-recursive
195:
196: install-exec-am:
197: install-exec: install-exec-am
198:
199: install-data-am:
200: install-data: install-data-am
201:
202: install-am: all-am
203: @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
204: install: install-am
205: uninstall-am:
206: uninstall: uninstall-am
207: all-am: Makefile $(HEADERS) pa_config_auto.h
208: all-redirect: all-am
209: install-strip:
210: $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
211: installdirs:
212:
213:
214: mostlyclean-generic:
215:
216: clean-generic:
217:
218: distclean-generic:
219: -rm -f Makefile $(CONFIG_CLEAN_FILES)
220: -rm -f config.cache config.log stamp-h stamp-h[0-9]*
221:
222: maintainer-clean-generic:
223: mostlyclean-am: mostlyclean-hdr mostlyclean-tags mostlyclean-generic
224:
225: mostlyclean: mostlyclean-am
226:
227: clean-am: clean-hdr clean-tags clean-generic mostlyclean-am
228:
229: clean: clean-am
230:
231: distclean-am: distclean-hdr distclean-tags distclean-generic clean-am
232:
233: distclean: distclean-am
234:
235: maintainer-clean-am: maintainer-clean-hdr maintainer-clean-tags \
236: maintainer-clean-generic distclean-am
237: @echo "This command is intended for maintainers to use;"
238: @echo "it deletes files that may require special tools to rebuild."
239:
240: maintainer-clean: maintainer-clean-am
241:
242: .PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
243: tags mostlyclean-tags distclean-tags clean-tags maintainer-clean-tags \
244: distdir info-am info dvi-am dvi check check-am installcheck-am \
245: installcheck all-recursive-am install-exec-am install-exec \
246: install-data-am install-data install-am install uninstall-am uninstall \
247: all-redirect all-am all installdirs mostlyclean-generic \
248: distclean-generic clean-generic maintainer-clean-generic clean \
249: mostlyclean distclean maintainer-clean
250:
251:
252: # Tell versions [3.59,3.63) of GNU make to not export all variables.
253: # Otherwise a system limit (for SysV at least) may be exceeded.
254: .NOEXPORT:
E-mail: