Annotation of parser3/src/classes/Makefile.in, revision 1.51
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.37 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.22 parser 62: APACHE13 = @APACHE13@
1.28 paf 63: APACHE_LIBS = @APACHE_LIBS@
1.1 paf 64: AWK = @AWK@
65: CC = @CC@
66: CXX = @CXX@
67: INCLTDL = @INCLTDL@
68: LIBADD_DL = @LIBADD_DL@
69: LIBLTDL = @LIBLTDL@
70: MAKEINFO = @MAKEINFO@
1.47 paf 71: MIME_INCLUDES = @MIME_INCLUDES@
72: MIME_LIBS = @MIME_LIBS@
1.22 parser 73: P3S = @P3S@
1.1 paf 74: PACKAGE = @PACKAGE@
75: RANLIB = @RANLIB@
76: VERSION = @VERSION@
1.17 parser 77: XML_INCLUDES = @XML_INCLUDES@
78: XML_LIBS = @XML_LIBS@
1.1 paf 79: YACC = @YACC@
1.36 paf 80: charsetsdir = @charsetsdir@
1.44 paf 81: commentcharset_ = @commentcharset_@
1.49 paf 82: dll_extension = @dll_extension@
1.1 paf 83: host_os = @host_os@
1.44 paf 84: mysql_client = @mysql_client@
85: oracle_client = @oracle_client@
86: pgsql_client = @pgsql_client@
1.37 paf 87: sqldriversdir = @sqldriversdir@
1.3 parser 88:
1.41 paf 89: SUBDIRS = gd smtp
1.46 paf 90: INCLUDES = -I../types -I../sql -I../lib/pcre -Igd @XML_INCLUDES@ -I../lib/md5
1.40 paf 91:
1.18 parser 92: noinst_LIBRARIES = libclasses.a
1.41 paf 93: noinst_HEADERS = classes.h xnode.h
1.48 paf 94: libclasses_a_SOURCES = classes.awk double.C file.C form.C image.C int.C mail.C op.C math.C response.C string.C table.C void.C hash.C date.C xnode.C xdoc.C classes.C
1.40 paf 95:
1.18 parser 96: CLASSES_INC_DEPS = *.C
1.36 paf 97: CLEANFILES = classes.inc
1.40 paf 98:
1.41 paf 99: EXTRA_DIST = classes.dsp
1.1 paf 100: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
1.37 paf 101: CONFIG_HEADER = ../../src/include/pa_config_auto.h
1.1 paf 102: CONFIG_CLEAN_FILES =
103: LIBRARIES = $(noinst_LIBRARIES)
104:
105:
1.37 paf 106: DEFS = @DEFS@ -I. -I$(srcdir) -I../../src/include
1.1 paf 107: CPPFLAGS = @CPPFLAGS@
108: LDFLAGS = @LDFLAGS@
109: LIBS = @LIBS@
110: libclasses_a_LIBADD =
1.33 paf 111: libclasses_a_OBJECTS = double.o file.o form.o image.o int.o mail.o op.o \
112: math.o response.o string.o table.o void.o hash.o date.o xnode.o xdoc.o \
1.48 paf 113: classes.o
1.1 paf 114: AR = ar
115: CXXFLAGS = @CXXFLAGS@
116: CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
117: CXXLD = $(CXX)
1.42 paf 118: CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@
1.41 paf 119: HEADERS = $(noinst_HEADERS)
120:
1.1 paf 121: DIST_COMMON = Makefile.am Makefile.in
122:
123:
124: DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
125:
1.31 paf 126: TAR = tar
1.1 paf 127: GZIP_ENV = --best
1.18 parser 128: DEP_FILES = .deps/classes.P .deps/date.P .deps/double.P .deps/file.P \
1.48 paf 129: .deps/form.P .deps/hash.P .deps/image.P .deps/int.P .deps/mail.P \
130: .deps/math.P .deps/op.P .deps/response.P .deps/string.P .deps/table.P \
131: .deps/void.P .deps/xdoc.P .deps/xnode.P
1.1 paf 132: SOURCES = $(libclasses_a_SOURCES)
133: OBJECTS = $(libclasses_a_OBJECTS)
134:
135: all: all-redirect
136: .SUFFIXES:
1.42 paf 137: .SUFFIXES: .C .S .c .o .s
1.1 paf 138: $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
1.37 paf 139: cd $(top_srcdir) && $(AUTOMAKE) --gnu src/classes/Makefile
1.1 paf 140:
141: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
142: cd $(top_builddir) \
143: && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
144:
145:
146: mostlyclean-noinstLIBRARIES:
147:
148: clean-noinstLIBRARIES:
149: -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
150:
151: distclean-noinstLIBRARIES:
152:
153: maintainer-clean-noinstLIBRARIES:
154:
155: .s.o:
156: $(COMPILE) -c $<
157:
158: .S.o:
159: $(COMPILE) -c $<
160:
161: mostlyclean-compile:
162: -rm -f *.o core *.core
163:
164: clean-compile:
165:
166: distclean-compile:
167: -rm -f *.tab.c
168:
169: maintainer-clean-compile:
170:
171: libclasses.a: $(libclasses_a_OBJECTS) $(libclasses_a_DEPENDENCIES)
172: -rm -f libclasses.a
173: $(AR) cru libclasses.a $(libclasses_a_OBJECTS) $(libclasses_a_LIBADD)
174: $(RANLIB) libclasses.a
175: .C.o:
176: $(CXXCOMPILE) -c $<
177:
178: # This directory's subdirectories are mostly independent; you can cd
179: # into them and run `make' without going through this Makefile.
180: # To change the values of `make' variables: instead of editing Makefiles,
181: # (1) if the variable is set in `config.status', edit `config.status'
182: # (which will cause the Makefiles to be regenerated when you run `make');
183: # (2) otherwise, pass the desired values on the `make' command line.
184:
185: @SET_MAKE@
186:
187: all-recursive install-data-recursive install-exec-recursive \
188: installdirs-recursive install-recursive uninstall-recursive \
189: check-recursive installcheck-recursive info-recursive dvi-recursive:
190: @set fnord $(MAKEFLAGS); amf=$$2; \
191: dot_seen=no; \
192: target=`echo $@ | sed s/-recursive//`; \
193: list='$(SUBDIRS)'; for subdir in $$list; do \
194: echo "Making $$target in $$subdir"; \
195: if test "$$subdir" = "."; then \
196: dot_seen=yes; \
197: local_target="$$target-am"; \
198: else \
199: local_target="$$target"; \
200: fi; \
201: (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
202: || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
203: done; \
204: if test "$$dot_seen" = "no"; then \
205: $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
206: fi; test -z "$$fail"
207:
208: mostlyclean-recursive clean-recursive distclean-recursive \
209: maintainer-clean-recursive:
210: @set fnord $(MAKEFLAGS); amf=$$2; \
211: dot_seen=no; \
212: rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
213: rev="$$subdir $$rev"; \
214: test "$$subdir" = "." && dot_seen=yes; \
215: done; \
216: test "$$dot_seen" = "no" && rev=". $$rev"; \
217: target=`echo $@ | sed s/-recursive//`; \
218: for subdir in $$rev; do \
219: echo "Making $$target in $$subdir"; \
220: if test "$$subdir" = "."; then \
221: local_target="$$target-am"; \
222: else \
223: local_target="$$target"; \
224: fi; \
225: (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
226: || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
227: done && test -z "$$fail"
228: tags-recursive:
229: list='$(SUBDIRS)'; for subdir in $$list; do \
230: test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
231: done
232:
233: tags: TAGS
234:
235: ID: $(HEADERS) $(SOURCES) $(LISP)
236: list='$(SOURCES) $(HEADERS)'; \
237: unique=`for i in $$list; do echo $$i; done | \
238: awk ' { files[$$0] = 1; } \
239: END { for (i in files) print i; }'`; \
240: here=`pwd` && cd $(srcdir) \
241: && mkid -f$$here/ID $$unique $(LISP)
242:
243: TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
244: tags=; \
245: here=`pwd`; \
246: list='$(SUBDIRS)'; for subdir in $$list; do \
247: if test "$$subdir" = .; then :; else \
248: test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
249: fi; \
250: done; \
251: list='$(SOURCES) $(HEADERS)'; \
252: unique=`for i in $$list; do echo $$i; done | \
253: awk ' { files[$$0] = 1; } \
254: END { for (i in files) print i; }'`; \
255: test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
256: || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
257:
258: mostlyclean-tags:
259:
260: clean-tags:
261:
262: distclean-tags:
263: -rm -f TAGS ID
264:
265: maintainer-clean-tags:
266:
267: distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
268:
1.37 paf 269: subdir = src/classes
1.1 paf 270:
271: distdir: $(DISTFILES)
272: here=`cd $(top_builddir) && pwd`; \
273: top_distdir=`cd $(top_distdir) && pwd`; \
274: distdir=`cd $(distdir) && pwd`; \
275: cd $(top_srcdir) \
1.37 paf 276: && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu src/classes/Makefile
1.1 paf 277: @for file in $(DISTFILES); do \
278: d=$(srcdir); \
279: if test -d $$d/$$file; then \
1.31 paf 280: cp -pr $$/$$file $(distdir)/$$file; \
1.1 paf 281: else \
282: test -f $(distdir)/$$file \
283: || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
284: || cp -p $$d/$$file $(distdir)/$$file || :; \
285: fi; \
286: done
1.30 paf 287: for subdir in $(SUBDIRS); do \
1.1 paf 288: if test "$$subdir" = .; then :; else \
289: test -d $(distdir)/$$subdir \
290: || mkdir $(distdir)/$$subdir \
291: || exit 1; \
292: chmod 777 $(distdir)/$$subdir; \
293: (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
294: || exit 1; \
295: fi; \
296: done
297:
298: DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
299:
300: -include $(DEP_FILES)
301:
302: mostlyclean-depend:
303:
304: clean-depend:
305:
306: distclean-depend:
307: -rm -rf .deps
308:
309: maintainer-clean-depend:
310:
311: %.o: %.c
312: @echo '$(COMPILE) -c $<'; \
313: $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
314: @-cp .deps/$(*F).pp .deps/$(*F).P; \
315: tr ' ' '\012' < .deps/$(*F).pp \
316: | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
317: >> .deps/$(*F).P; \
318: rm .deps/$(*F).pp
319:
320: %.lo: %.c
321: @echo '$(LTCOMPILE) -c $<'; \
322: $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
323: @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \
324: < .deps/$(*F).pp > .deps/$(*F).P; \
325: tr ' ' '\012' < .deps/$(*F).pp \
326: | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
327: >> .deps/$(*F).P; \
328: rm -f .deps/$(*F).pp
329:
330: %.o: %.C
331: @echo '$(CXXCOMPILE) -c $<'; \
332: $(CXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
333: @-cp .deps/$(*F).pp .deps/$(*F).P; \
334: tr ' ' '\012' < .deps/$(*F).pp \
335: | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
336: >> .deps/$(*F).P; \
337: rm .deps/$(*F).pp
338:
339: %.lo: %.C
340: @echo '$(LTCXXCOMPILE) -c $<'; \
341: $(LTCXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
342: @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \
343: < .deps/$(*F).pp > .deps/$(*F).P; \
344: tr ' ' '\012' < .deps/$(*F).pp \
345: | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
346: >> .deps/$(*F).P; \
347: rm -f .deps/$(*F).pp
348: info-am:
349: info: info-recursive
350: dvi-am:
351: dvi: dvi-recursive
352: check-am: all-am
353: check: check-recursive
354: installcheck-am:
355: installcheck: installcheck-recursive
356: install-exec-am:
357: install-exec: install-exec-recursive
358:
359: install-data-am:
360: install-data: install-data-recursive
361:
362: install-am: all-am
363: @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
364: install: install-recursive
365: uninstall-am:
366: uninstall: uninstall-recursive
1.41 paf 367: all-am: Makefile $(LIBRARIES) $(HEADERS)
1.1 paf 368: all-redirect: all-recursive
369: install-strip:
370: $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
371: installdirs: installdirs-recursive
372: installdirs-am:
373:
374:
375: mostlyclean-generic:
376:
377: clean-generic:
1.4 parser 378: -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
1.1 paf 379:
380: distclean-generic:
381: -rm -f Makefile $(CONFIG_CLEAN_FILES)
382: -rm -f config.cache config.log stamp-h stamp-h[0-9]*
383:
384: maintainer-clean-generic:
385: mostlyclean-am: mostlyclean-noinstLIBRARIES mostlyclean-compile \
1.42 paf 386: mostlyclean-tags mostlyclean-depend mostlyclean-generic
1.1 paf 387:
388: mostlyclean: mostlyclean-recursive
389:
1.42 paf 390: clean-am: clean-noinstLIBRARIES clean-compile clean-tags clean-depend \
391: clean-generic mostlyclean-am
1.1 paf 392:
393: clean: clean-recursive
394:
395: distclean-am: distclean-noinstLIBRARIES distclean-compile \
1.42 paf 396: distclean-tags distclean-depend distclean-generic \
397: clean-am
1.1 paf 398:
399: distclean: distclean-recursive
400:
401: maintainer-clean-am: maintainer-clean-noinstLIBRARIES \
1.42 paf 402: maintainer-clean-compile maintainer-clean-tags \
403: maintainer-clean-depend maintainer-clean-generic \
404: distclean-am
1.1 paf 405: @echo "This command is intended for maintainers to use;"
406: @echo "it deletes files that may require special tools to rebuild."
407:
408: maintainer-clean: maintainer-clean-recursive
409:
410: .PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
411: clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
412: mostlyclean-compile distclean-compile clean-compile \
1.42 paf 413: maintainer-clean-compile install-data-recursive \
1.1 paf 414: uninstall-data-recursive install-exec-recursive \
415: uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
416: all-recursive check-recursive installcheck-recursive info-recursive \
417: dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
418: maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
419: distclean-tags clean-tags maintainer-clean-tags distdir \
420: mostlyclean-depend distclean-depend clean-depend \
421: maintainer-clean-depend info-am info dvi-am dvi check check-am \
422: installcheck-am installcheck install-exec-am install-exec \
423: install-data-am install-data install-am install uninstall-am uninstall \
424: all-redirect all-am all installdirs-am installdirs mostlyclean-generic \
425: distclean-generic clean-generic maintainer-clean-generic clean \
426: mostlyclean distclean maintainer-clean
427:
428:
1.18 parser 429: classes.inc: classes.awk $(CLASSES_INC_DEPS) Makefile.am
430: echo "/* do not edit. autogenerated by Makefile.am */" > classes.inc
431: echo >> classes.inc
432: ls $(CLASSES_INC_DEPS) | $(AWK) -f classes.awk >> classes.inc
433:
434: classes.C: classes.inc
1.1 paf 435:
436: # Tell versions [3.59,3.63) of GNU make to not export all variables.
437: # Otherwise a system limit (for SysV at least) may be exceeded.
438: .NOEXPORT:
E-mail: