Annotation of parser3/Makefile.in, revision 1.37
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: INCLTDL = @INCLTDL@
68: LIBADD_DL = @LIBADD_DL@
69: LIBLTDL = @LIBLTDL@
70: MAKEINFO = @MAKEINFO@
1.14 paf 71: MIME_INCLUDES = @MIME_INCLUDES@
72: MIME_LIBS = @MIME_LIBS@
1.1 paf 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@
1.10 paf 81: commentcharset_ = @commentcharset_@
1.20 paf 82: dll_extension = @dll_extension@
1.1 paf 83: host_os = @host_os@
1.10 paf 84: mysql_client = @mysql_client@
85: oracle_client = @oracle_client@
86: pgsql_client = @pgsql_client@
1.1 paf 87: sqldriversdir = @sqldriversdir@
88:
1.12 paf 89: SUBDIRS = src etc bin
1.3 paf 90:
1.12 paf 91: EXTRA_DIST = operators.txt parser3.dsw
1.1 paf 92: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
93: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
94: CONFIG_HEADER = ./src/include/pa_config_auto.h
95: CONFIG_CLEAN_FILES =
96: DIST_COMMON = README AUTHORS COPYING ChangeLog INSTALL Makefile.am \
1.36 paf 97: Makefile.in NEWS acconfig.h acinclude.m4 aclocal.m4 config.guess \
98: config.sub configure configure.in install-sh missing mkinstalldirs \
99: src/include/pa_config_auto.h.in src/include/stamp-h.in
1.1 paf 100:
101:
102: DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
103:
104: TAR = tar
105: GZIP_ENV = --best
106: all: all-redirect
107: .SUFFIXES:
108: $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
109: cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile
110:
111: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
112: cd $(top_builddir) \
113: && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
114:
115: $(ACLOCAL_M4): configure.in acinclude.m4
116: cd $(srcdir) && $(ACLOCAL)
117:
118: config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
119: $(SHELL) ./config.status --recheck
120: $(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
121: cd $(srcdir) && $(AUTOCONF)
122:
1.36 paf 123: src/include/pa_config_auto.h: src/include/stamp-h
124: @if test ! -f $@; then \
125: rm -f src/include/stamp-h; \
126: $(MAKE) src/include/stamp-h; \
127: else :; fi
128: src/include/stamp-h: $(srcdir)/src/include/pa_config_auto.h.in $(top_builddir)/config.status
129: cd $(top_builddir) \
130: && CONFIG_FILES= CONFIG_HEADERS=src/include/pa_config_auto.h \
131: $(SHELL) ./config.status
132: @echo timestamp > src/include/stamp-h 2> /dev/null
133: $(srcdir)/src/include/pa_config_auto.h.in: $(srcdir)/src/include/stamp-h.in
134: @if test ! -f $@; then \
135: rm -f $(srcdir)/src/include/stamp-h.in; \
136: $(MAKE) $(srcdir)/src/include/stamp-h.in; \
137: else :; fi
138: $(srcdir)/src/include/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) acconfig.h
139: cd $(top_srcdir) && $(AUTOHEADER)
140: @echo timestamp > $(srcdir)/src/include/stamp-h.in 2> /dev/null
141:
142: mostlyclean-hdr:
143:
144: clean-hdr:
145:
146: distclean-hdr:
147: -rm -f src/include/pa_config_auto.h
148:
149: maintainer-clean-hdr:
150:
1.1 paf 151: # This directory's subdirectories are mostly independent; you can cd
152: # into them and run `make' without going through this Makefile.
153: # To change the values of `make' variables: instead of editing Makefiles,
154: # (1) if the variable is set in `config.status', edit `config.status'
155: # (which will cause the Makefiles to be regenerated when you run `make');
156: # (2) otherwise, pass the desired values on the `make' command line.
157:
158: @SET_MAKE@
159:
160: all-recursive install-data-recursive install-exec-recursive \
161: installdirs-recursive install-recursive uninstall-recursive \
162: check-recursive installcheck-recursive info-recursive dvi-recursive:
163: @set fnord $(MAKEFLAGS); amf=$$2; \
164: dot_seen=no; \
165: target=`echo $@ | sed s/-recursive//`; \
166: list='$(SUBDIRS)'; for subdir in $$list; do \
167: echo "Making $$target in $$subdir"; \
168: if test "$$subdir" = "."; then \
169: dot_seen=yes; \
170: local_target="$$target-am"; \
171: else \
172: local_target="$$target"; \
173: fi; \
174: (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
175: || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
176: done; \
177: if test "$$dot_seen" = "no"; then \
178: $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
179: fi; test -z "$$fail"
180:
181: mostlyclean-recursive clean-recursive distclean-recursive \
182: maintainer-clean-recursive:
183: @set fnord $(MAKEFLAGS); amf=$$2; \
184: dot_seen=no; \
185: rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
186: rev="$$subdir $$rev"; \
187: test "$$subdir" = "." && dot_seen=yes; \
188: done; \
189: test "$$dot_seen" = "no" && rev=". $$rev"; \
190: target=`echo $@ | sed s/-recursive//`; \
191: for subdir in $$rev; do \
192: echo "Making $$target in $$subdir"; \
193: if test "$$subdir" = "."; then \
194: local_target="$$target-am"; \
195: else \
196: local_target="$$target"; \
197: fi; \
198: (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
199: || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
200: done && test -z "$$fail"
201: tags-recursive:
202: list='$(SUBDIRS)'; for subdir in $$list; do \
203: test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
204: done
205:
206: tags: TAGS
207:
208: ID: $(HEADERS) $(SOURCES) $(LISP)
209: list='$(SOURCES) $(HEADERS)'; \
210: unique=`for i in $$list; do echo $$i; done | \
211: awk ' { files[$$0] = 1; } \
212: END { for (i in files) print i; }'`; \
213: here=`pwd` && cd $(srcdir) \
214: && mkid -f$$here/ID $$unique $(LISP)
215:
216: TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
217: tags=; \
218: here=`pwd`; \
219: list='$(SUBDIRS)'; for subdir in $$list; do \
220: if test "$$subdir" = .; then :; else \
221: test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
222: fi; \
223: done; \
224: list='$(SOURCES) $(HEADERS)'; \
225: unique=`for i in $$list; do echo $$i; done | \
226: awk ' { files[$$0] = 1; } \
227: END { for (i in files) print i; }'`; \
228: test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
229: || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
230:
231: mostlyclean-tags:
232:
233: clean-tags:
234:
235: distclean-tags:
236: -rm -f TAGS ID
237:
238: maintainer-clean-tags:
239:
240: distdir = $(PACKAGE)-$(VERSION)
241: top_distdir = $(distdir)
242:
243: # This target untars the dist file and tries a VPATH configuration. Then
244: # it guarantees that the distribution is self-contained by making another
245: # tarfile.
246: distcheck: dist
247: -rm -rf $(distdir)
248: GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
249: mkdir $(distdir)/=build
250: mkdir $(distdir)/=inst
251: dc_install_base=`cd $(distdir)/=inst && pwd`; \
252: cd $(distdir)/=build \
253: && ../configure --srcdir=.. --prefix=$$dc_install_base \
254: && $(MAKE) $(AM_MAKEFLAGS) \
255: && $(MAKE) $(AM_MAKEFLAGS) dvi \
256: && $(MAKE) $(AM_MAKEFLAGS) check \
257: && $(MAKE) $(AM_MAKEFLAGS) install \
258: && $(MAKE) $(AM_MAKEFLAGS) installcheck \
259: && $(MAKE) $(AM_MAKEFLAGS) dist
260: -rm -rf $(distdir)
261: @banner="$(distdir).tar.gz is ready for distribution"; \
262: dashes=`echo "$$banner" | sed s/./=/g`; \
263: echo "$$dashes"; \
264: echo "$$banner"; \
265: echo "$$dashes"
266: dist: distdir
267: -chmod -R a+r $(distdir)
268: GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
269: -rm -rf $(distdir)
270: dist-all: distdir
271: -chmod -R a+r $(distdir)
272: GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
273: -rm -rf $(distdir)
274: distdir: $(DISTFILES)
275: -rm -rf $(distdir)
276: mkdir $(distdir)
277: -chmod 777 $(distdir)
278: here=`cd $(top_builddir) && pwd`; \
279: top_distdir=`cd $(distdir) && pwd`; \
280: distdir=`cd $(distdir) && pwd`; \
281: cd $(top_srcdir) \
282: && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu Makefile
283: @for file in $(DISTFILES); do \
284: d=$(srcdir); \
285: if test -d $$d/$$file; then \
286: cp -pr $$/$$file $(distdir)/$$file; \
287: else \
288: test -f $(distdir)/$$file \
289: || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
290: || cp -p $$d/$$file $(distdir)/$$file || :; \
291: fi; \
292: done
293: for subdir in $(SUBDIRS); do \
294: if test "$$subdir" = .; then :; else \
295: test -d $(distdir)/$$subdir \
296: || mkdir $(distdir)/$$subdir \
297: || exit 1; \
298: chmod 777 $(distdir)/$$subdir; \
299: (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
300: || exit 1; \
301: fi; \
302: done
303: info-am:
304: info: info-recursive
305: dvi-am:
306: dvi: dvi-recursive
307: check-am: all-am
308: check: check-recursive
309: installcheck-am:
310: installcheck: installcheck-recursive
311: install-exec-am:
312: install-exec: install-exec-recursive
313:
314: install-data-am:
315: install-data: install-data-recursive
316:
317: install-am: all-am
318: @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
319: install: install-recursive
320: uninstall-am:
321: uninstall: uninstall-recursive
322: all-am: Makefile
323: all-redirect: all-recursive
324: install-strip:
325: $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
326: installdirs: installdirs-recursive
327: installdirs-am:
328:
329:
330: mostlyclean-generic:
331:
332: clean-generic:
333:
334: distclean-generic:
335: -rm -f Makefile $(CONFIG_CLEAN_FILES)
336: -rm -f config.cache config.log stamp-h stamp-h[0-9]*
337:
338: maintainer-clean-generic:
1.36 paf 339: mostlyclean-am: mostlyclean-hdr mostlyclean-tags mostlyclean-generic
1.1 paf 340:
341: mostlyclean: mostlyclean-recursive
342:
1.36 paf 343: clean-am: clean-hdr clean-tags clean-generic mostlyclean-am
1.1 paf 344:
345: clean: clean-recursive
346:
1.36 paf 347: distclean-am: distclean-hdr distclean-tags distclean-generic clean-am
1.1 paf 348:
349: distclean: distclean-recursive
350: -rm -f config.status
351:
1.36 paf 352: maintainer-clean-am: maintainer-clean-hdr maintainer-clean-tags \
353: maintainer-clean-generic distclean-am
1.1 paf 354: @echo "This command is intended for maintainers to use;"
355: @echo "it deletes files that may require special tools to rebuild."
356:
357: maintainer-clean: maintainer-clean-recursive
358: -rm -f config.status
359:
1.36 paf 360: .PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
361: install-data-recursive uninstall-data-recursive install-exec-recursive \
362: uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
363: all-recursive check-recursive installcheck-recursive info-recursive \
364: dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
1.1 paf 365: maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
366: distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
367: dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
368: install-exec install-data-am install-data install-am install \
369: uninstall-am uninstall all-redirect all-am all installdirs-am \
370: installdirs mostlyclean-generic distclean-generic clean-generic \
371: maintainer-clean-generic clean mostlyclean distclean maintainer-clean
372:
373:
374: libtool: $(LIBTOOL_DEPS)
375: $(SHELL) ./config.status --recheck
376:
1.9 paf 377: update:
1.6 paf 378: cvs update
379: $(MAKE)
380:
1.21 paf 381: commit:
1.25 paf 382: # trick to make 'make' happy at check out time
383: # without this aclocal.m4 never updates
384: # and becomes older than it's prerequisities
1.27 paf 385: # thus causing redundant remaking:
1.25 paf 386: # aclocal+autoconf+automake
387:
1.27 paf 388: cvs commit -m "no message" -f acinclude.m4
389: cvs commit -m "no message" -f acconfig.h
1.28 paf 390: cvs commit -m "no message" -f aclocal.m4
1.24 paf 391: cvs commit -m "no message" -f Makefile.am
392: cvs commit -m "no message" -f Makefile.in
393: cvs commit -m "no message" -f configure
1.25 paf 394:
1.21 paf 395: cvs commit
396:
1.18 paf 397: happy: update install-exec
1.17 paf 398:
1.1 paf 399: # Tell versions [3.59,3.63) of GNU make to not export all variables.
400: # Otherwise a system limit (for SysV at least) may be exceeded.
401: .NOEXPORT:
E-mail: