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