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