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