[svn-upgrade] Integrating new upstream version, mimetic (0.9.3)
[debian/mimetic.git] / Makefile.in
1 # Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
2
3 # Copyright (C) 1994, 1995-8, 1999, 2001 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 build_alias = @build_alias@
61 build_triplet = @build@
62 host_alias = @host_alias@
63 host_triplet = @host@
64 target_alias = @target_alias@
65 target_triplet = @target@
66 AR = @AR@
67 AS = @AS@
68 CC = @CC@
69 CXX = @CXX@
70 CXXCPP = @CXXCPP@
71 DLLTOOL = @DLLTOOL@
72 ECHO = @ECHO@
73 EGREP = @EGREP@
74 EXEEXT = @EXEEXT@
75 F77 = @F77@
76 GCJ = @GCJ@
77 GCJFLAGS = @GCJFLAGS@
78 HAVE_LIB = @HAVE_LIB@
79 INCLUDEDIR = @INCLUDEDIR@
80 LIB = @LIB@
81 LIBTOOL = @LIBTOOL@
82 LN_S = @LN_S@
83 LTLIB = @LTLIB@
84 MAKEINFO = @MAKEINFO@
85 OBJDUMP = @OBJDUMP@
86 OBJEXT = @OBJEXT@
87 PACKAGE = @PACKAGE@
88 RANLIB = @RANLIB@
89 RC = @RC@
90 STRIP = @STRIP@
91 VERSION = @VERSION@
92
93 MAINTAINERCLEANFILES = Makefile Makefile.in config.cache
94 SUBDIRS = mimetic doc examples test win32
95 INCLUDES = -I$(top_srcdir)
96 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
97 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
98 CONFIG_HEADER = ./mimetic/config.h
99 CONFIG_CLEAN_FILES = 
100 DIST_COMMON =  README AUTHORS COPYING ChangeLog INSTALL Makefile.am \
101 Makefile.in NEWS TODO aclocal.m4 config.guess config.sub configure \
102 configure.in install-sh ltmain.sh mimetic/config.h.in \
103 mimetic/stamp-h.in 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.in $(ACLOCAL_M4) 
113         cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps Makefile
114
115 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
116         cd $(top_builddir) \
117           && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
118
119 $(ACLOCAL_M4):  configure.in 
120         cd $(srcdir) && $(ACLOCAL)
121
122 config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
123         $(SHELL) ./config.status --recheck
124 $(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
125         cd $(srcdir) && $(AUTOCONF)
126
127 mimetic/config.h: mimetic/stamp-h
128         @if test ! -f $@; then \
129                 rm -f mimetic/stamp-h; \
130                 $(MAKE) mimetic/stamp-h; \
131         else :; fi
132 mimetic/stamp-h: $(srcdir)/mimetic/config.h.in $(top_builddir)/config.status
133         cd $(top_builddir) \
134           && CONFIG_FILES= CONFIG_HEADERS=mimetic/config.h \
135              $(SHELL) ./config.status
136         @echo timestamp > mimetic/stamp-h 2> /dev/null
137 $(srcdir)/mimetic/config.h.in: $(srcdir)/mimetic/stamp-h.in
138         @if test ! -f $@; then \
139                 rm -f $(srcdir)/mimetic/stamp-h.in; \
140                 $(MAKE) $(srcdir)/mimetic/stamp-h.in; \
141         else :; fi
142 $(srcdir)/mimetic/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) 
143         cd $(top_srcdir) && $(AUTOHEADER)
144         @echo timestamp > $(srcdir)/mimetic/stamp-h.in 2> /dev/null
145
146 mostlyclean-hdr:
147
148 clean-hdr:
149
150 distclean-hdr:
151         -rm -f mimetic/config.h
152
153 maintainer-clean-hdr:
154
155 # This directory's subdirectories are mostly independent; you can cd
156 # into them and run `make' without going through this Makefile.
157 # To change the values of `make' variables: instead of editing Makefiles,
158 # (1) if the variable is set in `config.status', edit `config.status'
159 #     (which will cause the Makefiles to be regenerated when you run `make');
160 # (2) otherwise, pass the desired values on the `make' command line.
161
162 @SET_MAKE@
163
164 all-recursive install-data-recursive install-exec-recursive \
165 installdirs-recursive install-recursive uninstall-recursive  \
166 check-recursive installcheck-recursive info-recursive dvi-recursive:
167         @set fnord $(MAKEFLAGS); amf=$$2; \
168         dot_seen=no; \
169         target=`echo $@ | sed s/-recursive//`; \
170         list='$(SUBDIRS)'; for subdir in $$list; do \
171           echo "Making $$target in $$subdir"; \
172           if test "$$subdir" = "."; then \
173             dot_seen=yes; \
174             local_target="$$target-am"; \
175           else \
176             local_target="$$target"; \
177           fi; \
178           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
179            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
180         done; \
181         if test "$$dot_seen" = "no"; then \
182           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
183         fi; test -z "$$fail"
184
185 mostlyclean-recursive clean-recursive distclean-recursive \
186 maintainer-clean-recursive:
187         @set fnord $(MAKEFLAGS); amf=$$2; \
188         dot_seen=no; \
189         rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
190           rev="$$subdir $$rev"; \
191           test "$$subdir" != "." || dot_seen=yes; \
192         done; \
193         test "$$dot_seen" = "no" && rev=". $$rev"; \
194         target=`echo $@ | sed s/-recursive//`; \
195         for subdir in $$rev; do \
196           echo "Making $$target in $$subdir"; \
197           if test "$$subdir" = "."; then \
198             local_target="$$target-am"; \
199           else \
200             local_target="$$target"; \
201           fi; \
202           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
203            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
204         done && test -z "$$fail"
205 tags-recursive:
206         list='$(SUBDIRS)'; for subdir in $$list; do \
207           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
208         done
209
210 tags: TAGS
211
212 ID: $(HEADERS) $(SOURCES) $(LISP)
213         list='$(SOURCES) $(HEADERS)'; \
214         unique=`for i in $$list; do echo $$i; done | \
215           awk '    { files[$$0] = 1; } \
216                END { for (i in files) print i; }'`; \
217         here=`pwd` && cd $(srcdir) \
218           && mkid -f$$here/ID $$unique $(LISP)
219
220 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
221         tags=; \
222         here=`pwd`; \
223         list='$(SUBDIRS)'; for subdir in $$list; do \
224    if test "$$subdir" = .; then :; else \
225             test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
226    fi; \
227         done; \
228         list='$(SOURCES) $(HEADERS)'; \
229         unique=`for i in $$list; do echo $$i; done | \
230           awk '    { files[$$0] = 1; } \
231                END { for (i in files) print i; }'`; \
232         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
233           || (cd $(srcdir) && etags -o $$here/TAGS $(ETAGS_ARGS) $$tags  $$unique $(LISP))
234
235 mostlyclean-tags:
236
237 clean-tags:
238
239 distclean-tags:
240         -rm -f TAGS ID
241
242 maintainer-clean-tags:
243
244 distdir = $(PACKAGE)-$(VERSION)
245 top_distdir = $(distdir)
246
247 # This target untars the dist file and tries a VPATH configuration.  Then
248 # it guarantees that the distribution is self-contained by making another
249 # tarfile.
250 distcheck: dist
251         -rm -rf $(distdir)
252         GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
253         mkdir $(distdir)/=build
254         mkdir $(distdir)/=inst
255         dc_install_base=`cd $(distdir)/=inst && pwd`; \
256         cd $(distdir)/=build \
257           && ../configure --srcdir=.. --prefix=$$dc_install_base \
258           && $(MAKE) $(AM_MAKEFLAGS) \
259           && $(MAKE) $(AM_MAKEFLAGS) dvi \
260           && $(MAKE) $(AM_MAKEFLAGS) check \
261           && $(MAKE) $(AM_MAKEFLAGS) install \
262           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
263           && $(MAKE) $(AM_MAKEFLAGS) dist
264         -rm -rf $(distdir)
265         @banner="$(distdir).tar.gz is ready for distribution"; \
266         dashes=`echo "$$banner" | sed s/./=/g`; \
267         echo "$$dashes"; \
268         echo "$$banner"; \
269         echo "$$dashes"
270 dist: distdir
271         -chmod -R a+r $(distdir)
272         GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
273         -rm -rf $(distdir)
274 dist-all: distdir
275         -chmod -R a+r $(distdir)
276         GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
277         -rm -rf $(distdir)
278 distdir: $(DISTFILES)
279         -rm -rf $(distdir)
280         mkdir $(distdir)
281         -chmod 777 $(distdir)
282         @for file in $(DISTFILES); do \
283           d=$(srcdir); \
284           if test -d $$d/$$file; then \
285             cp -pr $$d/$$file $(distdir)/$$file; \
286           else \
287             test -f $(distdir)/$$file \
288             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
289             || cp -p $$d/$$file $(distdir)/$$file || :; \
290           fi; \
291         done
292         for subdir in $(SUBDIRS); do \
293           if test "$$subdir" = .; then :; else \
294             test -d $(distdir)/$$subdir \
295             || mkdir $(distdir)/$$subdir \
296             || exit 1; \
297             chmod 777 $(distdir)/$$subdir; \
298             (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
299               || exit 1; \
300           fi; \
301         done
302         $(MAKE) $(AM_MAKEFLAGS) top_distdir="$(top_distdir)" distdir="$(distdir)" dist-hook
303 info-am:
304 info: info-recursive
305 dvi-am:
306 dvi: dvi-recursive
307 check-am: all-am
308 check: check-recursive
309 installcheck-am:
310 installcheck: installcheck-recursive
311 install-exec-am:
312 install-exec: install-exec-recursive
313
314 install-data-am:
315 install-data: install-data-recursive
316
317 install-am: all-am
318         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
319 install: install-recursive
320 uninstall-am:
321 uninstall: uninstall-recursive
322 all-am: Makefile
323 all-redirect: all-recursive
324 install-strip:
325         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
326 installdirs: installdirs-recursive
327 installdirs-am:
328
329
330 mostlyclean-generic:
331
332 clean-generic:
333
334 distclean-generic:
335         -rm -f Makefile $(CONFIG_CLEAN_FILES)
336         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
337
338 maintainer-clean-generic:
339         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
340 mostlyclean-am:  mostlyclean-hdr mostlyclean-tags mostlyclean-generic
341
342 mostlyclean: mostlyclean-recursive
343
344 clean-am:  clean-hdr clean-tags clean-generic mostlyclean-am
345
346 clean: clean-recursive
347
348 distclean-am:  distclean-hdr distclean-tags distclean-generic clean-am
349         -rm -f libtool
350
351 distclean: distclean-recursive
352         -rm -f config.status
353
354 maintainer-clean-am:  maintainer-clean-hdr maintainer-clean-tags \
355                 maintainer-clean-generic distclean-am
356         @echo "This command is intended for maintainers to use;"
357         @echo "it deletes files that may require special tools to rebuild."
358
359 maintainer-clean: maintainer-clean-recursive
360         -rm -f config.status
361
362 .PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
363 install-data-recursive uninstall-data-recursive install-exec-recursive \
364 uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
365 all-recursive check-recursive installcheck-recursive info-recursive \
366 dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
367 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
368 distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
369 dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
370 install-exec install-data-am install-data install-am install \
371 uninstall-am uninstall all-redirect all-am all installdirs-am \
372 installdirs mostlyclean-generic distclean-generic clean-generic \
373 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
374
375
376 dist-hook:
377         rm -f $(distdir)/test/autocutee.mk
378         touch $(distdir)/test/autocutee.mk
379         rm -f $(distdir)/test/*.cutee.cxx
380         rm -f $(distdir)/test/*.cutee.o
381
382 # Tell versions [3.59,3.63) of GNU make to not export all variables.
383 # Otherwise a system limit (for SysV at least) may be exceeded.
384 .NOEXPORT: