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