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