1 # Makefile.in generated by automake 1.6.3 from Makefile.am.
4 # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
5 # 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
19 top_srcdir = @top_srcdir@
22 exec_prefix = @exec_prefix@
26 libexecdir = @libexecdir@
28 sysconfdir = @sysconfdir@
29 sharedstatedir = @sharedstatedir@
30 localstatedir = @localstatedir@
34 includedir = @includedir@
35 oldincludedir = /usr/include
36 pkgdatadir = $(datadir)/@PACKAGE@
37 pkglibdir = $(libdir)/@PACKAGE@
38 pkgincludedir = $(includedir)/@PACKAGE@
44 AUTOHEADER = @AUTOHEADER@
46 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
48 INSTALL_PROGRAM = @INSTALL_PROGRAM@
49 INSTALL_DATA = @INSTALL_DATA@
50 install_sh_DATA = $(install_sh) -c -m 644
51 install_sh_PROGRAM = $(install_sh) -c
52 install_sh_SCRIPT = $(install_sh) -c
53 INSTALL_SCRIPT = @INSTALL_SCRIPT@
54 INSTALL_HEADER = $(INSTALL_DATA)
55 transform = @program_transform_name@
62 build_alias = @build_alias@
63 build_triplet = @build@
64 host_alias = @host_alias@
66 target_alias = @target_alias@
67 target_triplet = @target@
71 PATH_SEPARATOR = @PATH_SEPARATOR@
86 INCLUDEDIR = @INCLUDEDIR@
87 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
96 am__include = @am__include@
97 am__quote = @am__quote@
98 install_sh = @install_sh@
99 MAINTAINERCLEANFILES = Makefile Makefile.in config.cache
100 SUBDIRS = mimetic doc examples test win32
101 INCLUDES = -I$(top_srcdir)
103 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
104 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
105 CONFIG_HEADER = $(top_builddir)/mimetic/config.h
109 RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
110 uninstall-info-recursive all-recursive install-data-recursive \
111 install-exec-recursive installdirs-recursive install-recursive \
112 uninstall-recursive check-recursive installcheck-recursive
113 DIST_COMMON = README AUTHORS COPYING ChangeLog INSTALL Makefile.am \
114 Makefile.in NEWS TODO aclocal.m4 compile config.guess \
115 config.sub configure configure.in depcomp install-sh ltmain.sh \
116 missing mkinstalldirs
117 DIST_SUBDIRS = $(SUBDIRS)
122 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
124 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
125 cd $(top_srcdir) && \
126 $(AUTOMAKE) --gnu Makefile
127 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
128 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)
130 $(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
131 $(SHELL) ./config.status --recheck
132 $(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
133 cd $(srcdir) && $(AUTOCONF)
135 $(ACLOCAL_M4): configure.in
136 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
148 # This directory's subdirectories are mostly independent; you can cd
149 # into them and run `make' without going through this Makefile.
150 # To change the values of `make' variables: instead of editing Makefiles,
151 # (1) if the variable is set in `config.status', edit `config.status'
152 # (which will cause the Makefiles to be regenerated when you run `make');
153 # (2) otherwise, pass the desired values on the `make' command line.
154 $(RECURSIVE_TARGETS):
155 @set fnord $$MAKEFLAGS; amf=$$2; \
157 target=`echo $@ | sed s/-recursive//`; \
158 list='$(SUBDIRS)'; for subdir in $$list; do \
159 echo "Making $$target in $$subdir"; \
160 if test "$$subdir" = "."; then \
162 local_target="$$target-am"; \
164 local_target="$$target"; \
166 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
167 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
169 if test "$$dot_seen" = "no"; then \
170 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
173 mostlyclean-recursive clean-recursive distclean-recursive \
174 maintainer-clean-recursive:
175 @set fnord $$MAKEFLAGS; amf=$$2; \
178 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
179 *) list='$(SUBDIRS)' ;; \
181 rev=''; for subdir in $$list; do \
182 if test "$$subdir" = "."; then :; else \
183 rev="$$subdir $$rev"; \
187 target=`echo $@ | sed s/-recursive//`; \
188 for subdir in $$rev; do \
189 echo "Making $$target in $$subdir"; \
190 if test "$$subdir" = "."; then \
191 local_target="$$target-am"; \
193 local_target="$$target"; \
195 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
196 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
197 done && test -z "$$fail"
199 list='$(SUBDIRS)'; for subdir in $$list; do \
200 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
208 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
209 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
210 unique=`for i in $$list; do \
211 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
213 $(AWK) ' { files[$$0] = 1; } \
214 END { for (i in files) print i; }'`; \
217 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
218 $(TAGS_FILES) $(LISP)
221 list='$(SUBDIRS)'; for subdir in $$list; do \
222 if test "$$subdir" = .; then :; else \
223 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
226 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
227 unique=`for i in $$list; do \
228 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
230 $(AWK) ' { files[$$0] = 1; } \
231 END { for (i in files) print i; }'`; \
232 test -z "$(ETAGS_ARGS)$$tags$$unique" \
233 || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
237 here=`$(am__cd) $(top_builddir) && pwd` \
238 && cd $(top_srcdir) \
239 && gtags -i $(GTAGS_ARGS) $$here
242 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
243 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
246 distdir = $(PACKAGE)-$(VERSION)
248 am__remove_distdir = \
249 { test ! -d $(distdir) \
250 || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
251 && rm -fr $(distdir); }; }
254 distcleancheck_listfiles = find . -type f -print
256 distdir: $(DISTFILES)
257 $(am__remove_distdir)
259 $(mkinstalldirs) $(distdir)/doc
260 @list='$(DISTFILES)'; for file in $$list; do \
261 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
262 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
263 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
265 $(mkinstalldirs) "$(distdir)$$dir"; \
269 if test -d $$d/$$file; then \
270 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
271 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
273 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
275 test -f $(distdir)/$$file \
276 || cp -p $$d/$$file $(distdir)/$$file \
280 list='$(SUBDIRS)'; for subdir in $$list; do \
281 if test "$$subdir" = .; then :; else \
282 test -d $(distdir)/$$subdir \
283 || mkdir $(distdir)/$$subdir \
286 $(MAKE) $(AM_MAKEFLAGS) \
287 top_distdir="$(top_distdir)" \
288 distdir=../$(distdir)/$$subdir \
293 $(MAKE) $(AM_MAKEFLAGS) \
294 top_distdir="${top_distdir}" distdir="$(distdir)" \
296 -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
297 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
298 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
299 ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
300 || chmod -R a+r $(distdir)
302 $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
303 $(am__remove_distdir)
305 dist dist-all: distdir
306 $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
307 $(am__remove_distdir)
309 # This target untars the dist file and tries a VPATH configuration. Then
310 # it guarantees that the distribution is self-contained by making another
313 $(am__remove_distdir)
314 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
315 chmod -R a-w $(distdir); chmod a+w $(distdir)
316 mkdir $(distdir)/=build
317 mkdir $(distdir)/=inst
319 dc_install_base=`$(am__cd) $(distdir)/=inst && pwd` \
320 && cd $(distdir)/=build \
321 && ../configure --srcdir=.. --prefix=$$dc_install_base \
322 $(DISTCHECK_CONFIGURE_FLAGS) \
323 && $(MAKE) $(AM_MAKEFLAGS) \
324 && $(MAKE) $(AM_MAKEFLAGS) dvi \
325 && $(MAKE) $(AM_MAKEFLAGS) check \
326 && $(MAKE) $(AM_MAKEFLAGS) install \
327 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
328 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
329 && (test `find $$dc_install_base -type f -print | wc -l` -le 1 \
330 || { echo "ERROR: files left after uninstall:" ; \
331 find $$dc_install_base -type f -print ; \
333 && $(MAKE) $(AM_MAKEFLAGS) dist-gzip \
334 && rm -f $(distdir).tar.gz \
335 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
336 $(am__remove_distdir)
337 @echo "$(distdir).tar.gz is ready for distribution" | \
338 sed 'h;s/./=/g;p;x;p;x'
339 distcleancheck: distclean
340 if test '$(srcdir)' = . ; then \
341 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
344 test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
345 || { echo "ERROR: files left after distclean:" ; \
346 $(distcleancheck_listfiles) ; \
349 check: check-recursive
351 installdirs: installdirs-recursive
354 install: install-recursive
355 install-exec: install-exec-recursive
356 install-data: install-data-recursive
357 uninstall: uninstall-recursive
360 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
362 installcheck: installcheck-recursive
364 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
365 INSTALL_STRIP_FLAG=-s \
366 `test -z '$(STRIP)' || \
367 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
373 -rm -f Makefile $(CONFIG_CLEAN_FILES)
375 maintainer-clean-generic:
376 @echo "This command is intended for maintainers to use"
377 @echo "it deletes files that may require special tools to rebuild."
378 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
379 clean: clean-recursive
381 clean-am: clean-generic clean-libtool mostlyclean-am
383 distclean: distclean-recursive
384 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
385 distclean-am: clean-am distclean-generic distclean-libtool \
400 install-info: install-info-recursive
406 maintainer-clean: maintainer-clean-recursive
407 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
408 -rm -rf autom4te.cache
409 maintainer-clean-am: distclean-am maintainer-clean-generic
411 mostlyclean: mostlyclean-recursive
413 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
415 uninstall-am: uninstall-info-am
417 uninstall-info: uninstall-info-recursive
419 .PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
420 clean-generic clean-libtool clean-recursive dist dist-all \
421 dist-gzip distcheck distclean distclean-generic \
422 distclean-libtool distclean-recursive distclean-tags \
423 distcleancheck distdir dvi dvi-am dvi-recursive info info-am \
424 info-recursive install install-am install-data install-data-am \
425 install-data-recursive install-exec install-exec-am \
426 install-exec-recursive install-info install-info-am \
427 install-info-recursive install-man install-recursive \
428 install-strip installcheck installcheck-am installdirs \
429 installdirs-am installdirs-recursive maintainer-clean \
430 maintainer-clean-generic maintainer-clean-recursive mostlyclean \
431 mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
432 tags tags-recursive uninstall uninstall-am uninstall-info-am \
433 uninstall-info-recursive uninstall-recursive
437 rm -f $(distdir)/test/autocutee.mk
438 touch $(distdir)/test/autocutee.mk
439 rm -f $(distdir)/test/*.cutee.cxx
440 rm -f $(distdir)/test/*.cutee.o
441 # Tell versions [3.59,3.63) of GNU make to not export all variables.
442 # Otherwise a system limit (for SysV at least) may be exceeded.