1# Makefile.in generated by automake 1.12.4 from Makefile.am. 2# @configure_input@ 3 4# Copyright (C) 1994-2012 Free Software Foundation, Inc. 5 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@ 17am__make_dryrun = \ 18 { \ 19 am__dry=no; \ 20 case $$MAKEFLAGS in \ 21 *\\[\ \ ]*) \ 22 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ 23 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ 24 *) \ 25 for am__flg in $$MAKEFLAGS; do \ 26 case $$am__flg in \ 27 *=*|--*) ;; \ 28 *n*) am__dry=yes; break;; \ 29 esac; \ 30 done;; \ 31 esac; \ 32 test $$am__dry = yes; \ 33 } 34pkgincludedir = $(includedir)/@PACKAGE@ 35pkglibdir = $(libdir)/@PACKAGE@ 36pkglibexecdir = $(libexecdir)/@PACKAGE@ 37am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 38install_sh_DATA = $(install_sh) -c -m 644 39install_sh_PROGRAM = $(install_sh) -c 40install_sh_SCRIPT = $(install_sh) -c 41INSTALL_HEADER = $(INSTALL_DATA) 42transform = $(program_transform_name) 43NORMAL_INSTALL = : 44PRE_INSTALL = : 45POST_INSTALL = : 46NORMAL_UNINSTALL = : 47PRE_UNINSTALL = : 48POST_UNINSTALL = : 49build_triplet = @build@ 50host_triplet = @host@ 51subdir = python 52DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in 53ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 54am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \ 55 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ 56 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ 57 $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac 58am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 59 $(ACLOCAL_M4) 60mkinstalldirs = $(install_sh) -d 61CONFIG_HEADER = $(top_builddir)/config.h 62CONFIG_CLEAN_FILES = 63CONFIG_CLEAN_VPATH_FILES = 64AM_V_P = $(am__v_P_@AM_V@) 65am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 66am__v_P_0 = false 67am__v_P_1 = : 68AM_V_GEN = $(am__v_GEN_@AM_V@) 69am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 70am__v_GEN_0 = @echo " GEN " $@; 71am__v_GEN_1 = 72AM_V_at = $(am__v_at_@AM_V@) 73am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 74am__v_at_0 = @ 75am__v_at_1 = 76SOURCES = 77DIST_SOURCES = 78am__can_run_installinfo = \ 79 case $$AM_UPDATE_INFO_DIR in \ 80 n|no|NO) false;; \ 81 *) (install-info --version) >/dev/null 2>&1;; \ 82 esac 83DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 84pkgdatadir = @pkgdatadir@ 85ACLOCAL = @ACLOCAL@ 86AMTAR = @AMTAR@ 87AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 88AR = @AR@ 89AUTOCONF = @AUTOCONF@ 90AUTOHEADER = @AUTOHEADER@ 91AUTOMAKE = @AUTOMAKE@ 92AWK = @AWK@ 93CC = @CC@ 94CCDEPMODE = @CCDEPMODE@ 95CFLAGS = @CFLAGS@ 96CFLAG_VISIBILITY = @CFLAG_VISIBILITY@ 97CPP = @CPP@ 98CPPFLAGS = @CPPFLAGS@ 99CYGPATH_W = @CYGPATH_W@ 100DEFS = @DEFS@ 101DEPDIR = @DEPDIR@ 102DSYMUTIL = @DSYMUTIL@ 103DUMPBIN = @DUMPBIN@ 104ECHO_C = @ECHO_C@ 105ECHO_N = @ECHO_N@ 106ECHO_T = @ECHO_T@ 107EGREP = @EGREP@ 108EXEEXT = @EXEEXT@ 109FGREP = @FGREP@ 110GREP = @GREP@ 111HAVE_VISIBILITY = @HAVE_VISIBILITY@ 112INSTALL = @INSTALL@ 113INSTALL_DATA = @INSTALL_DATA@ 114INSTALL_PROGRAM = @INSTALL_PROGRAM@ 115INSTALL_SCRIPT = @INSTALL_SCRIPT@ 116INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 117LD = @LD@ 118LDFLAGS = @LDFLAGS@ 119LIBOBJS = @LIBOBJS@ 120LIBS = @LIBS@ 121LIBTOOL = @LIBTOOL@ 122LIPO = @LIPO@ 123LN_S = @LN_S@ 124LTLIBOBJS = @LTLIBOBJS@ 125MAINT = @MAINT@ 126MAKEINFO = @MAKEINFO@ 127MINGW = @MINGW@ 128MKDIR_P = @MKDIR_P@ 129NM = @NM@ 130NMEDIT = @NMEDIT@ 131OBJDUMP = @OBJDUMP@ 132OBJEXT = @OBJEXT@ 133OTOOL = @OTOOL@ 134OTOOL64 = @OTOOL64@ 135PACKAGE = @PACKAGE@ 136PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 137PACKAGE_NAME = @PACKAGE_NAME@ 138PACKAGE_STRING = @PACKAGE_STRING@ 139PACKAGE_TARNAME = @PACKAGE_TARNAME@ 140PACKAGE_URL = @PACKAGE_URL@ 141PACKAGE_VERSION = @PACKAGE_VERSION@ 142PATH_SEPARATOR = @PATH_SEPARATOR@ 143RANLIB = @RANLIB@ 144SED = @SED@ 145SET_MAKE = @SET_MAKE@ 146SHELL = @SHELL@ 147STRIP = @STRIP@ 148VERSION = @VERSION@ 149WARNINGS = @WARNINGS@ 150abs_builddir = @abs_builddir@ 151abs_srcdir = @abs_srcdir@ 152abs_top_builddir = @abs_top_builddir@ 153abs_top_srcdir = @abs_top_srcdir@ 154ac_ct_CC = @ac_ct_CC@ 155ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 156am__include = @am__include@ 157am__leading_dot = @am__leading_dot@ 158am__quote = @am__quote@ 159am__tar = @am__tar@ 160am__untar = @am__untar@ 161bindir = @bindir@ 162build = @build@ 163build_alias = @build_alias@ 164build_cpu = @build_cpu@ 165build_os = @build_os@ 166build_vendor = @build_vendor@ 167builddir = @builddir@ 168datadir = @datadir@ 169datarootdir = @datarootdir@ 170docdir = @docdir@ 171dvidir = @dvidir@ 172exec_prefix = @exec_prefix@ 173fsect = @fsect@ 174host = @host@ 175host_alias = @host_alias@ 176host_cpu = @host_cpu@ 177host_os = @host_os@ 178host_vendor = @host_vendor@ 179htmldir = @htmldir@ 180includedir = @includedir@ 181infodir = @infodir@ 182install_sh = @install_sh@ 183libdir = @libdir@ 184libexecdir = @libexecdir@ 185localedir = @localedir@ 186localstatedir = @localstatedir@ 187lt_ECHO = @lt_ECHO@ 188mandir = @mandir@ 189mkdir_p = @mkdir_p@ 190oldincludedir = @oldincludedir@ 191pdfdir = @pdfdir@ 192prefix = @prefix@ 193program_transform_name = @program_transform_name@ 194psdir = @psdir@ 195sbindir = @sbindir@ 196sharedstatedir = @sharedstatedir@ 197srcdir = @srcdir@ 198sysconfdir = @sysconfdir@ 199target_alias = @target_alias@ 200top_build_prefix = @top_build_prefix@ 201top_builddir = @top_builddir@ 202top_srcdir = @top_srcdir@ 203EXTRA_DIST = README example.py magic.py setup.py 204all: all-am 205 206.SUFFIXES: 207$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) 208 @for dep in $?; do \ 209 case '$(am__configure_deps)' in \ 210 *$$dep*) \ 211 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 212 && { if test -f $@; then exit 0; else break; fi; }; \ 213 exit 1;; \ 214 esac; \ 215 done; \ 216 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign python/Makefile'; \ 217 $(am__cd) $(top_srcdir) && \ 218 $(AUTOMAKE) --foreign python/Makefile 219.PRECIOUS: Makefile 220Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 221 @case '$?' in \ 222 *config.status*) \ 223 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 224 *) \ 225 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 226 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 227 esac; 228 229$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 230 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 231 232$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 233 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 234$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 235 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 236$(am__aclocal_m4_deps): 237 238mostlyclean-libtool: 239 -rm -f *.lo 240 241clean-libtool: 242 -rm -rf .libs _libs 243tags: TAGS 244TAGS: 245 246ctags: CTAGS 247CTAGS: 248 249cscope cscopelist: 250 251 252distdir: $(DISTFILES) 253 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 254 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 255 list='$(DISTFILES)'; \ 256 dist_files=`for file in $$list; do echo $$file; done | \ 257 sed -e "s|^$$srcdirstrip/||;t" \ 258 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 259 case $$dist_files in \ 260 */*) $(MKDIR_P) `echo "$$dist_files" | \ 261 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 262 sort -u` ;; \ 263 esac; \ 264 for file in $$dist_files; do \ 265 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 266 if test -d $$d/$$file; then \ 267 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 268 if test -d "$(distdir)/$$file"; then \ 269 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 270 fi; \ 271 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 272 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 273 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 274 fi; \ 275 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 276 else \ 277 test -f "$(distdir)/$$file" \ 278 || cp -p $$d/$$file "$(distdir)/$$file" \ 279 || exit 1; \ 280 fi; \ 281 done 282check-am: all-am 283check: check-am 284all-am: Makefile 285installdirs: 286install: install-am 287install-exec: install-exec-am 288install-data: install-data-am 289uninstall: uninstall-am 290 291install-am: all-am 292 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 293 294installcheck: installcheck-am 295install-strip: 296 if test -z '$(STRIP)'; then \ 297 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 298 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 299 install; \ 300 else \ 301 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 302 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 303 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 304 fi 305mostlyclean-generic: 306 307clean-generic: 308 309distclean-generic: 310 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 311 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 312 313maintainer-clean-generic: 314 @echo "This command is intended for maintainers to use" 315 @echo "it deletes files that may require special tools to rebuild." 316clean: clean-am 317 318clean-am: clean-generic clean-libtool mostlyclean-am 319 320distclean: distclean-am 321 -rm -f Makefile 322distclean-am: clean-am distclean-generic 323 324dvi: dvi-am 325 326dvi-am: 327 328html: html-am 329 330html-am: 331 332info: info-am 333 334info-am: 335 336install-data-am: 337 338install-dvi: install-dvi-am 339 340install-dvi-am: 341 342install-exec-am: 343 344install-html: install-html-am 345 346install-html-am: 347 348install-info: install-info-am 349 350install-info-am: 351 352install-man: 353 354install-pdf: install-pdf-am 355 356install-pdf-am: 357 358install-ps: install-ps-am 359 360install-ps-am: 361 362installcheck-am: 363 364maintainer-clean: maintainer-clean-am 365 -rm -f Makefile 366maintainer-clean-am: distclean-am maintainer-clean-generic 367 368mostlyclean: mostlyclean-am 369 370mostlyclean-am: mostlyclean-generic mostlyclean-libtool 371 372pdf: pdf-am 373 374pdf-am: 375 376ps: ps-am 377 378ps-am: 379 380uninstall-am: 381 382.MAKE: install-am install-strip 383 384.PHONY: all all-am check check-am clean clean-generic clean-libtool \ 385 distclean distclean-generic distclean-libtool distdir dvi \ 386 dvi-am html html-am info info-am install install-am \ 387 install-data install-data-am install-dvi install-dvi-am \ 388 install-exec install-exec-am install-html install-html-am \ 389 install-info install-info-am install-man install-pdf \ 390 install-pdf-am install-ps install-ps-am install-strip \ 391 installcheck installcheck-am installdirs maintainer-clean \ 392 maintainer-clean-generic mostlyclean mostlyclean-generic \ 393 mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am 394 395 396# Tell versions [3.59,3.63) of GNU make to not export all variables. 397# Otherwise a system limit (for SysV at least) may be exceeded. 398.NOEXPORT: 399