Annotation of parser3/src/main/Makefile.in, revision 1.4
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:
1.2 paf 13: # $Id: Makefile.am,v 1.12 2001/04/28 15:47:45 paf Exp $
1.1 paf 14:
15:
16: SHELL = @SHELL@
17:
18: srcdir = @srcdir@
19: top_srcdir = @top_srcdir@
20: VPATH = @srcdir@
21: prefix = @prefix@
22: exec_prefix = @exec_prefix@
23:
24: bindir = @bindir@
25: sbindir = @sbindir@
26: libexecdir = @libexecdir@
27: datadir = @datadir@
28: sysconfdir = @sysconfdir@
29: sharedstatedir = @sharedstatedir@
30: localstatedir = @localstatedir@
31: libdir = @libdir@
32: infodir = @infodir@
33: mandir = @mandir@
34: includedir = @includedir@
35: oldincludedir = /usr/include
36:
37: DESTDIR =
38:
39: pkgdatadir = $(datadir)/@PACKAGE@
40: pkglibdir = $(libdir)/@PACKAGE@
41: pkgincludedir = $(includedir)/@PACKAGE@
42:
43: top_builddir = ..
44:
45: ACLOCAL = @ACLOCAL@
46: AUTOCONF = @AUTOCONF@
47: AUTOMAKE = @AUTOMAKE@
48: AUTOHEADER = @AUTOHEADER@
49:
50: INSTALL = @INSTALL@
51: INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
52: INSTALL_DATA = @INSTALL_DATA@
53: INSTALL_SCRIPT = @INSTALL_SCRIPT@
54: transform = @program_transform_name@
55:
56: NORMAL_INSTALL = :
57: PRE_INSTALL = :
58: POST_INSTALL = :
59: NORMAL_UNINSTALL = :
60: PRE_UNINSTALL = :
61: POST_UNINSTALL = :
62: host_alias = @host_alias@
63: host_triplet = @host@
64: AS = @AS@
65: AWK = @AWK@
66: CC = @CC@
67: CXX = @CXX@
68: DLLTOOL = @DLLTOOL@
69: INCLTDL = @INCLTDL@
70: LIBADD_DL = @LIBADD_DL@
71: LIBLTDL = @LIBLTDL@
72: LIBTOOL = @LIBTOOL@
73: LIBTOOL_DEPS = @LIBTOOL_DEPS@
74: LN_S = @LN_S@
75: MAKEINFO = @MAKEINFO@
76: OBJDUMP = @OBJDUMP@
77: PACKAGE = @PACKAGE@
78: RANLIB = @RANLIB@
79: VERSION = @VERSION@
1.2 paf 80: WIN32_ADDITIONAL_LIBS = @WIN32_ADDITIONAL_LIBS@
1.1 paf 81: YACC = @YACC@
82: host_os = @host_os@
1.3 parser 83:
1.2 paf 84: INCLUDES = -I../include -I../types -I../classes -I../sql -I../pcre -I../libltdl
1.3 parser 85:
1.1 paf 86: noinst_LIBRARIES = libmain.a
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
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: libmain_a_LIBADD =
99: libmain_a_OBJECTS = compile.o compile.tab.o compile_tools.o execute.o \
100: pa_array.o pa_common.o pa_exception.o pa_globals.o pa_hash.o pa_pool.o \
101: pa_request.o pa_string.o pa_table.o untaint.o pa_dir.o pa_exec.o \
102: pa_socks.o pa_sql_driver_manager.o
103: AR = ar
104: CXXFLAGS = @CXXFLAGS@
105: CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
106: LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
107: CXXLD = $(CXX)
108: CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@
109: DIST_COMMON = Makefile.am Makefile.in
110:
111:
112: DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
113:
1.3 parser 114: TAR = gtar
1.1 paf 115: GZIP_ENV = --best
116: DEP_FILES = .deps/compile.P .deps/compile.tab.P .deps/compile_tools.P \
117: .deps/execute.P .deps/pa_array.P .deps/pa_common.P .deps/pa_dir.P \
118: .deps/pa_exception.P .deps/pa_exec.P .deps/pa_globals.P .deps/pa_hash.P \
119: .deps/pa_pool.P .deps/pa_request.P .deps/pa_socks.P \
120: .deps/pa_sql_driver_manager.P .deps/pa_string.P .deps/pa_table.P \
121: .deps/untaint.P
122: SOURCES = $(libmain_a_SOURCES)
123: OBJECTS = $(libmain_a_OBJECTS)
124:
125: all: all-redirect
126: .SUFFIXES:
127: .SUFFIXES: .C .S .c .lo .o .s
128: $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
129: cd $(top_srcdir) && $(AUTOMAKE) --gnu main/Makefile
130:
131: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
132: cd $(top_builddir) \
133: && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
134:
135:
136: mostlyclean-noinstLIBRARIES:
137:
138: clean-noinstLIBRARIES:
139: -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
140:
141: distclean-noinstLIBRARIES:
142:
143: maintainer-clean-noinstLIBRARIES:
144:
145: .s.o:
146: $(COMPILE) -c $<
147:
148: .S.o:
149: $(COMPILE) -c $<
150:
151: mostlyclean-compile:
152: -rm -f *.o core *.core
153:
154: clean-compile:
155:
156: distclean-compile:
157: -rm -f *.tab.c
158:
159: maintainer-clean-compile:
160:
161: .s.lo:
162: $(LIBTOOL) --mode=compile $(COMPILE) -c $<
163:
164: .S.lo:
165: $(LIBTOOL) --mode=compile $(COMPILE) -c $<
166:
167: mostlyclean-libtool:
168: -rm -f *.lo
169:
170: clean-libtool:
171: -rm -rf .libs _libs
172:
173: distclean-libtool:
174:
175: maintainer-clean-libtool:
176:
177: libmain.a: $(libmain_a_OBJECTS) $(libmain_a_DEPENDENCIES)
178: -rm -f libmain.a
179: $(AR) cru libmain.a $(libmain_a_OBJECTS) $(libmain_a_LIBADD)
180: $(RANLIB) libmain.a
181: .C.o:
182: $(CXXCOMPILE) -c $<
183: .C.lo:
184: $(LTCXXCOMPILE) -c $<
185:
186: tags: TAGS
187:
188: ID: $(HEADERS) $(SOURCES) $(LISP)
189: list='$(SOURCES) $(HEADERS)'; \
190: unique=`for i in $$list; do echo $$i; done | \
191: awk ' { files[$$0] = 1; } \
192: END { for (i in files) print i; }'`; \
193: here=`pwd` && cd $(srcdir) \
194: && mkid -f$$here/ID $$unique $(LISP)
195:
196: TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
197: tags=; \
198: here=`pwd`; \
199: list='$(SOURCES) $(HEADERS)'; \
200: unique=`for i in $$list; do echo $$i; done | \
201: awk ' { files[$$0] = 1; } \
202: END { for (i in files) print i; }'`; \
203: test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
204: || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
205:
206: mostlyclean-tags:
207:
208: clean-tags:
209:
210: distclean-tags:
211: -rm -f TAGS ID
212:
213: maintainer-clean-tags:
214:
215: distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
216:
217: subdir = main
218:
219: distdir: $(DISTFILES)
220: here=`cd $(top_builddir) && pwd`; \
221: top_distdir=`cd $(top_distdir) && pwd`; \
222: distdir=`cd $(distdir) && pwd`; \
223: cd $(top_srcdir) \
224: && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu main/Makefile
225: @for file in $(DISTFILES); do \
226: d=$(srcdir); \
227: if test -d $$d/$$file; then \
1.3 parser 228: cp -pr $$d/$$file $(distdir)/$$file; \
1.1 paf 229: else \
230: test -f $(distdir)/$$file \
231: || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
232: || cp -p $$d/$$file $(distdir)/$$file || :; \
233: fi; \
234: done
235:
236: DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
237:
238: -include $(DEP_FILES)
239:
240: mostlyclean-depend:
241:
242: clean-depend:
243:
244: distclean-depend:
245: -rm -rf .deps
246:
247: maintainer-clean-depend:
248:
249: %.o: %.c
250: @echo '$(COMPILE) -c $<'; \
251: $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
252: @-cp .deps/$(*F).pp .deps/$(*F).P; \
253: tr ' ' '\012' < .deps/$(*F).pp \
254: | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
255: >> .deps/$(*F).P; \
256: rm .deps/$(*F).pp
257:
258: %.lo: %.c
259: @echo '$(LTCOMPILE) -c $<'; \
260: $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
261: @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \
262: < .deps/$(*F).pp > .deps/$(*F).P; \
263: tr ' ' '\012' < .deps/$(*F).pp \
264: | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
265: >> .deps/$(*F).P; \
266: rm -f .deps/$(*F).pp
267:
268: %.o: %.C
269: @echo '$(CXXCOMPILE) -c $<'; \
270: $(CXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
271: @-cp .deps/$(*F).pp .deps/$(*F).P; \
272: tr ' ' '\012' < .deps/$(*F).pp \
273: | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
274: >> .deps/$(*F).P; \
275: rm .deps/$(*F).pp
276:
277: %.lo: %.C
278: @echo '$(LTCXXCOMPILE) -c $<'; \
279: $(LTCXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
280: @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \
281: < .deps/$(*F).pp > .deps/$(*F).P; \
282: tr ' ' '\012' < .deps/$(*F).pp \
283: | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
284: >> .deps/$(*F).P; \
285: rm -f .deps/$(*F).pp
286: info-am:
287: info: info-am
288: dvi-am:
289: dvi: dvi-am
290: check-am: all-am
291: check: check-am
292: installcheck-am:
293: installcheck: installcheck-am
294: install-exec-am:
295: install-exec: install-exec-am
296:
297: install-data-am:
298: install-data: install-data-am
299:
300: install-am: all-am
301: @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
302: install: install-am
303: uninstall-am:
304: uninstall: uninstall-am
305: all-am: Makefile $(LIBRARIES)
306: all-redirect: all-am
307: install-strip:
308: $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
309: installdirs:
310:
311:
312: mostlyclean-generic:
313:
314: clean-generic:
315:
316: distclean-generic:
317: -rm -f Makefile $(CONFIG_CLEAN_FILES)
318: -rm -f config.cache config.log stamp-h stamp-h[0-9]*
319:
320: maintainer-clean-generic:
321: mostlyclean-am: mostlyclean-noinstLIBRARIES mostlyclean-compile \
322: mostlyclean-libtool mostlyclean-tags mostlyclean-depend \
323: mostlyclean-generic
324:
325: mostlyclean: mostlyclean-am
326:
327: clean-am: clean-noinstLIBRARIES clean-compile clean-libtool clean-tags \
328: clean-depend clean-generic mostlyclean-am
329:
330: clean: clean-am
331:
332: distclean-am: distclean-noinstLIBRARIES distclean-compile \
333: distclean-libtool distclean-tags distclean-depend \
334: distclean-generic clean-am
335: -rm -f libtool
336:
337: distclean: distclean-am
338:
339: maintainer-clean-am: maintainer-clean-noinstLIBRARIES \
340: maintainer-clean-compile maintainer-clean-libtool \
341: maintainer-clean-tags maintainer-clean-depend \
342: maintainer-clean-generic distclean-am
343: @echo "This command is intended for maintainers to use;"
344: @echo "it deletes files that may require special tools to rebuild."
345:
346: maintainer-clean: maintainer-clean-am
347:
348: .PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
349: clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
350: mostlyclean-compile distclean-compile clean-compile \
351: maintainer-clean-compile mostlyclean-libtool distclean-libtool \
352: clean-libtool maintainer-clean-libtool tags mostlyclean-tags \
353: distclean-tags clean-tags maintainer-clean-tags distdir \
354: mostlyclean-depend distclean-depend clean-depend \
355: maintainer-clean-depend info-am info dvi-am dvi check check-am \
356: installcheck-am installcheck install-exec-am install-exec \
357: install-data-am install-data install-am install uninstall-am uninstall \
358: all-redirect all-am all installdirs mostlyclean-generic \
359: distclean-generic clean-generic maintainer-clean-generic clean \
360: mostlyclean distclean maintainer-clean
361:
362:
363: compile.tab.C: compile.y
364: bison -v $< -o $@
365:
366: # Tell versions [3.59,3.63) of GNU make to not export all variables.
367: # Otherwise a system limit (for SysV at least) may be exceeded.
368: .NOEXPORT:
E-mail: