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