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