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