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