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