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