1# Makefile.in generated by automake 1.10 from Makefile.am. 2# @configure_input@ 3 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. 9 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 13# PARTICULAR PURPOSE. 14 15@SET_MAKE@ 16VPATH = @srcdir@ 17pkglibdir = $(libdir)/@PACKAGE@ 18pkgincludedir = $(includedir)/@PACKAGE@ 19am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 20install_sh_DATA = $(install_sh) -c -m 644 21install_sh_PROGRAM = $(install_sh) -c 22install_sh_SCRIPT = $(install_sh) -c 23INSTALL_HEADER = $(INSTALL_DATA) 24transform = $(program_transform_name) 25NORMAL_INSTALL = : 26PRE_INSTALL = : 27POST_INSTALL = : 28NORMAL_UNINSTALL = : 29PRE_UNINSTALL = : 30POST_UNINSTALL = : 31build_triplet = @build@ 32host_triplet = @host@ 33subdir = python 34DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in 35ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 36am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ 37 $(top_srcdir)/configure.ac 38am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 39 $(ACLOCAL_M4) 40mkinstalldirs = $(install_sh) -d 41CONFIG_HEADER = $(top_builddir)/config.h 42CONFIG_CLEAN_FILES = 43SOURCES = 44DIST_SOURCES = 45DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 46pkgdatadir = @pkgdatadir@ 47ACLOCAL = @ACLOCAL@ 48AMTAR = @AMTAR@ 49AR = @AR@ 50AUTOCONF = @AUTOCONF@ 51AUTOHEADER = @AUTOHEADER@ 52AUTOMAKE = @AUTOMAKE@ 53AWK = @AWK@ 54CC = @CC@ 55CCDEPMODE = @CCDEPMODE@ 56CFLAGS = @CFLAGS@ 57CPP = @CPP@ 58CPPFLAGS = @CPPFLAGS@ 59CXX = @CXX@ 60CXXCPP = @CXXCPP@ 61CXXDEPMODE = @CXXDEPMODE@ 62CXXFLAGS = @CXXFLAGS@ 63CYGPATH_W = @CYGPATH_W@ 64DEFS = @DEFS@ 65DEPDIR = @DEPDIR@ 66DSYMUTIL = @DSYMUTIL@ 67ECHO = @ECHO@ 68ECHO_C = @ECHO_C@ 69ECHO_N = @ECHO_N@ 70ECHO_T = @ECHO_T@ 71EGREP = @EGREP@ 72EXEEXT = @EXEEXT@ 73F77 = @F77@ 74FFLAGS = @FFLAGS@ 75GREP = @GREP@ 76INSTALL = @INSTALL@ 77INSTALL_DATA = @INSTALL_DATA@ 78INSTALL_PROGRAM = @INSTALL_PROGRAM@ 79INSTALL_SCRIPT = @INSTALL_SCRIPT@ 80INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 81LDFLAGS = @LDFLAGS@ 82LIBOBJS = @LIBOBJS@ 83LIBS = @LIBS@ 84LIBTOOL = @LIBTOOL@ 85LN_S = @LN_S@ 86LTLIBOBJS = @LTLIBOBJS@ 87MAKEINFO = @MAKEINFO@ 88MKDIR_P = @MKDIR_P@ 89NMEDIT = @NMEDIT@ 90OBJEXT = @OBJEXT@ 91PACKAGE = @PACKAGE@ 92PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 93PACKAGE_NAME = @PACKAGE_NAME@ 94PACKAGE_STRING = @PACKAGE_STRING@ 95PACKAGE_TARNAME = @PACKAGE_TARNAME@ 96PACKAGE_VERSION = @PACKAGE_VERSION@ 97PATH_SEPARATOR = @PATH_SEPARATOR@ 98RANLIB = @RANLIB@ 99SED = @SED@ 100SET_MAKE = @SET_MAKE@ 101SHELL = @SHELL@ 102STRIP = @STRIP@ 103VERSION = @VERSION@ 104WARNINGS = @WARNINGS@ 105abs_builddir = @abs_builddir@ 106abs_srcdir = @abs_srcdir@ 107abs_top_builddir = @abs_top_builddir@ 108abs_top_srcdir = @abs_top_srcdir@ 109ac_ct_CC = @ac_ct_CC@ 110ac_ct_CXX = @ac_ct_CXX@ 111ac_ct_F77 = @ac_ct_F77@ 112am__include = @am__include@ 113am__leading_dot = @am__leading_dot@ 114am__quote = @am__quote@ 115am__tar = @am__tar@ 116am__untar = @am__untar@ 117bindir = @bindir@ 118build = @build@ 119build_alias = @build_alias@ 120build_cpu = @build_cpu@ 121build_os = @build_os@ 122build_vendor = @build_vendor@ 123builddir = @builddir@ 124datadir = @datadir@ 125datarootdir = @datarootdir@ 126docdir = @docdir@ 127dvidir = @dvidir@ 128exec_prefix = @exec_prefix@ 129fsect = @fsect@ 130host = @host@ 131host_alias = @host_alias@ 132host_cpu = @host_cpu@ 133host_os = @host_os@ 134host_vendor = @host_vendor@ 135htmldir = @htmldir@ 136includedir = @includedir@ 137infodir = @infodir@ 138install_sh = @install_sh@ 139libdir = @libdir@ 140libexecdir = @libexecdir@ 141localedir = @localedir@ 142localstatedir = @localstatedir@ 143mandir = @mandir@ 144mkdir_p = @mkdir_p@ 145oldincludedir = @oldincludedir@ 146pdfdir = @pdfdir@ 147prefix = @prefix@ 148program_transform_name = @program_transform_name@ 149psdir = @psdir@ 150sbindir = @sbindir@ 151sharedstatedir = @sharedstatedir@ 152srcdir = @srcdir@ 153sysconfdir = @sysconfdir@ 154target_alias = @target_alias@ 155top_builddir = @top_builddir@ 156top_srcdir = @top_srcdir@ 157EXTRA_DIST = README example.py py_magic.c py_magic.h setup.py 158all: all-am 159 160.SUFFIXES: 161$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 162 @for dep in $?; do \ 163 case '$(am__configure_deps)' in \ 164 *$$dep*) \ 165 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ 166 && exit 0; \ 167 exit 1;; \ 168 esac; \ 169 done; \ 170 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu python/Makefile'; \ 171 cd $(top_srcdir) && \ 172 $(AUTOMAKE) --gnu python/Makefile 173.PRECIOUS: Makefile 174Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 175 @case '$?' in \ 176 *config.status*) \ 177 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 178 *) \ 179 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 180 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 181 esac; 182 183$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 184 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 185 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 190 191mostlyclean-libtool: 192 -rm -f *.lo 193 194clean-libtool: 195 -rm -rf .libs _libs 196tags: TAGS 197TAGS: 198 199ctags: CTAGS 200CTAGS: 201 202 203distdir: $(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,/[^/]*$$,,' | \ 213 sort -u` ;; \ 214 esac; \ 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; \ 221 fi; \ 222 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ 223 else \ 224 test -f $(distdir)/$$file \ 225 || cp -p $$d/$$file $(distdir)/$$file \ 226 || exit 1; \ 227 fi; \ 228 done 229check-am: all-am 230check: check-am 231all-am: Makefile 232installdirs: 233install: install-am 234install-exec: install-exec-am 235install-data: install-data-am 236uninstall: uninstall-am 237 238install-am: all-am 239 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 240 241installcheck: installcheck-am 242install-strip: 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 247mostlyclean-generic: 248 249clean-generic: 250 251distclean-generic: 252 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 253 254maintainer-clean-generic: 255 @echo "This command is intended for maintainers to use" 256 @echo "it deletes files that may require special tools to rebuild." 257clean: clean-am 258 259clean-am: clean-generic clean-libtool mostlyclean-am 260 261distclean: distclean-am 262 -rm -f Makefile 263distclean-am: clean-am distclean-generic 264 265dvi: dvi-am 266 267dvi-am: 268 269html: html-am 270 271info: info-am 272 273info-am: 274 275install-data-am: 276 277install-dvi: install-dvi-am 278 279install-exec-am: 280 281install-html: install-html-am 282 283install-info: install-info-am 284 285install-man: 286 287install-pdf: install-pdf-am 288 289install-ps: install-ps-am 290 291installcheck-am: 292 293maintainer-clean: maintainer-clean-am 294 -rm -f Makefile 295maintainer-clean-am: distclean-am maintainer-clean-generic 296 297mostlyclean: mostlyclean-am 298 299mostlyclean-am: mostlyclean-generic mostlyclean-libtool 300 301pdf: pdf-am 302 303pdf-am: 304 305ps: ps-am 306 307ps-am: 308 309uninstall-am: 310 311.MAKE: install-am install-strip 312 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 323 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. 326.NOEXPORT: 327