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 pkglibdir
= $(libdir)/@PACKAGE@
18 pkgincludedir
= $(includedir)/@PACKAGE@
19 am__cd
= CDPATH
="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
20 install_sh_DATA
= $(install_sh
) -c
-m
644
21 install_sh_PROGRAM
= $(install_sh
) -c
22 install_sh_SCRIPT
= $(install_sh
) -c
23 INSTALL_HEADER
= $(INSTALL_DATA
)
24 transform
= $(program_transform_name
)
31 build_triplet
= @build@
34 DIST_COMMON
= README
$(srcdir)/Makefile.am
$(srcdir)/Makefile.in
35 ACLOCAL_M4
= $(top_srcdir
)/aclocal.m4
36 am__aclocal_m4_deps
= $(top_srcdir
)/acinclude.m4 \
37 $(top_srcdir
)/configure.ac
38 am__configure_deps
= $(am__aclocal_m4_deps
) $(CONFIGURE_DEPENDENCIES
) \
40 mkinstalldirs
= $(install_sh
) -d
41 CONFIG_HEADER
= $(top_builddir
)/config.h
45 DISTFILES
= $(DIST_COMMON
) $(DIST_SOURCES
) $(TEXINFOS
) $(EXTRA_DIST
)
46 pkgdatadir
= @pkgdatadir@
51 AUTOHEADER
= @AUTOHEADER@
55 CCDEPMODE
= @CCDEPMODE@
61 CXXDEPMODE
= @CXXDEPMODE@
63 CYGPATH_W
= @CYGPATH_W@
77 INSTALL_DATA
= @INSTALL_DATA@
78 INSTALL_PROGRAM
= @INSTALL_PROGRAM@
79 INSTALL_SCRIPT
= @INSTALL_SCRIPT@
80 INSTALL_STRIP_PROGRAM
= @INSTALL_STRIP_PROGRAM@
86 LTLIBOBJS
= @LTLIBOBJS@
92 PACKAGE_BUGREPORT
= @PACKAGE_BUGREPORT@
93 PACKAGE_NAME
= @PACKAGE_NAME@
94 PACKAGE_STRING
= @PACKAGE_STRING@
95 PACKAGE_TARNAME
= @PACKAGE_TARNAME@
96 PACKAGE_VERSION
= @PACKAGE_VERSION@
97 PATH_SEPARATOR
= @PATH_SEPARATOR@
100 SET_MAKE
= @SET_MAKE@
104 WARNINGS
= @WARNINGS@
105 abs_builddir
= @abs_builddir@
106 abs_srcdir
= @abs_srcdir@
107 abs_top_builddir
= @abs_top_builddir@
108 abs_top_srcdir
= @abs_top_srcdir@
109 ac_ct_CC
= @ac_ct_CC@
110 ac_ct_CXX
= @ac_ct_CXX@
111 ac_ct_F77
= @ac_ct_F77@
112 am__include
= @am__include@
113 am__leading_dot
= @am__leading_dot@
114 am__quote
= @am__quote@
116 am__untar
= @am__untar@
119 build_alias
= @build_alias@
120 build_cpu
= @build_cpu@
121 build_os
= @build_os@
122 build_vendor
= @build_vendor@
123 builddir
= @builddir@
125 datarootdir
= @datarootdir@
128 exec_prefix = @
exec_prefix@
131 host_alias
= @host_alias@
132 host_cpu
= @host_cpu@
134 host_vendor
= @host_vendor@
136 includedir = @
includedir@
138 install_sh
= @install_sh@
140 libexecdir
= @libexecdir@
141 localedir
= @localedir@
142 localstatedir
= @localstatedir@
145 oldincludedir = @
oldincludedir@
148 program_transform_name
= @program_transform_name@
151 sharedstatedir
= @sharedstatedir@
153 sysconfdir
= @sysconfdir@
154 target_alias
= @target_alias@
155 top_builddir
= @top_builddir@
156 top_srcdir
= @top_srcdir@
157 EXTRA_DIST
= README example.py py_magic.c py_magic.h setup.py
161 $(srcdir)/Makefile.in
: $(srcdir)/Makefile.am
$(am__configure_deps
)
163 case
'$(am__configure_deps)' in \
165 cd
$(top_builddir
) && $(MAKE
) $(AM_MAKEFLAGS
) am--refresh \
170 echo
' cd $(top_srcdir) && $(AUTOMAKE) --gnu python/Makefile'; \
171 cd
$(top_srcdir
) && \
172 $(AUTOMAKE
) --gnu python
/Makefile
174 Makefile
: $(srcdir)/Makefile.in
$(top_builddir
)/config.status
177 cd
$(top_builddir
) && $(MAKE
) $(AM_MAKEFLAGS
) am--refresh
;; \
179 echo
' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
180 cd
$(top_builddir
) && $(SHELL
) .
/config.status
$(subdir
)/$@
$(am__depfiles_maybe
);; \
183 $(top_builddir
)/config.status
: $(top_srcdir
)/configure
$(CONFIG_STATUS_DEPENDENCIES
)
184 cd
$(top_builddir
) && $(MAKE
) $(AM_MAKEFLAGS
) am--refresh
186 $(top_srcdir
)/configure
: $(am__configure_deps
)
187 cd
$(top_builddir
) && $(MAKE
) $(AM_MAKEFLAGS
) am--refresh
188 $(ACLOCAL_M4
): $(am__aclocal_m4_deps
)
189 cd
$(top_builddir
) && $(MAKE
) $(AM_MAKEFLAGS
) am--refresh
203 distdir
: $(DISTFILES
)
204 @srcdirstrip
=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
205 topsrcdirstrip
=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
206 list
='$(DISTFILES)'; \
207 dist_files
=`for file in $$list; do echo $$file; done | \
208 sed -e "s|^$$srcdirstrip/||;t" \
209 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
210 case
$$dist_files in \
211 */*) $(MKDIR_P
) `echo "$$dist_files" | \
212 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
215 for file in
$$dist_files; do \
216 if
test -f
$$file ||
test -d
$$file; then d
=.
; else d
=$(srcdir); fi
; \
217 if
test -d
$$d/$$file; then \
218 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
219 if
test -d
$(srcdir)/$$file && test $$d != $(srcdir); then \
220 cp
-pR
$(srcdir)/$$file $(distdir
)$$dir || exit
1; \
222 cp
-pR
$$d/$$file $(distdir
)$$dir || exit
1; \
224 test -f
$(distdir
)/$$file \
225 || cp
-p
$$d/$$file $(distdir
)/$$file \
234 install-exec
: install-exec-am
235 install-data
: install-data-am
236 uninstall: uninstall-am
239 @
$(MAKE
) $(AM_MAKEFLAGS
) install-exec-am install-data-am
241 installcheck: installcheck-am
243 $(MAKE
) $(AM_MAKEFLAGS
) INSTALL_PROGRAM
="$(INSTALL_STRIP_PROGRAM)" \
244 install_sh_PROGRAM
="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG
=-s \
245 `test -z '$(STRIP)' || \
246 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
252 -test -z
"$(CONFIG_CLEAN_FILES)" ||
rm -f
$(CONFIG_CLEAN_FILES
)
254 maintainer-clean-generic
:
255 @echo
"This command is intended for maintainers to use"
256 @echo
"it deletes files that may require special tools to rebuild."
259 clean-am
: clean-generic clean-libtool mostlyclean-am
261 distclean: distclean-am
263 distclean-am
: clean-am distclean-generic
277 install-dvi
: install-dvi-am
281 install-html
: install-html-am
283 install-info
: install-info-am
287 install-pdf
: install-pdf-am
289 install-ps
: install-ps-am
293 maintainer-clean
: maintainer-clean-am
295 maintainer-clean-am
: distclean-am maintainer-clean-generic
297 mostlyclean: mostlyclean-am
299 mostlyclean-am
: mostlyclean-generic mostlyclean-libtool
311 .MAKE
: install-am install-strip
313 .PHONY
: all all-am
check check-am
clean clean-generic clean-libtool \
314 distclean distclean-generic distclean-libtool distdir
dvi \
315 dvi-am html html-am
info info-am
install install-am \
316 install-data install-data-am install-dvi install-dvi-am \
317 install-exec install-exec-am install-html install-html-am \
318 install-info install-info-am install-man install-pdf \
319 install-pdf-am install-ps install-ps-am install-strip \
320 installcheck installcheck-am
installdirs maintainer-clean \
321 maintainer-clean-generic
mostlyclean mostlyclean-generic \
322 mostlyclean-libtool pdf pdf-am ps ps-am
uninstall uninstall-am
324 # Tell versions [3.59,3.63) of GNU make to not export all variables.
325 # Otherwise a system limit (for SysV at least) may be exceeded.