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