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