]> matita.cs.unibo.it Git - helm.git/blob - helm/DEVEL/mathml_editor/test/Makefile.in
* this is a large commit
[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 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 noinst_PROGRAMS = editor
103
104 editor_SOURCES = editor.cc guiGTK.c aux.cc
105
106 LDADDS =    $(GMETADOM_LIBS)   $(GDOMEXSLT_LIBS)   $(GTKMATHVIEW_LIBS)   $(top_builddir)/src/.libs/libeditex.a
107
108
109 editor_LDADD = $(LDADDS)
110
111 INCLUDES =    $(GMETADOM_CFLAGS)   $(GDOMEXSLT_CFLAGS)   $(GTKMATHVIEW_CFLAGS)   -I$(top_srcdir)/src
112
113 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
114 CONFIG_HEADER = ../config.h
115 CONFIG_CLEAN_FILES = 
116 noinst_PROGRAMS =  editor$(EXEEXT)
117 PROGRAMS =  $(noinst_PROGRAMS)
118
119
120 DEFS = @DEFS@ -I. -I$(srcdir) -I..
121 LIBS = @LIBS@
122 editor_OBJECTS =  editor.$(OBJEXT) guiGTK.$(OBJEXT) aux.$(OBJEXT)
123 editor_DEPENDENCIES =  $(top_builddir)/src/.libs/libeditex.a
124 editor_LDFLAGS = 
125 CXXFLAGS = @CXXFLAGS@
126 CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
127 LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
128 CXXLD = $(CXX)
129 CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@
130 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
131 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
132 CCLD = $(CC)
133 LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
134 DIST_COMMON =  Makefile.am Makefile.in
135
136
137 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
138
139 TAR = tar
140 GZIP_ENV = --best
141 DEP_FILES =  .deps/aux.P .deps/editor.P .deps/guiGTK.P
142 SOURCES = $(editor_SOURCES)
143 OBJECTS = $(editor_OBJECTS)
144
145 all: all-redirect
146 .SUFFIXES:
147 .SUFFIXES: .S .c .cc .lo .o .obj .s
148 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4) 
149         cd $(top_srcdir) && $(AUTOMAKE) --gnu test/Makefile
150
151 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
152         cd $(top_builddir) \
153           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
154
155
156 mostlyclean-noinstPROGRAMS:
157
158 clean-noinstPROGRAMS:
159         -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
160
161 distclean-noinstPROGRAMS:
162
163 maintainer-clean-noinstPROGRAMS:
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 editor$(EXEEXT): $(editor_OBJECTS) $(editor_DEPENDENCIES)
204         @rm -f editor$(EXEEXT)
205         $(CXXLINK) $(editor_LDFLAGS) $(editor_OBJECTS) $(editor_LDADD) $(LIBS)
206 .cc.o:
207         $(CXXCOMPILE) -c $<
208 .cc.obj:
209         $(CXXCOMPILE) -c `cygpath -w $<`
210 .cc.lo:
211         $(LTCXXCOMPILE) -c $<
212
213 tags: TAGS
214
215 ID: $(HEADERS) $(SOURCES) $(LISP)
216         list='$(SOURCES) $(HEADERS)'; \
217         unique=`for i in $$list; do echo $$i; done | \
218           awk '    { files[$$0] = 1; } \
219                END { for (i in files) print i; }'`; \
220         here=`pwd` && cd $(srcdir) \
221           && mkid -f$$here/ID $$unique $(LISP)
222
223 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
224         tags=; \
225         here=`pwd`; \
226         list='$(SOURCES) $(HEADERS)'; \
227         unique=`for i in $$list; do echo $$i; done | \
228           awk '    { files[$$0] = 1; } \
229                END { for (i in files) print i; }'`; \
230         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
231           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
232
233 mostlyclean-tags:
234
235 clean-tags:
236
237 distclean-tags:
238         -rm -f TAGS ID
239
240 maintainer-clean-tags:
241
242 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
243
244 subdir = test
245
246 distdir: $(DISTFILES)
247         here=`cd $(top_builddir) && pwd`; \
248         top_distdir=`cd $(top_distdir) && pwd`; \
249         distdir=`cd $(distdir) && pwd`; \
250         cd $(top_srcdir) \
251           && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu test/Makefile
252         @for file in $(DISTFILES); do \
253           d=$(srcdir); \
254           if test -d $$d/$$file; then \
255             cp -pr $$d/$$file $(distdir)/$$file; \
256           else \
257             test -f $(distdir)/$$file \
258             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
259             || cp -p $$d/$$file $(distdir)/$$file || :; \
260           fi; \
261         done
262
263 DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
264
265 -include $(DEP_FILES)
266
267 mostlyclean-depend:
268
269 clean-depend:
270
271 distclean-depend:
272         -rm -rf .deps
273
274 maintainer-clean-depend:
275
276 %.o: %.c
277         @echo '$(COMPILE) -c $<'; \
278         $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
279         @-cp .deps/$(*F).pp .deps/$(*F).P; \
280         tr ' ' '\012' < .deps/$(*F).pp \
281           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
282             >> .deps/$(*F).P; \
283         rm .deps/$(*F).pp
284
285 %.lo: %.c
286         @echo '$(LTCOMPILE) -c $<'; \
287         $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
288         @-sed -e 's/^\([^:]*\)\.o[      ]*:/\1.lo \1.o :/' \
289           < .deps/$(*F).pp > .deps/$(*F).P; \
290         tr ' ' '\012' < .deps/$(*F).pp \
291           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
292             >> .deps/$(*F).P; \
293         rm -f .deps/$(*F).pp
294
295 %.o: %.cc
296         @echo '$(CXXCOMPILE) -c $<'; \
297         $(CXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
298         @-cp .deps/$(*F).pp .deps/$(*F).P; \
299         tr ' ' '\012' < .deps/$(*F).pp \
300           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
301             >> .deps/$(*F).P; \
302         rm .deps/$(*F).pp
303
304 %.lo: %.cc
305         @echo '$(LTCXXCOMPILE) -c $<'; \
306         $(LTCXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
307         @-sed -e 's/^\([^:]*\)\.o[      ]*:/\1.lo \1.o :/' \
308           < .deps/$(*F).pp > .deps/$(*F).P; \
309         tr ' ' '\012' < .deps/$(*F).pp \
310           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
311             >> .deps/$(*F).P; \
312         rm -f .deps/$(*F).pp
313 info-am:
314 info: info-am
315 dvi-am:
316 dvi: dvi-am
317 check-am: all-am
318 check: check-am
319 installcheck-am:
320 installcheck: installcheck-am
321 install-exec-am:
322 install-exec: install-exec-am
323
324 install-data-am:
325 install-data: install-data-am
326
327 install-am: all-am
328         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
329 install: install-am
330 uninstall-am:
331 uninstall: uninstall-am
332 all-am: Makefile $(PROGRAMS)
333 all-redirect: all-am
334 install-strip:
335         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
336 installdirs:
337
338
339 mostlyclean-generic:
340
341 clean-generic:
342
343 distclean-generic:
344         -rm -f Makefile $(CONFIG_CLEAN_FILES)
345         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
346
347 maintainer-clean-generic:
348 mostlyclean-am:  mostlyclean-noinstPROGRAMS mostlyclean-compile \
349                 mostlyclean-libtool mostlyclean-tags mostlyclean-depend \
350                 mostlyclean-generic
351
352 mostlyclean: mostlyclean-am
353
354 clean-am:  clean-noinstPROGRAMS clean-compile clean-libtool clean-tags \
355                 clean-depend clean-generic mostlyclean-am
356
357 clean: clean-am
358
359 distclean-am:  distclean-noinstPROGRAMS distclean-compile \
360                 distclean-libtool distclean-tags distclean-depend \
361                 distclean-generic clean-am
362         -rm -f libtool
363
364 distclean: distclean-am
365
366 maintainer-clean-am:  maintainer-clean-noinstPROGRAMS \
367                 maintainer-clean-compile maintainer-clean-libtool \
368                 maintainer-clean-tags maintainer-clean-depend \
369                 maintainer-clean-generic distclean-am
370         @echo "This command is intended for maintainers to use;"
371         @echo "it deletes files that may require special tools to rebuild."
372
373 maintainer-clean: maintainer-clean-am
374
375 .PHONY: mostlyclean-noinstPROGRAMS distclean-noinstPROGRAMS \
376 clean-noinstPROGRAMS maintainer-clean-noinstPROGRAMS \
377 mostlyclean-compile distclean-compile clean-compile \
378 maintainer-clean-compile mostlyclean-libtool distclean-libtool \
379 clean-libtool maintainer-clean-libtool tags mostlyclean-tags \
380 distclean-tags clean-tags maintainer-clean-tags distdir \
381 mostlyclean-depend distclean-depend clean-depend \
382 maintainer-clean-depend info-am info dvi-am dvi check check-am \
383 installcheck-am installcheck install-exec-am install-exec \
384 install-data-am install-data install-am install uninstall-am uninstall \
385 all-redirect all-am all installdirs mostlyclean-generic \
386 distclean-generic clean-generic maintainer-clean-generic clean \
387 mostlyclean distclean maintainer-clean
388
389
390 # Tell versions [3.59,3.63) of GNU make to not export all variables.
391 # Otherwise a system limit (for SysV at least) may be exceeded.
392 .NOEXPORT: