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