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