Annotation of parser3/src/Makefile.in, revision 1.44
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:
1.41 paf 41: top_builddir = ..
1.1 paf 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: AWK = @AWK@
65: CC = @CC@
66: CXX = @CXX@
1.32 paf 67: DB2_INCLUDES = @DB2_INCLUDES@
68: DB2_LIBS = @DB2_LIBS@
1.1 paf 69: INCLTDL = @INCLTDL@
70: LIBADD_DL = @LIBADD_DL@
71: LIBLTDL = @LIBLTDL@
72: MAKEINFO = @MAKEINFO@
1.25 parser 73: P3S = @P3S@
1.1 paf 74: PACKAGE = @PACKAGE@
75: RANLIB = @RANLIB@
76: VERSION = @VERSION@
1.20 parser 77: XML_INCLUDES = @XML_INCLUDES@
78: XML_LIBS = @XML_LIBS@
1.1 paf 79: YACC = @YACC@
1.40 paf 80: charsetsdir = @charsetsdir@
1.1 paf 81: host_os = @host_os@
1.42 paf 82: rootconfigdir = @rootconfigdir@
1.41 paf 83: sqldriversdir = @sqldriversdir@
1.2 paf 84:
1.43 paf 85: SUBDIRS = libltdl pcre include main patches sql types classes targets
86: EXTRA_DIST = ident.awk
1.1 paf 87: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
1.41 paf 88: CONFIG_HEADER = ../src/include/pa_config_auto.h
1.1 paf 89: CONFIG_CLEAN_FILES =
1.41 paf 90: DIST_COMMON = Makefile.am Makefile.in
1.1 paf 91:
92:
93: DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
94:
1.36 paf 95: TAR = tar
1.1 paf 96: GZIP_ENV = --best
97: all: all-redirect
98: .SUFFIXES:
99: $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
1.41 paf 100: cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile
1.1 paf 101:
102: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
103: cd $(top_builddir) \
1.41 paf 104: && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
1.1 paf 105:
106:
107: # This directory's subdirectories are mostly independent; you can cd
108: # into them and run `make' without going through this Makefile.
109: # To change the values of `make' variables: instead of editing Makefiles,
110: # (1) if the variable is set in `config.status', edit `config.status'
111: # (which will cause the Makefiles to be regenerated when you run `make');
112: # (2) otherwise, pass the desired values on the `make' command line.
113:
114: @SET_MAKE@
115:
116: all-recursive install-data-recursive install-exec-recursive \
117: installdirs-recursive install-recursive uninstall-recursive \
118: check-recursive installcheck-recursive info-recursive dvi-recursive:
119: @set fnord $(MAKEFLAGS); amf=$$2; \
120: dot_seen=no; \
121: target=`echo $@ | sed s/-recursive//`; \
122: list='$(SUBDIRS)'; for subdir in $$list; do \
123: echo "Making $$target in $$subdir"; \
124: if test "$$subdir" = "."; then \
125: dot_seen=yes; \
126: local_target="$$target-am"; \
127: else \
128: local_target="$$target"; \
129: fi; \
130: (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
131: || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
132: done; \
133: if test "$$dot_seen" = "no"; then \
134: $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
135: fi; test -z "$$fail"
136:
137: mostlyclean-recursive clean-recursive distclean-recursive \
138: maintainer-clean-recursive:
139: @set fnord $(MAKEFLAGS); amf=$$2; \
140: dot_seen=no; \
141: rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
142: rev="$$subdir $$rev"; \
143: test "$$subdir" = "." && dot_seen=yes; \
144: done; \
145: test "$$dot_seen" = "no" && rev=". $$rev"; \
146: target=`echo $@ | sed s/-recursive//`; \
147: for subdir in $$rev; do \
148: echo "Making $$target in $$subdir"; \
149: if test "$$subdir" = "."; then \
150: local_target="$$target-am"; \
151: else \
152: local_target="$$target"; \
153: fi; \
154: (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
155: || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
156: done && test -z "$$fail"
157: tags-recursive:
158: list='$(SUBDIRS)'; for subdir in $$list; do \
159: test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
160: done
161:
162: tags: TAGS
163:
164: ID: $(HEADERS) $(SOURCES) $(LISP)
165: list='$(SOURCES) $(HEADERS)'; \
166: unique=`for i in $$list; do echo $$i; done | \
167: awk ' { files[$$0] = 1; } \
168: END { for (i in files) print i; }'`; \
169: here=`pwd` && cd $(srcdir) \
170: && mkid -f$$here/ID $$unique $(LISP)
171:
172: TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
173: tags=; \
174: here=`pwd`; \
175: list='$(SUBDIRS)'; for subdir in $$list; do \
176: if test "$$subdir" = .; then :; else \
177: test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
178: fi; \
179: done; \
180: list='$(SOURCES) $(HEADERS)'; \
181: unique=`for i in $$list; do echo $$i; done | \
182: awk ' { files[$$0] = 1; } \
183: END { for (i in files) print i; }'`; \
184: test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
185: || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
186:
187: mostlyclean-tags:
188:
189: clean-tags:
190:
191: distclean-tags:
192: -rm -f TAGS ID
193:
194: maintainer-clean-tags:
195:
1.41 paf 196: distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
197:
198: subdir = src
1.1 paf 199:
200: distdir: $(DISTFILES)
201: here=`cd $(top_builddir) && pwd`; \
1.41 paf 202: top_distdir=`cd $(top_distdir) && pwd`; \
1.1 paf 203: distdir=`cd $(distdir) && pwd`; \
204: cd $(top_srcdir) \
1.41 paf 205: && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu src/Makefile
1.1 paf 206: @for file in $(DISTFILES); do \
207: d=$(srcdir); \
208: if test -d $$d/$$file; then \
1.36 paf 209: cp -pr $$/$$file $(distdir)/$$file; \
1.1 paf 210: else \
211: test -f $(distdir)/$$file \
212: || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
213: || cp -p $$d/$$file $(distdir)/$$file || :; \
214: fi; \
215: done
216: for subdir in $(SUBDIRS); do \
217: if test "$$subdir" = .; then :; else \
218: test -d $(distdir)/$$subdir \
219: || mkdir $(distdir)/$$subdir \
220: || exit 1; \
221: chmod 777 $(distdir)/$$subdir; \
1.41 paf 222: (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
1.1 paf 223: || exit 1; \
224: fi; \
225: done
226: info-am:
227: info: info-recursive
228: dvi-am:
229: dvi: dvi-recursive
230: check-am: all-am
231: check: check-recursive
232: installcheck-am:
233: installcheck: installcheck-recursive
234: install-exec-am:
235: install-exec: install-exec-recursive
236:
237: install-data-am:
238: install-data: install-data-recursive
239:
240: install-am: all-am
241: @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
242: install: install-recursive
243: uninstall-am:
244: uninstall: uninstall-recursive
245: all-am: Makefile
246: all-redirect: all-recursive
247: install-strip:
248: $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
249: installdirs: installdirs-recursive
250: installdirs-am:
251:
252:
253: mostlyclean-generic:
254:
255: clean-generic:
256:
257: distclean-generic:
258: -rm -f Makefile $(CONFIG_CLEAN_FILES)
259: -rm -f config.cache config.log stamp-h stamp-h[0-9]*
260:
261: maintainer-clean-generic:
1.41 paf 262: mostlyclean-am: mostlyclean-tags mostlyclean-generic
1.1 paf 263:
264: mostlyclean: mostlyclean-recursive
265:
1.41 paf 266: clean-am: clean-tags clean-generic mostlyclean-am
1.1 paf 267:
268: clean: clean-recursive
269:
1.41 paf 270: distclean-am: distclean-tags distclean-generic clean-am
1.1 paf 271:
272: distclean: distclean-recursive
273:
1.41 paf 274: maintainer-clean-am: maintainer-clean-tags maintainer-clean-generic \
275: distclean-am
1.1 paf 276: @echo "This command is intended for maintainers to use;"
277: @echo "it deletes files that may require special tools to rebuild."
278:
279: maintainer-clean: maintainer-clean-recursive
280:
1.41 paf 281: .PHONY: install-data-recursive uninstall-data-recursive \
282: install-exec-recursive uninstall-exec-recursive installdirs-recursive \
283: uninstalldirs-recursive all-recursive check-recursive \
284: installcheck-recursive info-recursive dvi-recursive \
285: mostlyclean-recursive distclean-recursive clean-recursive \
1.1 paf 286: maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
287: distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
288: dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
289: install-exec install-data-am install-data install-am install \
290: uninstall-am uninstall all-redirect all-am all installdirs-am \
291: installdirs mostlyclean-generic distclean-generic clean-generic \
292: maintainer-clean-generic clean mostlyclean distclean maintainer-clean
1.40 paf 293:
1.1 paf 294:
295: # Tell versions [3.59,3.63) of GNU make to not export all variables.
296: # Otherwise a system limit (for SysV at least) may be exceeded.
297: .NOEXPORT:
E-mail: