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