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