]> matita.cs.unibo.it Git - helm.git/blob - helm/DEVEL/mathml_editor/Makefile.in
Initial revision
[helm.git] / helm / DEVEL / mathml_editor / 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 #EXTRA_DIST = BUGS HISTORY LICENSE aclocal.m4 debian/
14
15
16 SHELL = @SHELL@
17
18 srcdir = @srcdir@
19 top_srcdir = @top_srcdir@
20 VPATH = @srcdir@
21 prefix = @prefix@
22 exec_prefix = @exec_prefix@
23
24 bindir = @bindir@
25 sbindir = @sbindir@
26 libexecdir = @libexecdir@
27 datadir = @datadir@
28 sysconfdir = @sysconfdir@
29 sharedstatedir = @sharedstatedir@
30 localstatedir = @localstatedir@
31 libdir = @libdir@
32 infodir = @infodir@
33 mandir = @mandir@
34 includedir = @includedir@
35 oldincludedir = /usr/include
36
37 DESTDIR =
38
39 pkgdatadir = $(datadir)/@PACKAGE@
40 pkglibdir = $(libdir)/@PACKAGE@
41 pkgincludedir = $(includedir)/@PACKAGE@
42
43 top_builddir = .
44
45 ACLOCAL = @ACLOCAL@
46 AUTOCONF = @AUTOCONF@
47 AUTOMAKE = @AUTOMAKE@
48 AUTOHEADER = @AUTOHEADER@
49
50 INSTALL = @INSTALL@
51 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
52 INSTALL_DATA = @INSTALL_DATA@
53 INSTALL_SCRIPT = @INSTALL_SCRIPT@
54 transform = @program_transform_name@
55
56 NORMAL_INSTALL = :
57 PRE_INSTALL = :
58 POST_INSTALL = :
59 NORMAL_UNINSTALL = :
60 PRE_UNINSTALL = :
61 POST_UNINSTALL = :
62 host_alias = @host_alias@
63 host_triplet = @host@
64 AS = @AS@
65 CC = @CC@
66 CFLAGS = @CFLAGS@
67 CPPFLAGS = @CPPFLAGS@
68 CXX = @CXX@
69 DLLTOOL = @DLLTOOL@
70 ECHO = @ECHO@
71 EDITEX_VERSION_INFO = @EDITEX_VERSION_INFO@
72 EXEEXT = @EXEEXT@
73 GDOMEXSLT_CFLAGS = @GDOMEXSLT_CFLAGS@
74 GDOMEXSLT_LIBS = @GDOMEXSLT_LIBS@
75 GMETADOM_CFLAGS = @GMETADOM_CFLAGS@
76 GMETADOM_LIBS = @GMETADOM_LIBS@
77 GTKMATHVIEW_CFLAGS = @GTKMATHVIEW_CFLAGS@
78 GTKMATHVIEW_LIBS = @GTKMATHVIEW_LIBS@
79 LDFLAGS = @LDFLAGS@
80 LIBTOOL = @LIBTOOL@
81 LN_S = @LN_S@
82 MAKEINFO = @MAKEINFO@
83 OBJDUMP = @OBJDUMP@
84 OBJEXT = @OBJEXT@
85 PACKAGE = @PACKAGE@
86 RANLIB = @RANLIB@
87 STRIP = @STRIP@
88 VERSION = @VERSION@
89
90 SUBDIRS = src test
91 CLEANFILES = core
92
93 bin_SCRIPTS = editex-config
94 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
95 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
96 CONFIG_HEADER = config.h
97 CONFIG_CLEAN_FILES =  editex-config
98 SCRIPTS =  $(bin_SCRIPTS)
99
100 DIST_COMMON =  README ./stamp-h.in AUTHORS COPYING ChangeLog INSTALL \
101 Makefile.am Makefile.in NEWS aclocal.m4 config.guess config.h.in \
102 config.sub configure configure.ac editex-config.in install-sh ltmain.sh \
103 missing mkinstalldirs
104
105
106 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
107
108 TAR = tar
109 GZIP_ENV = --best
110 all: all-redirect
111 .SUFFIXES:
112 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4) 
113         cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile
114
115 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
116         cd $(top_builddir) \
117           && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
118
119 $(ACLOCAL_M4):  configure.ac 
120         cd $(srcdir) && $(ACLOCAL)
121
122 config.status: $(srcdir)/configure.ac $(CONFIG_STATUS_DEPENDENCIES)
123         $(SHELL) ./config.status --recheck
124 $(srcdir)/configure: $(srcdir)/configure.ac $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
125         cd $(srcdir) && $(AUTOCONF)
126
127 config.h: stamp-h
128         @if test ! -f $@; then \
129                 rm -f stamp-h; \
130                 $(MAKE) stamp-h; \
131         else :; fi
132 stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
133         cd $(top_builddir) \
134           && CONFIG_FILES= CONFIG_HEADERS=config.h \
135              $(SHELL) ./config.status
136         @echo timestamp > stamp-h 2> /dev/null
137 $(srcdir)/config.h.in: $(srcdir)/stamp-h.in
138         @if test ! -f $@; then \
139                 rm -f $(srcdir)/stamp-h.in; \
140                 $(MAKE) $(srcdir)/stamp-h.in; \
141         else :; fi
142 $(srcdir)/stamp-h.in: $(top_srcdir)/configure.ac $(ACLOCAL_M4) 
143         cd $(top_srcdir) && $(AUTOHEADER)
144         @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
145
146 mostlyclean-hdr:
147
148 clean-hdr:
149
150 distclean-hdr:
151         -rm -f config.h
152
153 maintainer-clean-hdr:
154 editex-config: $(top_builddir)/config.status editex-config.in
155         cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
156
157 install-binSCRIPTS: $(bin_SCRIPTS)
158         @$(NORMAL_INSTALL)
159         $(mkinstalldirs) $(DESTDIR)$(bindir)
160         @list='$(bin_SCRIPTS)'; for p in $$list; do \
161           if test -f $$p; then \
162             echo " $(INSTALL_SCRIPT) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`"; \
163             $(INSTALL_SCRIPT) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
164           else if test -f $(srcdir)/$$p; then \
165             echo " $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`"; \
166             $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
167           else :; fi; fi; \
168         done
169
170 uninstall-binSCRIPTS:
171         @$(NORMAL_UNINSTALL)
172         list='$(bin_SCRIPTS)'; for p in $$list; do \
173           rm -f $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
174         done
175
176 # This directory's subdirectories are mostly independent; you can cd
177 # into them and run `make' without going through this Makefile.
178 # To change the values of `make' variables: instead of editing Makefiles,
179 # (1) if the variable is set in `config.status', edit `config.status'
180 #     (which will cause the Makefiles to be regenerated when you run `make');
181 # (2) otherwise, pass the desired values on the `make' command line.
182
183 @SET_MAKE@
184
185 all-recursive install-data-recursive install-exec-recursive \
186 installdirs-recursive install-recursive uninstall-recursive  \
187 check-recursive installcheck-recursive info-recursive dvi-recursive:
188         @set fnord $(MAKEFLAGS); amf=$$2; \
189         dot_seen=no; \
190         target=`echo $@ | sed s/-recursive//`; \
191         list='$(SUBDIRS)'; for subdir in $$list; do \
192           echo "Making $$target in $$subdir"; \
193           if test "$$subdir" = "."; then \
194             dot_seen=yes; \
195             local_target="$$target-am"; \
196           else \
197             local_target="$$target"; \
198           fi; \
199           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
200            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
201         done; \
202         if test "$$dot_seen" = "no"; then \
203           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
204         fi; test -z "$$fail"
205
206 mostlyclean-recursive clean-recursive distclean-recursive \
207 maintainer-clean-recursive:
208         @set fnord $(MAKEFLAGS); amf=$$2; \
209         dot_seen=no; \
210         rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
211           rev="$$subdir $$rev"; \
212           test "$$subdir" = "." && dot_seen=yes; \
213         done; \
214         test "$$dot_seen" = "no" && rev=". $$rev"; \
215         target=`echo $@ | sed s/-recursive//`; \
216         for subdir in $$rev; do \
217           echo "Making $$target in $$subdir"; \
218           if test "$$subdir" = "."; then \
219             local_target="$$target-am"; \
220           else \
221             local_target="$$target"; \
222           fi; \
223           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
224            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
225         done && test -z "$$fail"
226 tags-recursive:
227         list='$(SUBDIRS)'; for subdir in $$list; do \
228           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
229         done
230
231 tags: TAGS
232
233 ID: $(HEADERS) $(SOURCES) $(LISP)
234         list='$(SOURCES) $(HEADERS)'; \
235         unique=`for i in $$list; do echo $$i; done | \
236           awk '    { files[$$0] = 1; } \
237                END { for (i in files) print i; }'`; \
238         here=`pwd` && cd $(srcdir) \
239           && mkid -f$$here/ID $$unique $(LISP)
240
241 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) $(LISP)
242         tags=; \
243         here=`pwd`; \
244         list='$(SUBDIRS)'; for subdir in $$list; do \
245    if test "$$subdir" = .; then :; else \
246             test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
247    fi; \
248         done; \
249         list='$(SOURCES) $(HEADERS)'; \
250         unique=`for i in $$list; do echo $$i; done | \
251           awk '    { files[$$0] = 1; } \
252                END { for (i in files) print i; }'`; \
253         test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \
254           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP) -o $$here/TAGS)
255
256 mostlyclean-tags:
257
258 clean-tags:
259
260 distclean-tags:
261         -rm -f TAGS ID
262
263 maintainer-clean-tags:
264
265 distdir = $(PACKAGE)-$(VERSION)
266 top_distdir = $(distdir)
267
268 # This target untars the dist file and tries a VPATH configuration.  Then
269 # it guarantees that the distribution is self-contained by making another
270 # tarfile.
271 distcheck: dist
272         -rm -rf $(distdir)
273         GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
274         mkdir $(distdir)/=build
275         mkdir $(distdir)/=inst
276         dc_install_base=`cd $(distdir)/=inst && pwd`; \
277         cd $(distdir)/=build \
278           && ../configure --srcdir=.. --prefix=$$dc_install_base \
279           && $(MAKE) $(AM_MAKEFLAGS) \
280           && $(MAKE) $(AM_MAKEFLAGS) dvi \
281           && $(MAKE) $(AM_MAKEFLAGS) check \
282           && $(MAKE) $(AM_MAKEFLAGS) install \
283           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
284           && $(MAKE) $(AM_MAKEFLAGS) dist
285         -rm -rf $(distdir)
286         @banner="$(distdir).tar.gz is ready for distribution"; \
287         dashes=`echo "$$banner" | sed s/./=/g`; \
288         echo "$$dashes"; \
289         echo "$$banner"; \
290         echo "$$dashes"
291 dist: distdir
292         -chmod -R a+r $(distdir)
293         GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
294         -rm -rf $(distdir)
295 dist-all: distdir
296         -chmod -R a+r $(distdir)
297         GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
298         -rm -rf $(distdir)
299 distdir: $(DISTFILES)
300         -rm -rf $(distdir)
301         mkdir $(distdir)
302         -chmod 777 $(distdir)
303         here=`cd $(top_builddir) && pwd`; \
304         top_distdir=`cd $(distdir) && pwd`; \
305         distdir=`cd $(distdir) && pwd`; \
306         cd $(top_srcdir) \
307           && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu Makefile
308         @for file in $(DISTFILES); do \
309           d=$(srcdir); \
310           if test -d $$d/$$file; then \
311             cp -pr $$d/$$file $(distdir)/$$file; \
312           else \
313             test -f $(distdir)/$$file \
314             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
315             || cp -p $$d/$$file $(distdir)/$$file || :; \
316           fi; \
317         done
318         for subdir in $(SUBDIRS); do \
319           if test "$$subdir" = .; then :; else \
320             test -d $(distdir)/$$subdir \
321             || mkdir $(distdir)/$$subdir \
322             || exit 1; \
323             chmod 777 $(distdir)/$$subdir; \
324             (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
325               || exit 1; \
326           fi; \
327         done
328 info-am:
329 info: info-recursive
330 dvi-am:
331 dvi: dvi-recursive
332 check-am: all-am
333 check: check-recursive
334 installcheck-am:
335 installcheck: installcheck-recursive
336 all-recursive-am: config.h
337         $(MAKE) $(AM_MAKEFLAGS) all-recursive
338
339 install-exec-am: install-binSCRIPTS
340 install-exec: install-exec-recursive
341
342 install-data-am:
343 install-data: install-data-recursive
344
345 install-am: all-am
346         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
347 install: install-recursive
348 uninstall-am: uninstall-binSCRIPTS
349 uninstall: uninstall-recursive
350 all-am: Makefile $(SCRIPTS) config.h
351 all-redirect: all-recursive-am
352 install-strip:
353         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
354 installdirs: installdirs-recursive
355 installdirs-am:
356         $(mkinstalldirs)  $(DESTDIR)$(bindir)
357
358
359 mostlyclean-generic:
360
361 clean-generic:
362         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
363
364 distclean-generic:
365         -rm -f Makefile $(CONFIG_CLEAN_FILES)
366         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
367
368 maintainer-clean-generic:
369 mostlyclean-am:  mostlyclean-hdr mostlyclean-tags mostlyclean-generic
370
371 mostlyclean: mostlyclean-recursive
372
373 clean-am:  clean-hdr clean-tags clean-generic mostlyclean-am
374
375 clean: clean-recursive
376
377 distclean-am:  distclean-hdr distclean-tags distclean-generic clean-am
378         -rm -f libtool
379
380 distclean: distclean-recursive
381         -rm -f config.status
382
383 maintainer-clean-am:  maintainer-clean-hdr maintainer-clean-tags \
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-recursive
389         -rm -f config.status
390
391 .PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
392 uninstall-binSCRIPTS install-binSCRIPTS install-data-recursive \
393 uninstall-data-recursive install-exec-recursive \
394 uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
395 all-recursive check-recursive installcheck-recursive info-recursive \
396 dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
397 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
398 distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
399 dvi-am dvi check check-am installcheck-am installcheck all-recursive-am \
400 install-exec-am install-exec install-data-am install-data install-am \
401 install uninstall-am uninstall all-redirect all-am all installdirs-am \
402 installdirs mostlyclean-generic distclean-generic clean-generic \
403 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
404
405
406 backup:
407         cd ..; tar cvfz @PACKAGE@-@VERSION@-`date|tr ' ' '_'|tr ':' '_'`.tar.gz @PACKAGE@
408
409 cleanbak:
410         -rm -f `find . -name "*~"`
411
412 lc:
413         @( \
414         CFILES=`find . -name "*.c"`; \
415         HFILES=`find . -name "*.h"`; \
416         CCFILES=`find . -name "*.cc"`; \
417         HHFILES=`find . -name "*.hh"`; \
418         ICCFILES=`find . -name "*.icc"`; \
419         wc -l $$CFILES $$HFILES $$CCFILES $$HHFILES $$ICCFILES | tail -n 1 \
420         )
421
422 # Tell versions [3.59,3.63) of GNU make to not export all variables.
423 # Otherwise a system limit (for SysV at least) may be exceeded.
424 .NOEXPORT: