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