]> matita.cs.unibo.it Git - helm.git/blob - helm/DEVEL/mathml_editor/src/Makefile.in
* this is a large commit
[helm.git] / helm / DEVEL / mathml_editor / src / Makefile.in
1 # Makefile.in generated automatically by automake 1.4-p4 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@
62 AS = @AS@
63 CC = @CC@
64 CFLAGS = @CFLAGS@
65 CPPFLAGS = @CPPFLAGS@
66 CXX = @CXX@
67 DLLTOOL = @DLLTOOL@
68 ECHO = @ECHO@
69 EDITEX_VERSION_INFO = @EDITEX_VERSION_INFO@
70 EXEEXT = @EXEEXT@
71 GDOMEXSLT_CFLAGS = @GDOMEXSLT_CFLAGS@
72 GDOMEXSLT_LIBS = @GDOMEXSLT_LIBS@
73 GMETADOM_CFLAGS = @GMETADOM_CFLAGS@
74 GMETADOM_LIBS = @GMETADOM_LIBS@
75 GTKMATHVIEW_CFLAGS = @GTKMATHVIEW_CFLAGS@
76 GTKMATHVIEW_LIBS = @GTKMATHVIEW_LIBS@
77 HAVE_OCAMLC = @HAVE_OCAMLC@
78 HAVE_OCAMLDEP = @HAVE_OCAMLDEP@
79 HAVE_OCAMLFIND = @HAVE_OCAMLFIND@
80 HAVE_OCAMLMKLIB = @HAVE_OCAMLMKLIB@
81 HAVE_OCAMLOPT = @HAVE_OCAMLOPT@
82 LDFLAGS = @LDFLAGS@
83 LIBTOOL = @LIBTOOL@
84 LN_S = @LN_S@
85 MAKEINFO = @MAKEINFO@
86 MLGDOME_CFLAGS = @MLGDOME_CFLAGS@
87 OBJDUMP = @OBJDUMP@
88 OBJEXT = @OBJEXT@
89 OCAMLC = @OCAMLC@
90 OCAMLDEP = @OCAMLDEP@
91 OCAMLFIND = @OCAMLFIND@
92 OCAMLMKLIB = @OCAMLMKLIB@
93 OCAMLOPT = @OCAMLOPT@
94 OCAMLSTDLIBDIR = @OCAMLSTDLIBDIR@
95 OCAMLSTUBDIR = @OCAMLSTUBDIR@
96 OCAML_INCLUDE_DIR = @OCAML_INCLUDE_DIR@
97 PACKAGE = @PACKAGE@
98 RANLIB = @RANLIB@
99 STRIP = @STRIP@
100 VERSION = @VERSION@
101
102 lib_LTLIBRARIES = libeditex.la
103
104 libeditex_la_LDFLAGS = -version-info @EDITEX_VERSION_INFO@
105
106 libeditex_la_SOURCES =    Diff.cc   CLoggerConsole.cc   TPushLexer.cc   APushParser.cc   TPushParser.cc   CMathMLFactoryXSLT.cc   CMathMLFactoryXSLTDiff.cc   TDictionary.cc   TDocument.cc   TNode.cc   TTokenizer.cc
107
108
109 pkginclude_HEADERS =    Diff.hh   ALogger.hh   CLoggerConsole.hh   APushLexer.hh   APushParser.hh   AMathMLFactory.hh   CMathMLFactoryXSLT.hh   CMathMLFactoryXSLTDiff.hh   TPushLexer.hh   TPushParser.hh   TTokenizer.hh   TDictionary.hh   TDocument.hh   TNode.hh   TListener.hh   dom.hh
110
111
112 INCLUDES = $(GMETADOM_CFLAGS) $(GDOMEXSLT_CFLAGS)
113 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
114 CONFIG_HEADER = ../config.h
115 CONFIG_CLEAN_FILES = 
116 LTLIBRARIES =  $(lib_LTLIBRARIES)
117
118
119 DEFS = @DEFS@ -I. -I$(srcdir) -I..
120 LIBS = @LIBS@
121 libeditex_la_LIBADD = 
122 libeditex_la_OBJECTS =  Diff.lo CLoggerConsole.lo TPushLexer.lo \
123 APushParser.lo TPushParser.lo CMathMLFactoryXSLT.lo \
124 CMathMLFactoryXSLTDiff.lo TDictionary.lo TDocument.lo TNode.lo \
125 TTokenizer.lo
126 CXXFLAGS = @CXXFLAGS@
127 CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
128 LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
129 CXXLD = $(CXX)
130 CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@
131 HEADERS =  $(pkginclude_HEADERS)
132
133 DIST_COMMON =  Makefile.am Makefile.in
134
135
136 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
137
138 TAR = tar
139 GZIP_ENV = --best
140 DEP_FILES =  .deps/APushParser.P .deps/CLoggerConsole.P \
141 .deps/CMathMLFactoryXSLT.P .deps/CMathMLFactoryXSLTDiff.P .deps/Diff.P \
142 .deps/TDictionary.P .deps/TDocument.P .deps/TNode.P .deps/TPushLexer.P \
143 .deps/TPushParser.P .deps/TTokenizer.P
144 SOURCES = $(libeditex_la_SOURCES)
145 OBJECTS = $(libeditex_la_OBJECTS)
146
147 all: all-redirect
148 .SUFFIXES:
149 .SUFFIXES: .S .c .cc .lo .o .obj .s
150 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4) 
151         cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile
152
153 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
154         cd $(top_builddir) \
155           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
156
157
158 mostlyclean-libLTLIBRARIES:
159
160 clean-libLTLIBRARIES:
161         -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
162
163 distclean-libLTLIBRARIES:
164
165 maintainer-clean-libLTLIBRARIES:
166
167 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
168         @$(NORMAL_INSTALL)
169         $(mkinstalldirs) $(DESTDIR)$(libdir)
170         @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
171           if test -f $$p; then \
172             echo "$(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p"; \
173             $(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p; \
174           else :; fi; \
175         done
176
177 uninstall-libLTLIBRARIES:
178         @$(NORMAL_UNINSTALL)
179         list='$(lib_LTLIBRARIES)'; for p in $$list; do \
180           $(LIBTOOL)  --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
181         done
182
183 # FIXME: We should only use cygpath when building on Windows,
184 # and only if it is available.
185 .c.obj:
186         $(COMPILE) -c `cygpath -w $<`
187
188 .s.o:
189         $(COMPILE) -c $<
190
191 .S.o:
192         $(COMPILE) -c $<
193
194 mostlyclean-compile:
195         -rm -f *.o core *.core
196         -rm -f *.$(OBJEXT)
197
198 clean-compile:
199
200 distclean-compile:
201         -rm -f *.tab.c
202
203 maintainer-clean-compile:
204
205 .s.lo:
206         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
207
208 .S.lo:
209         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
210
211 mostlyclean-libtool:
212         -rm -f *.lo
213
214 clean-libtool:
215         -rm -rf .libs _libs
216
217 distclean-libtool:
218
219 maintainer-clean-libtool:
220
221 libeditex.la: $(libeditex_la_OBJECTS) $(libeditex_la_DEPENDENCIES)
222         $(CXXLINK) -rpath $(libdir) $(libeditex_la_LDFLAGS) $(libeditex_la_OBJECTS) $(libeditex_la_LIBADD) $(LIBS)
223 .cc.o:
224         $(CXXCOMPILE) -c $<
225 .cc.obj:
226         $(CXXCOMPILE) -c `cygpath -w $<`
227 .cc.lo:
228         $(LTCXXCOMPILE) -c $<
229
230 install-pkgincludeHEADERS: $(pkginclude_HEADERS)
231         @$(NORMAL_INSTALL)
232         $(mkinstalldirs) $(DESTDIR)$(pkgincludedir)
233         @list='$(pkginclude_HEADERS)'; for p in $$list; do \
234           if test -f "$$p"; then d= ; else d="$(srcdir)/"; fi; \
235           echo " $(INSTALL_DATA) $$d$$p $(DESTDIR)$(pkgincludedir)/$$p"; \
236           $(INSTALL_DATA) $$d$$p $(DESTDIR)$(pkgincludedir)/$$p; \
237         done
238
239 uninstall-pkgincludeHEADERS:
240         @$(NORMAL_UNINSTALL)
241         list='$(pkginclude_HEADERS)'; for p in $$list; do \
242           rm -f $(DESTDIR)$(pkgincludedir)/$$p; \
243         done
244
245 tags: TAGS
246
247 ID: $(HEADERS) $(SOURCES) $(LISP)
248         list='$(SOURCES) $(HEADERS)'; \
249         unique=`for i in $$list; do echo $$i; done | \
250           awk '    { files[$$0] = 1; } \
251                END { for (i in files) print i; }'`; \
252         here=`pwd` && cd $(srcdir) \
253           && mkid -f$$here/ID $$unique $(LISP)
254
255 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
256         tags=; \
257         here=`pwd`; \
258         list='$(SOURCES) $(HEADERS)'; \
259         unique=`for i in $$list; do echo $$i; done | \
260           awk '    { files[$$0] = 1; } \
261                END { for (i in files) print i; }'`; \
262         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
263           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
264
265 mostlyclean-tags:
266
267 clean-tags:
268
269 distclean-tags:
270         -rm -f TAGS ID
271
272 maintainer-clean-tags:
273
274 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
275
276 subdir = src
277
278 distdir: $(DISTFILES)
279         here=`cd $(top_builddir) && pwd`; \
280         top_distdir=`cd $(top_distdir) && pwd`; \
281         distdir=`cd $(distdir) && pwd`; \
282         cd $(top_srcdir) \
283           && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu src/Makefile
284         @for file in $(DISTFILES); do \
285           d=$(srcdir); \
286           if test -d $$d/$$file; then \
287             cp -pr $$d/$$file $(distdir)/$$file; \
288           else \
289             test -f $(distdir)/$$file \
290             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
291             || cp -p $$d/$$file $(distdir)/$$file || :; \
292           fi; \
293         done
294
295 DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
296
297 -include $(DEP_FILES)
298
299 mostlyclean-depend:
300
301 clean-depend:
302
303 distclean-depend:
304         -rm -rf .deps
305
306 maintainer-clean-depend:
307
308 %.o: %.c
309         @echo '$(COMPILE) -c $<'; \
310         $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
311         @-cp .deps/$(*F).pp .deps/$(*F).P; \
312         tr ' ' '\012' < .deps/$(*F).pp \
313           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
314             >> .deps/$(*F).P; \
315         rm .deps/$(*F).pp
316
317 %.lo: %.c
318         @echo '$(LTCOMPILE) -c $<'; \
319         $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
320         @-sed -e 's/^\([^:]*\)\.o[      ]*:/\1.lo \1.o :/' \
321           < .deps/$(*F).pp > .deps/$(*F).P; \
322         tr ' ' '\012' < .deps/$(*F).pp \
323           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
324             >> .deps/$(*F).P; \
325         rm -f .deps/$(*F).pp
326
327 %.o: %.cc
328         @echo '$(CXXCOMPILE) -c $<'; \
329         $(CXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
330         @-cp .deps/$(*F).pp .deps/$(*F).P; \
331         tr ' ' '\012' < .deps/$(*F).pp \
332           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
333             >> .deps/$(*F).P; \
334         rm .deps/$(*F).pp
335
336 %.lo: %.cc
337         @echo '$(LTCXXCOMPILE) -c $<'; \
338         $(LTCXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
339         @-sed -e 's/^\([^:]*\)\.o[      ]*:/\1.lo \1.o :/' \
340           < .deps/$(*F).pp > .deps/$(*F).P; \
341         tr ' ' '\012' < .deps/$(*F).pp \
342           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
343             >> .deps/$(*F).P; \
344         rm -f .deps/$(*F).pp
345 info-am:
346 info: info-am
347 dvi-am:
348 dvi: dvi-am
349 check-am: all-am
350 check: check-am
351 installcheck-am:
352 installcheck: installcheck-am
353 install-exec-am: install-libLTLIBRARIES
354 install-exec: install-exec-am
355
356 install-data-am: install-pkgincludeHEADERS
357 install-data: install-data-am
358
359 install-am: all-am
360         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
361 install: install-am
362 uninstall-am: uninstall-libLTLIBRARIES uninstall-pkgincludeHEADERS
363 uninstall: uninstall-am
364 all-am: Makefile $(LTLIBRARIES) $(HEADERS)
365 all-redirect: all-am
366 install-strip:
367         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
368 installdirs:
369         $(mkinstalldirs)  $(DESTDIR)$(libdir) $(DESTDIR)$(pkgincludedir)
370
371
372 mostlyclean-generic:
373
374 clean-generic:
375
376 distclean-generic:
377         -rm -f Makefile $(CONFIG_CLEAN_FILES)
378         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
379
380 maintainer-clean-generic:
381 mostlyclean-am:  mostlyclean-libLTLIBRARIES mostlyclean-compile \
382                 mostlyclean-libtool mostlyclean-tags mostlyclean-depend \
383                 mostlyclean-generic
384
385 mostlyclean: mostlyclean-am
386
387 clean-am:  clean-libLTLIBRARIES clean-compile clean-libtool clean-tags \
388                 clean-depend clean-generic mostlyclean-am
389
390 clean: clean-am
391
392 distclean-am:  distclean-libLTLIBRARIES distclean-compile \
393                 distclean-libtool distclean-tags distclean-depend \
394                 distclean-generic clean-am
395         -rm -f libtool
396
397 distclean: distclean-am
398
399 maintainer-clean-am:  maintainer-clean-libLTLIBRARIES \
400                 maintainer-clean-compile maintainer-clean-libtool \
401                 maintainer-clean-tags maintainer-clean-depend \
402                 maintainer-clean-generic distclean-am
403         @echo "This command is intended for maintainers to use;"
404         @echo "it deletes files that may require special tools to rebuild."
405
406 maintainer-clean: maintainer-clean-am
407
408 .PHONY: mostlyclean-libLTLIBRARIES distclean-libLTLIBRARIES \
409 clean-libLTLIBRARIES maintainer-clean-libLTLIBRARIES \
410 uninstall-libLTLIBRARIES install-libLTLIBRARIES mostlyclean-compile \
411 distclean-compile clean-compile maintainer-clean-compile \
412 mostlyclean-libtool distclean-libtool clean-libtool \
413 maintainer-clean-libtool uninstall-pkgincludeHEADERS \
414 install-pkgincludeHEADERS tags mostlyclean-tags distclean-tags \
415 clean-tags maintainer-clean-tags distdir mostlyclean-depend \
416 distclean-depend clean-depend maintainer-clean-depend info-am info \
417 dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
418 install-exec install-data-am install-data install-am install \
419 uninstall-am uninstall all-redirect all-am all installdirs \
420 mostlyclean-generic distclean-generic clean-generic \
421 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
422
423
424 # Tell versions [3.59,3.63) of GNU make to not export all variables.
425 # Otherwise a system limit (for SysV at least) may be exceeded.
426 .NOEXPORT: