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