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