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