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