Annotation of parser3/src/classes/xalan-patched/Makefile.in, revision 1.2
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@
66: CXX = @CXX@
67: DLLTOOL = @DLLTOOL@
68: INCLTDL = @INCLTDL@
69: LIBADD_DL = @LIBADD_DL@
70: LIBLTDL = @LIBLTDL@
71: LIBTOOL = @LIBTOOL@
72: LIBTOOL_DEPS = @LIBTOOL_DEPS@
73: LN_S = @LN_S@
74: MAKEINFO = @MAKEINFO@
75: OBJDUMP = @OBJDUMP@
1.2 ! parser 76: P3S = @P3S@
1.1 parser 77: PACKAGE = @PACKAGE@
78: RANLIB = @RANLIB@
79: VERSION = @VERSION@
80: XML_INCLUDES = @XML_INCLUDES@
81: XML_LIBS = @XML_LIBS@
82: YACC = @YACC@
83: host_os = @host_os@
84:
85: INCLUDES = -I../../types @XML_INCLUDES@
86:
1.2 ! parser 87: noinst_LIBRARIES = libxalan_patched.a
! 88: libxalan_patched_a_SOURCES = XalanTransformer2.cpp ident.C
1.1 parser 89:
90: IDENT_AWK = ../../ident.awk
91: IDENT_DEPS = *.hpp *.cpp
92: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
93: CONFIG_HEADER = ../../include/pa_config_auto.h
94: CONFIG_CLEAN_FILES =
95: LIBRARIES = $(noinst_LIBRARIES)
96:
97:
98: DEFS = @DEFS@ -I. -I$(srcdir) -I../../include
99: CPPFLAGS = @CPPFLAGS@
100: LDFLAGS = @LDFLAGS@
101: LIBS = @LIBS@
1.2 ! parser 102: libxalan_patched_a_LIBADD =
! 103: libxalan_patched_a_OBJECTS = XalanTransformer2.o ident.o
1.1 parser 104: AR = ar
105: CXXFLAGS = @CXXFLAGS@
106: CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
107: LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
108: CXXLD = $(CXX)
109: CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@
110: DIST_COMMON = Makefile.am Makefile.in
111:
112:
113: DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
114:
115: TAR = gtar
116: GZIP_ENV = --best
117: DEP_FILES = .deps/XalanTransformer2.P .deps/ident.P
1.2 ! parser 118: SOURCES = $(libxalan_patched_a_SOURCES)
! 119: OBJECTS = $(libxalan_patched_a_OBJECTS)
1.1 parser 120:
121: all: all-redirect
122: .SUFFIXES:
123: .SUFFIXES: .C .S .c .cpp .lo .o .s
124: $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
125: cd $(top_srcdir) && $(AUTOMAKE) --gnu classes/xalan-patched/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:
1.2 ! parser 173: libxalan_patched.a: $(libxalan_patched_a_OBJECTS) $(libxalan_patched_a_DEPENDENCIES)
! 174: -rm -f libxalan_patched.a
! 175: $(AR) cru libxalan_patched.a $(libxalan_patched_a_OBJECTS) $(libxalan_patched_a_LIBADD)
! 176: $(RANLIB) libxalan_patched.a
1.1 parser 177: .C.o:
178: $(CXXCOMPILE) -c $<
179: .C.lo:
180: $(LTCXXCOMPILE) -c $<
181: .cpp.o:
182: $(CXXCOMPILE) -c $<
183: .cpp.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 = classes/xalan-patched
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 classes/xalan-patched/Makefile
225: @for file in $(DISTFILES); do \
226: d=$(srcdir); \
227: if test -d $$d/$$file; then \
228: cp -pr $$d/$$file $(distdir)/$$file; \
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:
287: %.o: %.cpp
288: @echo '$(CXXCOMPILE) -c $<'; \
289: $(CXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
290: @-cp .deps/$(*F).pp .deps/$(*F).P; \
291: tr ' ' '\012' < .deps/$(*F).pp \
292: | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
293: >> .deps/$(*F).P; \
294: rm .deps/$(*F).pp
295:
296: %.lo: %.cpp
297: @echo '$(LTCXXCOMPILE) -c $<'; \
298: $(LTCXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
299: @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \
300: < .deps/$(*F).pp > .deps/$(*F).P; \
301: tr ' ' '\012' < .deps/$(*F).pp \
302: | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
303: >> .deps/$(*F).P; \
304: rm -f .deps/$(*F).pp
305: info-am:
306: info: info-am
307: dvi-am:
308: dvi: dvi-am
309: check-am: all-am
310: check: check-am
311: installcheck-am:
312: installcheck: installcheck-am
313: install-exec-am:
314: install-exec: install-exec-am
315:
316: install-data-am:
317: install-data: install-data-am
318:
319: install-am: all-am
320: @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
321: install: install-am
322: uninstall-am:
323: uninstall: uninstall-am
324: all-am: Makefile $(LIBRARIES)
325: all-redirect: all-am
326: install-strip:
327: $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
328: installdirs:
329:
330:
331: mostlyclean-generic:
332:
333: clean-generic:
334:
335: distclean-generic:
336: -rm -f Makefile $(CONFIG_CLEAN_FILES)
337: -rm -f config.cache config.log stamp-h stamp-h[0-9]*
338:
339: maintainer-clean-generic:
340: mostlyclean-am: mostlyclean-noinstLIBRARIES mostlyclean-compile \
341: mostlyclean-libtool mostlyclean-tags mostlyclean-depend \
342: mostlyclean-generic
343:
344: mostlyclean: mostlyclean-am
345:
346: clean-am: clean-noinstLIBRARIES clean-compile clean-libtool clean-tags \
347: clean-depend clean-generic mostlyclean-am
348:
349: clean: clean-am
350:
351: distclean-am: distclean-noinstLIBRARIES distclean-compile \
352: distclean-libtool distclean-tags distclean-depend \
353: distclean-generic clean-am
354: -rm -f libtool
355:
356: distclean: distclean-am
357:
358: maintainer-clean-am: maintainer-clean-noinstLIBRARIES \
359: maintainer-clean-compile maintainer-clean-libtool \
360: maintainer-clean-tags maintainer-clean-depend \
361: maintainer-clean-generic distclean-am
362: @echo "This command is intended for maintainers to use;"
363: @echo "it deletes files that may require special tools to rebuild."
364:
365: maintainer-clean: maintainer-clean-am
366:
367: .PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
368: clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
369: mostlyclean-compile distclean-compile clean-compile \
370: maintainer-clean-compile mostlyclean-libtool distclean-libtool \
371: clean-libtool maintainer-clean-libtool tags mostlyclean-tags \
372: distclean-tags clean-tags maintainer-clean-tags distdir \
373: mostlyclean-depend distclean-depend clean-depend \
374: maintainer-clean-depend info-am info dvi-am dvi check check-am \
375: installcheck-am installcheck install-exec-am install-exec \
376: install-data-am install-data install-am install uninstall-am uninstall \
377: all-redirect all-am all installdirs mostlyclean-generic \
378: distclean-generic clean-generic maintainer-clean-generic clean \
379: mostlyclean distclean maintainer-clean
380:
381:
382: ident.C: $(IDENT_AWK) $(IDENT_DEPS) Makefile.am
383: rm -f ident.C
384: echo // do not edit. autogenerated by Makefile.am > ident.C.new
1.2 ! parser 385: cat $(IDENT_DEPS) | $(AWK) -f $(IDENT_AWK) -v project=xalan_patched >> ident.C.new
1.1 parser 386: mv ident.C.new ident.C
387:
388: # Tell versions [3.59,3.63) of GNU make to not export all variables.
389: # Otherwise a system limit (for SysV at least) may be exceeded.
390: .NOEXPORT:
E-mail: