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 EXTRA_DIST = header.html footer.html
101 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
102 CONFIG_HEADER = $(top_builddir)/mimetic/config.h
103 CONFIG_CLEAN_FILES = doxygen.config
105 DIST_COMMON = README Makefile.am Makefile.in doxygen.config.in
109 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
110 cd $(top_srcdir) && \
111 $(AUTOMAKE) --gnu doc/Makefile
112 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
113 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
114 doxygen.config: $(top_builddir)/config.status doxygen.config.in
115 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
129 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
132 distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
134 distdir: $(DISTFILES)
135 @list='$(DISTFILES)'; for file in $$list; do \
136 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
137 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
138 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
140 $(mkinstalldirs) "$(distdir)$$dir"; \
144 if test -d $$d/$$file; then \
145 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
146 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
148 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
150 test -f $(distdir)/$$file \
151 || cp -p $$d/$$file $(distdir)/$$file \
162 install-exec: install-exec-am
163 install-data: install-data-am
164 uninstall: uninstall-am
167 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
169 installcheck: installcheck-am
171 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
172 INSTALL_STRIP_FLAG=-s \
173 `test -z '$(STRIP)' || \
174 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
180 -rm -f Makefile $(CONFIG_CLEAN_FILES)
182 maintainer-clean-generic:
183 @echo "This command is intended for maintainers to use"
184 @echo "it deletes files that may require special tools to rebuild."
187 clean-am: clean-generic clean-libtool clean-local mostlyclean-am
189 distclean: distclean-am
191 distclean-am: clean-am distclean-generic distclean-libtool
205 install-info: install-info-am
211 maintainer-clean: maintainer-clean-am
213 maintainer-clean-am: distclean-am maintainer-clean-generic
215 mostlyclean: mostlyclean-am
217 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
219 uninstall-am: uninstall-info-am
221 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
222 clean-local distclean distclean-generic distclean-libtool \
223 distdir dvi dvi-am info info-am install install-am install-data \
224 install-data-am install-exec install-exec-am install-info \
225 install-info-am install-man install-strip installcheck \
226 installcheck-am installdirs maintainer-clean \
227 maintainer-clean-generic mostlyclean mostlyclean-generic \
228 mostlyclean-libtool uninstall uninstall-am uninstall-info-am
232 rm -f index.html doxygen.config
236 doxygen doxygen.config
237 # Tell versions [3.59,3.63) of GNU make to not export all variables.
238 # Otherwise a system limit (for SysV at least) may be exceeded.