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