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