1 # Makefile.in generated by automake 1.10 from Makefile.am.
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
17 pkgdatadir = $(datadir)/@PACKAGE@
18 pkglibdir = $(libdir)/@PACKAGE@
19 pkgincludedir = $(includedir)/@PACKAGE@
20 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
21 install_sh_DATA = $(install_sh) -c -m 644
22 install_sh_PROGRAM = $(install_sh) -c
23 install_sh_SCRIPT = $(install_sh) -c
24 INSTALL_HEADER = $(INSTALL_DATA)
25 transform = $(program_transform_name)
32 build_triplet = @build@
34 target_triplet = @target@
36 DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
37 $(srcdir)/Makefile.in $(top_srcdir)/configure AUTHORS COPYING \
38 ChangeLog INSTALL NEWS TODO config.guess config.sub depcomp \
39 install-sh ltmain.sh missing
40 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
41 am__aclocal_m4_deps = $(top_srcdir)/configure.in
42 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
44 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
45 configure.lineno config.status.lineno
46 mkinstalldirs = $(install_sh) -d
47 CONFIG_HEADER = $(top_builddir)/mimetic/config.h
51 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
52 html-recursive info-recursive install-data-recursive \
53 install-dvi-recursive install-exec-recursive \
54 install-html-recursive install-info-recursive \
55 install-pdf-recursive install-ps-recursive install-recursive \
56 installcheck-recursive installdirs-recursive pdf-recursive \
57 ps-recursive uninstall-recursive
58 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
59 distclean-recursive maintainer-clean-recursive
62 DIST_SUBDIRS = $(SUBDIRS)
63 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
64 distdir = $(PACKAGE)-$(VERSION)
65 top_distdir = $(distdir)
66 am__remove_distdir = \
67 { test ! -d $(distdir) \
68 || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
69 && rm -fr $(distdir); }; }
70 DIST_ARCHIVES = $(distdir).tar.gz
72 distuninstallcheck_listfiles = find . -type f -print
73 distcleancheck_listfiles = find . -type f -print
78 AUTOHEADER = @AUTOHEADER@
82 CCDEPMODE = @CCDEPMODE@
88 CXXDEPMODE = @CXXDEPMODE@
90 CYGPATH_W = @CYGPATH_W@
102 INCLUDEDIR = @INCLUDEDIR@
104 INSTALL_DATA = @INSTALL_DATA@
105 INSTALL_PROGRAM = @INSTALL_PROGRAM@
106 INSTALL_SCRIPT = @INSTALL_SCRIPT@
107 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
113 LTLIBOBJS = @LTLIBOBJS@
114 MAKEINFO = @MAKEINFO@
118 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
119 PACKAGE_NAME = @PACKAGE_NAME@
120 PACKAGE_STRING = @PACKAGE_STRING@
121 PACKAGE_TARNAME = @PACKAGE_TARNAME@
122 PACKAGE_VERSION = @PACKAGE_VERSION@
123 PATH_SEPARATOR = @PATH_SEPARATOR@
125 SET_MAKE = @SET_MAKE@
129 abs_builddir = @abs_builddir@
130 abs_srcdir = @abs_srcdir@
131 abs_top_builddir = @abs_top_builddir@
132 abs_top_srcdir = @abs_top_srcdir@
133 ac_ct_CC = @ac_ct_CC@
134 ac_ct_CXX = @ac_ct_CXX@
135 ac_ct_F77 = @ac_ct_F77@
136 am__include = @am__include@
137 am__leading_dot = @am__leading_dot@
138 am__quote = @am__quote@
140 am__untar = @am__untar@
143 build_alias = @build_alias@
144 build_cpu = @build_cpu@
145 build_os = @build_os@
146 build_vendor = @build_vendor@
147 builddir = @builddir@
149 datarootdir = @datarootdir@
152 exec_prefix = @exec_prefix@
154 host_alias = @host_alias@
155 host_cpu = @host_cpu@
157 host_vendor = @host_vendor@
159 includedir = @includedir@
161 install_sh = @install_sh@
163 libexecdir = @libexecdir@
164 localedir = @localedir@
165 localstatedir = @localstatedir@
168 oldincludedir = @oldincludedir@
171 program_transform_name = @program_transform_name@
174 sharedstatedir = @sharedstatedir@
176 sysconfdir = @sysconfdir@
178 target_alias = @target_alias@
179 target_cpu = @target_cpu@
180 target_os = @target_os@
181 target_vendor = @target_vendor@
182 top_builddir = @top_builddir@
183 top_srcdir = @top_srcdir@
184 MAINTAINERCLEANFILES = Makefile Makefile.in config.cache
185 SUBDIRS = mimetic doc examples test win32
186 INCLUDES = -I$(top_srcdir)
192 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
194 case '$(am__configure_deps)' in \
196 echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
197 cd $(srcdir) && $(AUTOMAKE) --gnu \
202 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
203 cd $(top_srcdir) && \
204 $(AUTOMAKE) --gnu Makefile
206 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
209 echo ' $(SHELL) ./config.status'; \
210 $(SHELL) ./config.status;; \
212 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
213 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
216 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
217 $(SHELL) ./config.status --recheck
219 $(top_srcdir)/configure: $(am__configure_deps)
220 cd $(srcdir) && $(AUTOCONF)
221 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
222 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
233 # This directory's subdirectories are mostly independent; you can cd
234 # into them and run `make' without going through this Makefile.
235 # To change the values of `make' variables: instead of editing Makefiles,
236 # (1) if the variable is set in `config.status', edit `config.status'
237 # (which will cause the Makefiles to be regenerated when you run `make');
238 # (2) otherwise, pass the desired values on the `make' command line.
239 $(RECURSIVE_TARGETS):
241 for f in x $$MAKEFLAGS; do \
244 *k*) failcom='fail=yes';; \
248 target=`echo $@ | sed s/-recursive//`; \
249 list='$(SUBDIRS)'; for subdir in $$list; do \
250 echo "Making $$target in $$subdir"; \
251 if test "$$subdir" = "."; then \
253 local_target="$$target-am"; \
255 local_target="$$target"; \
257 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
260 if test "$$dot_seen" = "no"; then \
261 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
264 $(RECURSIVE_CLEAN_TARGETS):
266 for f in x $$MAKEFLAGS; do \
269 *k*) failcom='fail=yes';; \
274 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
275 *) list='$(SUBDIRS)' ;; \
277 rev=''; for subdir in $$list; do \
278 if test "$$subdir" = "."; then :; else \
279 rev="$$subdir $$rev"; \
283 target=`echo $@ | sed s/-recursive//`; \
284 for subdir in $$rev; do \
285 echo "Making $$target in $$subdir"; \
286 if test "$$subdir" = "."; then \
287 local_target="$$target-am"; \
289 local_target="$$target"; \
291 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
293 done && test -z "$$fail"
295 list='$(SUBDIRS)'; for subdir in $$list; do \
296 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
299 list='$(SUBDIRS)'; for subdir in $$list; do \
300 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
303 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
304 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
305 unique=`for i in $$list; do \
306 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
308 $(AWK) ' { files[$$0] = 1; } \
309 END { for (i in files) print i; }'`; \
313 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
314 $(TAGS_FILES) $(LISP)
317 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
318 include_option=--etags-include; \
321 include_option=--include; \
324 list='$(SUBDIRS)'; for subdir in $$list; do \
325 if test "$$subdir" = .; then :; else \
326 test ! -f $$subdir/TAGS || \
327 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
330 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
331 unique=`for i in $$list; do \
332 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
334 $(AWK) ' { files[$$0] = 1; } \
335 END { for (i in files) print i; }'`; \
336 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
337 test -n "$$unique" || unique=$$empty_fix; \
338 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
342 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
343 $(TAGS_FILES) $(LISP)
346 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
347 unique=`for i in $$list; do \
348 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
350 $(AWK) ' { files[$$0] = 1; } \
351 END { for (i in files) print i; }'`; \
352 test -z "$(CTAGS_ARGS)$$tags$$unique" \
353 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
357 here=`$(am__cd) $(top_builddir) && pwd` \
358 && cd $(top_srcdir) \
359 && gtags -i $(GTAGS_ARGS) $$here
362 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
364 distdir: $(DISTFILES)
365 $(am__remove_distdir)
366 test -d $(distdir) || mkdir $(distdir)
367 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
368 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
369 list='$(DISTFILES)'; \
370 dist_files=`for file in $$list; do echo $$file; done | \
371 sed -e "s|^$$srcdirstrip/||;t" \
372 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
373 case $$dist_files in \
374 */*) $(MKDIR_P) `echo "$$dist_files" | \
375 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
378 for file in $$dist_files; do \
379 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
380 if test -d $$d/$$file; then \
381 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
382 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
383 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
385 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
387 test -f $(distdir)/$$file \
388 || cp -p $$d/$$file $(distdir)/$$file \
392 list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
393 if test "$$subdir" = .; then :; else \
394 test -d "$(distdir)/$$subdir" \
395 || $(MKDIR_P) "$(distdir)/$$subdir" \
397 distdir=`$(am__cd) $(distdir) && pwd`; \
398 top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
400 $(MAKE) $(AM_MAKEFLAGS) \
401 top_distdir="$$top_distdir" \
402 distdir="$$distdir/$$subdir" \
403 am__remove_distdir=: \
404 am__skip_length_check=: \
409 $(MAKE) $(AM_MAKEFLAGS) \
410 top_distdir="$(top_distdir)" distdir="$(distdir)" \
412 -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
413 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
414 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
415 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
416 || chmod -R a+r $(distdir)
418 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
419 $(am__remove_distdir)
422 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
423 $(am__remove_distdir)
426 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
427 $(am__remove_distdir)
430 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
431 $(am__remove_distdir)
434 -rm -f $(distdir).zip
435 zip -rq $(distdir).zip $(distdir)
436 $(am__remove_distdir)
438 dist dist-all: distdir
439 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
440 $(am__remove_distdir)
442 # This target untars the dist file and tries a VPATH configuration. Then
443 # it guarantees that the distribution is self-contained by making another
446 case '$(DIST_ARCHIVES)' in \
448 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
450 bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
452 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
454 GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
456 unzip $(distdir).zip ;;\
458 chmod -R a-w $(distdir); chmod a+w $(distdir)
459 mkdir $(distdir)/_build
460 mkdir $(distdir)/_inst
462 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
463 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
464 && cd $(distdir)/_build \
465 && ../configure --srcdir=.. --prefix="$$dc_install_base" \
466 $(DISTCHECK_CONFIGURE_FLAGS) \
467 && $(MAKE) $(AM_MAKEFLAGS) \
468 && $(MAKE) $(AM_MAKEFLAGS) dvi \
469 && $(MAKE) $(AM_MAKEFLAGS) check \
470 && $(MAKE) $(AM_MAKEFLAGS) install \
471 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
472 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
473 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
475 && chmod -R a-w "$$dc_install_base" \
477 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
478 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
479 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
480 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
481 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
482 } || { rm -rf "$$dc_destdir"; exit 1; }) \
483 && rm -rf "$$dc_destdir" \
484 && $(MAKE) $(AM_MAKEFLAGS) dist \
485 && rm -rf $(DIST_ARCHIVES) \
486 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
487 $(am__remove_distdir)
488 @(echo "$(distdir) archives ready for distribution: "; \
489 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
490 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
492 @cd $(distuninstallcheck_dir) \
493 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
494 || { echo "ERROR: files left after uninstall:" ; \
495 if test -n "$(DESTDIR)"; then \
496 echo " (check DESTDIR support)"; \
498 $(distuninstallcheck_listfiles) ; \
500 distcleancheck: distclean
501 @if test '$(srcdir)' = . ; then \
502 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
505 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
506 || { echo "ERROR: files left in build directory after distclean:" ; \
507 $(distcleancheck_listfiles) ; \
510 check: check-recursive
512 installdirs: installdirs-recursive
514 install: install-recursive
515 install-exec: install-exec-recursive
516 install-data: install-data-recursive
517 uninstall: uninstall-recursive
520 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
522 installcheck: installcheck-recursive
524 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
525 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
526 `test -z '$(STRIP)' || \
527 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
533 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
535 maintainer-clean-generic:
536 @echo "This command is intended for maintainers to use"
537 @echo "it deletes files that may require special tools to rebuild."
538 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
539 clean: clean-recursive
541 clean-am: clean-generic clean-libtool mostlyclean-am
543 distclean: distclean-recursive
544 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
546 distclean-am: clean-am distclean-generic distclean-libtool \
561 install-dvi: install-dvi-recursive
565 install-html: install-html-recursive
567 install-info: install-info-recursive
571 install-pdf: install-pdf-recursive
573 install-ps: install-ps-recursive
577 maintainer-clean: maintainer-clean-recursive
578 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
579 -rm -rf $(top_srcdir)/autom4te.cache
581 maintainer-clean-am: distclean-am maintainer-clean-generic
583 mostlyclean: mostlyclean-recursive
585 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
597 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
600 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
601 all all-am am--refresh check check-am clean clean-generic \
602 clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
603 dist-gzip dist-hook dist-shar dist-tarZ dist-zip distcheck \
604 distclean distclean-generic distclean-libtool distclean-tags \
605 distcleancheck distdir distuninstallcheck dvi dvi-am html \
606 html-am info info-am install install-am install-data \
607 install-data-am install-dvi install-dvi-am install-exec \
608 install-exec-am install-html install-html-am install-info \
609 install-info-am install-man install-pdf install-pdf-am \
610 install-ps install-ps-am install-strip installcheck \
611 installcheck-am installdirs installdirs-am maintainer-clean \
612 maintainer-clean-generic mostlyclean mostlyclean-generic \
613 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
614 uninstall uninstall-am
618 rm -f $(distdir)/test/autocutee.mk
619 touch $(distdir)/test/autocutee.mk
620 rm -f $(distdir)/test/*.cutee.cxx
621 rm -f $(distdir)/test/*.cutee.o
622 # Tell versions [3.59,3.63) of GNU make to not export all variables.
623 # Otherwise a system limit (for SysV at least) may be exceeded.