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