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