Annotation of parser3/src/classes/xalan-patched/Makefile.in, revision 1.4
1.1 parser 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:
41: top_builddir = ../..
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.2 parser 62: APACHE13 = @APACHE13@
1.1 parser 63: AS = @AS@
64: AWK = @AWK@
65: CC = @CC@
1.3 parser 66: CPP_LIBS = @CPP_LIBS@
1.1 parser 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@
1.3 parser 76: MATH_LIBS = @MATH_LIBS@
1.1 parser 77: OBJDUMP = @OBJDUMP@
1.2 parser 78: P3S = @P3S@
1.1 parser 79: PACKAGE = @PACKAGE@
80: RANLIB = @RANLIB@
81: VERSION = @VERSION@
82: XML_INCLUDES = @XML_INCLUDES@
83: XML_LIBS = @XML_LIBS@
84: YACC = @YACC@
85: host_os = @host_os@
86:
87: INCLUDES = -I../../types @XML_INCLUDES@
88:
1.2 parser 89: noinst_LIBRARIES = libxalan_patched.a
90: libxalan_patched_a_SOURCES = XalanTransformer2.cpp ident.C
1.1 parser 91:
92: IDENT_AWK = ../../ident.awk
93: IDENT_DEPS = *.hpp *.cpp
94: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
95: CONFIG_HEADER = ../../include/pa_config_auto.h
96: CONFIG_CLEAN_FILES =
97: LIBRARIES = $(noinst_LIBRARIES)
98:
99:
100: DEFS = @DEFS@ -I. -I$(srcdir) -I../../include
101: CPPFLAGS = @CPPFLAGS@
102: LDFLAGS = @LDFLAGS@
103: LIBS = @LIBS@
1.2 parser 104: libxalan_patched_a_LIBADD =
105: libxalan_patched_a_OBJECTS = XalanTransformer2.o ident.o
1.1 parser 106: AR = ar
107: CXXFLAGS = @CXXFLAGS@
108: CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
109: LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
110: CXXLD = $(CXX)
111: CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@
112: DIST_COMMON = Makefile.am Makefile.in
113:
114:
115: DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
116:
1.4 ! parser 117: TAR = gtar
1.1 parser 118: GZIP_ENV = --best
119: DEP_FILES = .deps/XalanTransformer2.P .deps/ident.P
1.2 parser 120: SOURCES = $(libxalan_patched_a_SOURCES)
121: OBJECTS = $(libxalan_patched_a_OBJECTS)
1.1 parser 122:
123: all: all-redirect
124: .SUFFIXES:
125: .SUFFIXES: .C .S .c .cpp .lo .o .s
126: $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
127: cd $(top_srcdir) && $(AUTOMAKE) --gnu classes/xalan-patched/Makefile
128:
129: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
130: cd $(top_builddir) \
131: && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
132:
133:
134: mostlyclean-noinstLIBRARIES:
135:
136: clean-noinstLIBRARIES:
137: -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
138:
139: distclean-noinstLIBRARIES:
140:
141: maintainer-clean-noinstLIBRARIES:
142:
143: .s.o:
144: $(COMPILE) -c $<
145:
146: .S.o:
147: $(COMPILE) -c $<
148:
149: mostlyclean-compile:
150: -rm -f *.o core *.core
151:
152: clean-compile:
153:
154: distclean-compile:
155: -rm -f *.tab.c
156:
157: maintainer-clean-compile:
158:
159: .s.lo:
160: $(LIBTOOL) --mode=compile $(COMPILE) -c $<
161:
162: .S.lo:
163: $(LIBTOOL) --mode=compile $(COMPILE) -c $<
164:
165: mostlyclean-libtool:
166: -rm -f *.lo
167:
168: clean-libtool:
169: -rm -rf .libs _libs
170:
171: distclean-libtool:
172:
173: maintainer-clean-libtool:
174:
1.2 parser 175: libxalan_patched.a: $(libxalan_patched_a_OBJECTS) $(libxalan_patched_a_DEPENDENCIES)
176: -rm -f libxalan_patched.a
177: $(AR) cru libxalan_patched.a $(libxalan_patched_a_OBJECTS) $(libxalan_patched_a_LIBADD)
178: $(RANLIB) libxalan_patched.a
1.1 parser 179: .C.o:
180: $(CXXCOMPILE) -c $<
181: .C.lo:
182: $(LTCXXCOMPILE) -c $<
183: .cpp.o:
184: $(CXXCOMPILE) -c $<
185: .cpp.lo:
186: $(LTCXXCOMPILE) -c $<
187:
188: tags: TAGS
189:
190: ID: $(HEADERS) $(SOURCES) $(LISP)
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: here=`pwd` && cd $(srcdir) \
196: && mkid -f$$here/ID $$unique $(LISP)
197:
198: TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
199: tags=; \
200: here=`pwd`; \
201: list='$(SOURCES) $(HEADERS)'; \
202: unique=`for i in $$list; do echo $$i; done | \
203: awk ' { files[$$0] = 1; } \
204: END { for (i in files) print i; }'`; \
205: test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
206: || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
207:
208: mostlyclean-tags:
209:
210: clean-tags:
211:
212: distclean-tags:
213: -rm -f TAGS ID
214:
215: maintainer-clean-tags:
216:
217: distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
218:
219: subdir = classes/xalan-patched
220:
221: distdir: $(DISTFILES)
222: here=`cd $(top_builddir) && pwd`; \
223: top_distdir=`cd $(top_distdir) && pwd`; \
224: distdir=`cd $(distdir) && pwd`; \
225: cd $(top_srcdir) \
226: && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu classes/xalan-patched/Makefile
227: @for file in $(DISTFILES); do \
228: d=$(srcdir); \
229: if test -d $$d/$$file; then \
1.4 ! parser 230: cp -pr $$d/$$file $(distdir)/$$file; \
1.1 parser 231: else \
232: test -f $(distdir)/$$file \
233: || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
234: || cp -p $$d/$$file $(distdir)/$$file || :; \
235: fi; \
236: done
237:
238: DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
239:
240: -include $(DEP_FILES)
241:
242: mostlyclean-depend:
243:
244: clean-depend:
245:
246: distclean-depend:
247: -rm -rf .deps
248:
249: maintainer-clean-depend:
250:
251: %.o: %.c
252: @echo '$(COMPILE) -c $<'; \
253: $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
254: @-cp .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 .deps/$(*F).pp
259:
260: %.lo: %.c
261: @echo '$(LTCOMPILE) -c $<'; \
262: $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
263: @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \
264: < .deps/$(*F).pp > .deps/$(*F).P; \
265: tr ' ' '\012' < .deps/$(*F).pp \
266: | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
267: >> .deps/$(*F).P; \
268: rm -f .deps/$(*F).pp
269:
270: %.o: %.C
271: @echo '$(CXXCOMPILE) -c $<'; \
272: $(CXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
273: @-cp .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 .deps/$(*F).pp
278:
279: %.lo: %.C
280: @echo '$(LTCXXCOMPILE) -c $<'; \
281: $(LTCXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
282: @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \
283: < .deps/$(*F).pp > .deps/$(*F).P; \
284: tr ' ' '\012' < .deps/$(*F).pp \
285: | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
286: >> .deps/$(*F).P; \
287: rm -f .deps/$(*F).pp
288:
289: %.o: %.cpp
290: @echo '$(CXXCOMPILE) -c $<'; \
291: $(CXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
292: @-cp .deps/$(*F).pp .deps/$(*F).P; \
293: tr ' ' '\012' < .deps/$(*F).pp \
294: | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
295: >> .deps/$(*F).P; \
296: rm .deps/$(*F).pp
297:
298: %.lo: %.cpp
299: @echo '$(LTCXXCOMPILE) -c $<'; \
300: $(LTCXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
301: @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \
302: < .deps/$(*F).pp > .deps/$(*F).P; \
303: tr ' ' '\012' < .deps/$(*F).pp \
304: | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
305: >> .deps/$(*F).P; \
306: rm -f .deps/$(*F).pp
307: info-am:
308: info: info-am
309: dvi-am:
310: dvi: dvi-am
311: check-am: all-am
312: check: check-am
313: installcheck-am:
314: installcheck: installcheck-am
315: install-exec-am:
316: install-exec: install-exec-am
317:
318: install-data-am:
319: install-data: install-data-am
320:
321: install-am: all-am
322: @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
323: install: install-am
324: uninstall-am:
325: uninstall: uninstall-am
326: all-am: Makefile $(LIBRARIES)
327: all-redirect: all-am
328: install-strip:
329: $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
330: installdirs:
331:
332:
333: mostlyclean-generic:
334:
335: clean-generic:
336:
337: distclean-generic:
338: -rm -f Makefile $(CONFIG_CLEAN_FILES)
339: -rm -f config.cache config.log stamp-h stamp-h[0-9]*
340:
341: maintainer-clean-generic:
342: mostlyclean-am: mostlyclean-noinstLIBRARIES mostlyclean-compile \
343: mostlyclean-libtool mostlyclean-tags mostlyclean-depend \
344: mostlyclean-generic
345:
346: mostlyclean: mostlyclean-am
347:
348: clean-am: clean-noinstLIBRARIES clean-compile clean-libtool clean-tags \
349: clean-depend clean-generic mostlyclean-am
350:
351: clean: clean-am
352:
353: distclean-am: distclean-noinstLIBRARIES distclean-compile \
354: distclean-libtool distclean-tags distclean-depend \
355: distclean-generic clean-am
356: -rm -f libtool
357:
358: distclean: distclean-am
359:
360: maintainer-clean-am: maintainer-clean-noinstLIBRARIES \
361: maintainer-clean-compile maintainer-clean-libtool \
362: maintainer-clean-tags maintainer-clean-depend \
363: maintainer-clean-generic distclean-am
364: @echo "This command is intended for maintainers to use;"
365: @echo "it deletes files that may require special tools to rebuild."
366:
367: maintainer-clean: maintainer-clean-am
368:
369: .PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
370: clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
371: mostlyclean-compile distclean-compile clean-compile \
372: maintainer-clean-compile mostlyclean-libtool distclean-libtool \
373: clean-libtool maintainer-clean-libtool tags mostlyclean-tags \
374: distclean-tags clean-tags maintainer-clean-tags distdir \
375: mostlyclean-depend distclean-depend clean-depend \
376: maintainer-clean-depend info-am info dvi-am dvi check check-am \
377: installcheck-am installcheck install-exec-am install-exec \
378: install-data-am install-data install-am install uninstall-am uninstall \
379: all-redirect all-am all installdirs mostlyclean-generic \
380: distclean-generic clean-generic maintainer-clean-generic clean \
381: mostlyclean distclean maintainer-clean
382:
383:
384: ident.C: $(IDENT_AWK) $(IDENT_DEPS) Makefile.am
385: rm -f ident.C
386: echo // do not edit. autogenerated by Makefile.am > ident.C.new
1.2 parser 387: cat $(IDENT_DEPS) | $(AWK) -f $(IDENT_AWK) -v project=xalan_patched >> ident.C.new
1.1 parser 388: mv ident.C.new ident.C
389:
390: # Tell versions [3.59,3.63) of GNU make to not export all variables.
391: # Otherwise a system limit (for SysV at least) may be exceeded.
392: .NOEXPORT:
E-mail: