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