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