1 # Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
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.
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
17 top_srcdir = @top_srcdir@
20 exec_prefix = @exec_prefix@
24 libexecdir = @libexecdir@
26 sysconfdir = @sysconfdir@
27 sharedstatedir = @sharedstatedir@
28 localstatedir = @localstatedir@
32 includedir = @includedir@
33 oldincludedir = /usr/include
37 pkgdatadir = $(datadir)/@PACKAGE@
38 pkglibdir = $(libdir)/@PACKAGE@
39 pkgincludedir = $(includedir)/@PACKAGE@
46 AUTOHEADER = @AUTOHEADER@
49 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50 INSTALL_DATA = @INSTALL_DATA@
51 INSTALL_SCRIPT = @INSTALL_SCRIPT@
52 transform = @program_transform_name@
60 build_alias = @build_alias@
61 build_triplet = @build@
62 host_alias = @host_alias@
64 target_alias = @target_alias@
65 target_triplet = @target@
79 INCLUDEDIR = @INCLUDEDIR@
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
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
106 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
112 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
113 cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps Makefile
115 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
117 && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
119 $(ACLOCAL_M4): configure.in
120 cd $(srcdir) && $(ACLOCAL)
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)
127 mimetic/config.h: mimetic/stamp-h
128 @if test ! -f $@; then \
129 rm -f mimetic/stamp-h; \
130 $(MAKE) mimetic/stamp-h; \
132 mimetic/stamp-h: $(srcdir)/mimetic/config.h.in $(top_builddir)/config.status
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; \
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
151 -rm -f mimetic/config.h
153 maintainer-clean-hdr:
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.
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; \
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 \
174 local_target="$$target-am"; \
176 local_target="$$target"; \
178 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
179 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
181 if test "$$dot_seen" = "no"; then \
182 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
185 mostlyclean-recursive clean-recursive distclean-recursive \
186 maintainer-clean-recursive:
187 @set fnord $(MAKEFLAGS); amf=$$2; \
189 rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
190 rev="$$subdir $$rev"; \
191 test "$$subdir" != "." || dot_seen=yes; \
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"; \
200 local_target="$$target"; \
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"
206 list='$(SUBDIRS)'; for subdir in $$list; do \
207 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
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)
220 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
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"; \
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))
242 maintainer-clean-tags:
244 distdir = $(PACKAGE)-$(VERSION)
245 top_distdir = $(distdir)
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
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
265 @banner="$(distdir).tar.gz is ready for distribution"; \
266 dashes=`echo "$$banner" | sed s/./=/g`; \
271 -chmod -R a+r $(distdir)
272 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
275 -chmod -R a+r $(distdir)
276 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
278 distdir: $(DISTFILES)
281 -chmod 777 $(distdir)
282 @for file in $(DISTFILES); do \
284 if test -d $$d/$$file; then \
285 cp -pr $$d/$$file $(distdir)/$$file; \
287 test -f $(distdir)/$$file \
288 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
289 || cp -p $$d/$$file $(distdir)/$$file || :; \
292 for subdir in $(SUBDIRS); do \
293 if test "$$subdir" = .; then :; else \
294 test -d $(distdir)/$$subdir \
295 || mkdir $(distdir)/$$subdir \
297 chmod 777 $(distdir)/$$subdir; \
298 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
302 $(MAKE) $(AM_MAKEFLAGS) top_distdir="$(top_distdir)" distdir="$(distdir)" dist-hook
308 check: check-recursive
310 installcheck: installcheck-recursive
312 install-exec: install-exec-recursive
315 install-data: install-data-recursive
318 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
319 install: install-recursive
321 uninstall: uninstall-recursive
323 all-redirect: all-recursive
325 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
326 installdirs: installdirs-recursive
335 -rm -f Makefile $(CONFIG_CLEAN_FILES)
336 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
338 maintainer-clean-generic:
339 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
340 mostlyclean-am: mostlyclean-hdr mostlyclean-tags mostlyclean-generic
342 mostlyclean: mostlyclean-recursive
344 clean-am: clean-hdr clean-tags clean-generic mostlyclean-am
346 clean: clean-recursive
348 distclean-am: distclean-hdr distclean-tags distclean-generic clean-am
351 distclean: distclean-recursive
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."
359 maintainer-clean: maintainer-clean-recursive
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
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
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.