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