Annotation of parser3/src/types/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:
1.28 paf 41: top_builddir = ../..
1.1 paf 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.18 parser 62: APACHE13 = @APACHE13@
1.21 paf 63: APACHE_LIBS = @APACHE_LIBS@
1.1 paf 64: AWK = @AWK@
65: CC = @CC@
66: CXX = @CXX@
67: INCLTDL = @INCLTDL@
68: LIBADD_DL = @LIBADD_DL@
69: LIBLTDL = @LIBLTDL@
70: MAKEINFO = @MAKEINFO@
1.18 parser 71: P3S = @P3S@
1.1 paf 72: PACKAGE = @PACKAGE@
73: RANLIB = @RANLIB@
74: VERSION = @VERSION@
1.13 parser 75: XML_INCLUDES = @XML_INCLUDES@
76: XML_LIBS = @XML_LIBS@
1.1 paf 77: YACC = @YACC@
1.27 paf 78: charsetsdir = @charsetsdir@
1.1 paf 79: host_os = @host_os@
1.29 paf 80: rootconfigdir = @rootconfigdir@
1.28 paf 81: sqldriversdir = @sqldriversdir@
1.2 paf 82:
1.35 ! paf 83: INCLUDES = -I../classes -I../sql -I../pcre -I../classes/gd @XML_INCLUDES@
1.32 paf 84:
1.1 paf 85: noinst_LIBRARIES = libtypes.a
1.35 ! paf 86: noinst_HEADERS = pa_valiased.h pa_value.h pa_vbool.h pa_vclass.h pa_vcode_frame.h pa_vcookie.h pa_vdate.h pa_vdouble.h pa_venv.h pa_vfile.h pa_vform.h pa_vhash.h pa_vimage.h pa_vint.h pa_vjunction.h pa_vmath.h pa_vmethod_frame.h pa_vobject.h pa_vrequest.h pa_vresponse.h pa_vstateless_class.h pa_vstateless_object.h pa_vstatus.h pa_vstring.h pa_vtable.h pa_vvoid.h pa_vxdoc.h pa_vxnode.h pa_wcontext.h pa_wwrapper.h
1.33 paf 87:
1.35 ! paf 88: libtypes_a_SOURCES = pa_valiased.C pa_vcookie.C pa_vfile.C pa_vform.C pa_vimage.C pa_vrequest.C pa_vresponse.C pa_vstateless_class.C pa_vstring.C pa_wcontext.C pa_vtable.C pa_vxnode.C pa_vxdoc.C pa_vstatus.C ident.C
1.32 paf 89:
1.29 paf 90: IDENT_AWK = $(top_srcdir)/src/ident.awk
1.14 parser 91: IDENT_DEPS = *.h *.C
1.1 paf 92: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
1.28 paf 93: CONFIG_HEADER = ../../src/include/pa_config_auto.h
1.1 paf 94: CONFIG_CLEAN_FILES =
95: LIBRARIES = $(noinst_LIBRARIES)
96:
97:
1.28 paf 98: DEFS = @DEFS@ -I. -I$(srcdir) -I../../src/include
1.1 paf 99: CPPFLAGS = @CPPFLAGS@
100: LDFLAGS = @LDFLAGS@
101: LIBS = @LIBS@
102: libtypes_a_LIBADD =
1.25 paf 103: libtypes_a_OBJECTS = pa_valiased.o pa_vcookie.o pa_vfile.o pa_vform.o \
1.26 paf 104: pa_vimage.o pa_vrequest.o pa_vresponse.o pa_vstateless_class.o \
105: pa_vstring.o pa_wcontext.o pa_vtable.o pa_vxnode.o pa_vxdoc.o \
1.35 ! paf 106: pa_vstatus.o ident.o
1.1 paf 107: AR = ar
108: CXXFLAGS = @CXXFLAGS@
109: CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
110: CXXLD = $(CXX)
1.34 paf 111: CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@
1.33 paf 112: HEADERS = $(noinst_HEADERS)
113:
1.1 paf 114: DIST_COMMON = Makefile.am Makefile.in
115:
116:
117: DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
118:
1.23 paf 119: TAR = tar
1.1 paf 120: GZIP_ENV = --best
1.14 parser 121: DEP_FILES = .deps/ident.P .deps/pa_valiased.P .deps/pa_vcookie.P \
1.35 ! paf 122: .deps/pa_vfile.P .deps/pa_vform.P .deps/pa_vimage.P .deps/pa_vrequest.P \
! 123: .deps/pa_vresponse.P .deps/pa_vstateless_class.P .deps/pa_vstatus.P \
! 124: .deps/pa_vstring.P .deps/pa_vtable.P .deps/pa_vxdoc.P .deps/pa_vxnode.P \
1.30 paf 125: .deps/pa_wcontext.P
1.1 paf 126: SOURCES = $(libtypes_a_SOURCES)
127: OBJECTS = $(libtypes_a_OBJECTS)
128:
129: all: all-redirect
130: .SUFFIXES:
1.34 paf 131: .SUFFIXES: .C .S .c .o .s
1.1 paf 132: $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
1.28 paf 133: cd $(top_srcdir) && $(AUTOMAKE) --gnu src/types/Makefile
1.1 paf 134:
135: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
136: cd $(top_builddir) \
137: && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
138:
139:
140: mostlyclean-noinstLIBRARIES:
141:
142: clean-noinstLIBRARIES:
143: -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
144:
145: distclean-noinstLIBRARIES:
146:
147: maintainer-clean-noinstLIBRARIES:
148:
149: .s.o:
150: $(COMPILE) -c $<
151:
152: .S.o:
153: $(COMPILE) -c $<
154:
155: mostlyclean-compile:
156: -rm -f *.o core *.core
157:
158: clean-compile:
159:
160: distclean-compile:
161: -rm -f *.tab.c
162:
163: maintainer-clean-compile:
164:
165: libtypes.a: $(libtypes_a_OBJECTS) $(libtypes_a_DEPENDENCIES)
166: -rm -f libtypes.a
167: $(AR) cru libtypes.a $(libtypes_a_OBJECTS) $(libtypes_a_LIBADD)
168: $(RANLIB) libtypes.a
169: .C.o:
170: $(CXXCOMPILE) -c $<
171:
172: tags: TAGS
173:
174: ID: $(HEADERS) $(SOURCES) $(LISP)
175: list='$(SOURCES) $(HEADERS)'; \
176: unique=`for i in $$list; do echo $$i; done | \
177: awk ' { files[$$0] = 1; } \
178: END { for (i in files) print i; }'`; \
179: here=`pwd` && cd $(srcdir) \
180: && mkid -f$$here/ID $$unique $(LISP)
181:
182: TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
183: tags=; \
184: here=`pwd`; \
185: list='$(SOURCES) $(HEADERS)'; \
186: unique=`for i in $$list; do echo $$i; done | \
187: awk ' { files[$$0] = 1; } \
188: END { for (i in files) print i; }'`; \
189: test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
190: || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
191:
192: mostlyclean-tags:
193:
194: clean-tags:
195:
196: distclean-tags:
197: -rm -f TAGS ID
198:
199: maintainer-clean-tags:
200:
201: distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
202:
1.28 paf 203: subdir = src/types
1.1 paf 204:
205: distdir: $(DISTFILES)
206: here=`cd $(top_builddir) && pwd`; \
207: top_distdir=`cd $(top_distdir) && pwd`; \
208: distdir=`cd $(distdir) && pwd`; \
209: cd $(top_srcdir) \
1.28 paf 210: && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu src/types/Makefile
1.1 paf 211: @for file in $(DISTFILES); do \
212: d=$(srcdir); \
213: if test -d $$d/$$file; then \
1.23 paf 214: cp -pr $$/$$file $(distdir)/$$file; \
1.1 paf 215: else \
216: test -f $(distdir)/$$file \
217: || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
218: || cp -p $$d/$$file $(distdir)/$$file || :; \
219: fi; \
220: done
221:
222: DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
223:
224: -include $(DEP_FILES)
225:
226: mostlyclean-depend:
227:
228: clean-depend:
229:
230: distclean-depend:
231: -rm -rf .deps
232:
233: maintainer-clean-depend:
234:
235: %.o: %.c
236: @echo '$(COMPILE) -c $<'; \
237: $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
238: @-cp .deps/$(*F).pp .deps/$(*F).P; \
239: tr ' ' '\012' < .deps/$(*F).pp \
240: | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
241: >> .deps/$(*F).P; \
242: rm .deps/$(*F).pp
243:
244: %.lo: %.c
245: @echo '$(LTCOMPILE) -c $<'; \
246: $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
247: @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \
248: < .deps/$(*F).pp > .deps/$(*F).P; \
249: tr ' ' '\012' < .deps/$(*F).pp \
250: | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
251: >> .deps/$(*F).P; \
252: rm -f .deps/$(*F).pp
253:
254: %.o: %.C
255: @echo '$(CXXCOMPILE) -c $<'; \
256: $(CXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
257: @-cp .deps/$(*F).pp .deps/$(*F).P; \
258: tr ' ' '\012' < .deps/$(*F).pp \
259: | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
260: >> .deps/$(*F).P; \
261: rm .deps/$(*F).pp
262:
263: %.lo: %.C
264: @echo '$(LTCXXCOMPILE) -c $<'; \
265: $(LTCXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
266: @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \
267: < .deps/$(*F).pp > .deps/$(*F).P; \
268: tr ' ' '\012' < .deps/$(*F).pp \
269: | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
270: >> .deps/$(*F).P; \
271: rm -f .deps/$(*F).pp
272: info-am:
273: info: info-am
274: dvi-am:
275: dvi: dvi-am
276: check-am: all-am
277: check: check-am
278: installcheck-am:
279: installcheck: installcheck-am
280: install-exec-am:
281: install-exec: install-exec-am
282:
283: install-data-am:
284: install-data: install-data-am
285:
286: install-am: all-am
287: @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
288: install: install-am
289: uninstall-am:
290: uninstall: uninstall-am
1.33 paf 291: all-am: Makefile $(LIBRARIES) $(HEADERS)
1.1 paf 292: all-redirect: all-am
293: install-strip:
294: $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
295: installdirs:
296:
297:
298: mostlyclean-generic:
299:
300: clean-generic:
301:
302: distclean-generic:
303: -rm -f Makefile $(CONFIG_CLEAN_FILES)
304: -rm -f config.cache config.log stamp-h stamp-h[0-9]*
305:
306: maintainer-clean-generic:
307: mostlyclean-am: mostlyclean-noinstLIBRARIES mostlyclean-compile \
1.34 paf 308: mostlyclean-tags mostlyclean-depend mostlyclean-generic
1.1 paf 309:
310: mostlyclean: mostlyclean-am
311:
1.34 paf 312: clean-am: clean-noinstLIBRARIES clean-compile clean-tags clean-depend \
313: clean-generic mostlyclean-am
1.1 paf 314:
315: clean: clean-am
316:
317: distclean-am: distclean-noinstLIBRARIES distclean-compile \
1.34 paf 318: distclean-tags distclean-depend distclean-generic \
319: clean-am
1.1 paf 320:
321: distclean: distclean-am
322:
323: maintainer-clean-am: maintainer-clean-noinstLIBRARIES \
1.34 paf 324: maintainer-clean-compile maintainer-clean-tags \
325: maintainer-clean-depend maintainer-clean-generic \
326: distclean-am
1.1 paf 327: @echo "This command is intended for maintainers to use;"
328: @echo "it deletes files that may require special tools to rebuild."
329:
330: maintainer-clean: maintainer-clean-am
331:
332: .PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
333: clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
334: mostlyclean-compile distclean-compile clean-compile \
1.34 paf 335: maintainer-clean-compile tags mostlyclean-tags distclean-tags \
336: clean-tags maintainer-clean-tags distdir mostlyclean-depend \
337: distclean-depend clean-depend maintainer-clean-depend info-am info \
338: dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
339: install-exec install-data-am install-data install-am install \
340: uninstall-am uninstall all-redirect all-am all installdirs \
341: mostlyclean-generic distclean-generic clean-generic \
342: maintainer-clean-generic clean mostlyclean distclean maintainer-clean
1.1 paf 343:
1.14 parser 344:
345: ident.C: $(IDENT_AWK) $(IDENT_DEPS) Makefile.am
346: rm -f ident.C
347: echo // do not edit. autogenerated by Makefile.am > ident.C.new
348: cat $(IDENT_DEPS) | $(AWK) -f $(IDENT_AWK) -v project=types >> ident.C.new
349: mv ident.C.new ident.C
1.1 paf 350:
351: # Tell versions [3.59,3.63) of GNU make to not export all variables.
352: # Otherwise a system limit (for SysV at least) may be exceeded.
353: .NOEXPORT:
E-mail: