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