Makefile.in 9.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364
  1. # Makefile.in generated by automake 1.11.1 from Makefile.am.
  2. # @configure_input@
  3. # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
  4. # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
  5. # 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. # This program is distributed in the hope that it will be useful,
  10. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  11. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  12. # PARTICULAR PURPOSE.
  13. @SET_MAKE@
  14. VPATH = @srcdir@
  15. pkgincludedir = $(includedir)/@PACKAGE@
  16. pkglibdir = $(libdir)/@PACKAGE@
  17. pkglibexecdir = $(libexecdir)/@PACKAGE@
  18. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  19. install_sh_DATA = $(install_sh) -c -m 644
  20. install_sh_PROGRAM = $(install_sh) -c
  21. install_sh_SCRIPT = $(install_sh) -c
  22. INSTALL_HEADER = $(INSTALL_DATA)
  23. transform = $(program_transform_name)
  24. NORMAL_INSTALL = :
  25. PRE_INSTALL = :
  26. POST_INSTALL = :
  27. NORMAL_UNINSTALL = :
  28. PRE_UNINSTALL = :
  29. POST_UNINSTALL = :
  30. build_triplet = @build@
  31. host_triplet = @host@
  32. subdir = python
  33. DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in
  34. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  35. am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
  36. $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
  37. $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
  38. $(top_srcdir)/m4/visibility.m4 $(top_srcdir)/acinclude.m4 \
  39. $(top_srcdir)/configure.ac
  40. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  41. $(ACLOCAL_M4)
  42. mkinstalldirs = $(install_sh) -d
  43. CONFIG_HEADER = $(top_builddir)/config.h
  44. CONFIG_CLEAN_FILES =
  45. CONFIG_CLEAN_VPATH_FILES =
  46. AM_V_GEN = $(am__v_GEN_$(V))
  47. am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
  48. am__v_GEN_0 = @echo " GEN " $@;
  49. AM_V_at = $(am__v_at_$(V))
  50. am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
  51. am__v_at_0 = @
  52. SOURCES =
  53. DIST_SOURCES =
  54. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  55. pkgdatadir = @pkgdatadir@
  56. ACLOCAL = @ACLOCAL@
  57. AMTAR = @AMTAR@
  58. AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  59. AR = @AR@
  60. AUTOCONF = @AUTOCONF@
  61. AUTOHEADER = @AUTOHEADER@
  62. AUTOMAKE = @AUTOMAKE@
  63. AWK = @AWK@
  64. CC = @CC@
  65. CCDEPMODE = @CCDEPMODE@
  66. CFLAGS = @CFLAGS@
  67. CFLAG_VISIBILITY = @CFLAG_VISIBILITY@
  68. CPP = @CPP@
  69. CPPFLAGS = @CPPFLAGS@
  70. CYGPATH_W = @CYGPATH_W@
  71. DEFS = @DEFS@
  72. DEPDIR = @DEPDIR@
  73. DSYMUTIL = @DSYMUTIL@
  74. DUMPBIN = @DUMPBIN@
  75. ECHO_C = @ECHO_C@
  76. ECHO_N = @ECHO_N@
  77. ECHO_T = @ECHO_T@
  78. EGREP = @EGREP@
  79. EXEEXT = @EXEEXT@
  80. FGREP = @FGREP@
  81. GREP = @GREP@
  82. HAVE_VISIBILITY = @HAVE_VISIBILITY@
  83. INSTALL = @INSTALL@
  84. INSTALL_DATA = @INSTALL_DATA@
  85. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  86. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  87. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  88. LD = @LD@
  89. LDFLAGS = @LDFLAGS@
  90. LIBOBJS = @LIBOBJS@
  91. LIBS = @LIBS@
  92. LIBTOOL = @LIBTOOL@
  93. LIPO = @LIPO@
  94. LN_S = @LN_S@
  95. LTLIBOBJS = @LTLIBOBJS@
  96. MAKEINFO = @MAKEINFO@
  97. MINGW = @MINGW@
  98. MKDIR_P = @MKDIR_P@
  99. NM = @NM@
  100. NMEDIT = @NMEDIT@
  101. OBJDUMP = @OBJDUMP@
  102. OBJEXT = @OBJEXT@
  103. OTOOL = @OTOOL@
  104. OTOOL64 = @OTOOL64@
  105. PACKAGE = @PACKAGE@
  106. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  107. PACKAGE_NAME = @PACKAGE_NAME@
  108. PACKAGE_STRING = @PACKAGE_STRING@
  109. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  110. PACKAGE_URL = @PACKAGE_URL@
  111. PACKAGE_VERSION = @PACKAGE_VERSION@
  112. PATH_SEPARATOR = @PATH_SEPARATOR@
  113. RANLIB = @RANLIB@
  114. SED = @SED@
  115. SET_MAKE = @SET_MAKE@
  116. SHELL = @SHELL@
  117. STRIP = @STRIP@
  118. VERSION = @VERSION@
  119. WARNINGS = @WARNINGS@
  120. abs_builddir = @abs_builddir@
  121. abs_srcdir = @abs_srcdir@
  122. abs_top_builddir = @abs_top_builddir@
  123. abs_top_srcdir = @abs_top_srcdir@
  124. ac_ct_CC = @ac_ct_CC@
  125. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  126. am__include = @am__include@
  127. am__leading_dot = @am__leading_dot@
  128. am__quote = @am__quote@
  129. am__tar = @am__tar@
  130. am__untar = @am__untar@
  131. bindir = @bindir@
  132. build = @build@
  133. build_alias = @build_alias@
  134. build_cpu = @build_cpu@
  135. build_os = @build_os@
  136. build_vendor = @build_vendor@
  137. builddir = @builddir@
  138. datadir = @datadir@
  139. datarootdir = @datarootdir@
  140. docdir = @docdir@
  141. dvidir = @dvidir@
  142. exec_prefix = @exec_prefix@
  143. fsect = @fsect@
  144. host = @host@
  145. host_alias = @host_alias@
  146. host_cpu = @host_cpu@
  147. host_os = @host_os@
  148. host_vendor = @host_vendor@
  149. htmldir = @htmldir@
  150. includedir = @includedir@
  151. infodir = @infodir@
  152. install_sh = @install_sh@
  153. libdir = @libdir@
  154. libexecdir = @libexecdir@
  155. localedir = @localedir@
  156. localstatedir = @localstatedir@
  157. lt_ECHO = @lt_ECHO@
  158. mandir = @mandir@
  159. mkdir_p = @mkdir_p@
  160. oldincludedir = @oldincludedir@
  161. pdfdir = @pdfdir@
  162. prefix = @prefix@
  163. program_transform_name = @program_transform_name@
  164. psdir = @psdir@
  165. sbindir = @sbindir@
  166. sharedstatedir = @sharedstatedir@
  167. srcdir = @srcdir@
  168. sysconfdir = @sysconfdir@
  169. target_alias = @target_alias@
  170. top_build_prefix = @top_build_prefix@
  171. top_builddir = @top_builddir@
  172. top_srcdir = @top_srcdir@
  173. EXTRA_DIST = README example.py magic.py setup.py
  174. all: all-am
  175. .SUFFIXES:
  176. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  177. @for dep in $?; do \
  178. case '$(am__configure_deps)' in \
  179. *$$dep*) \
  180. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  181. && { if test -f $@; then exit 0; else break; fi; }; \
  182. exit 1;; \
  183. esac; \
  184. done; \
  185. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign python/Makefile'; \
  186. $(am__cd) $(top_srcdir) && \
  187. $(AUTOMAKE) --foreign python/Makefile
  188. .PRECIOUS: Makefile
  189. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  190. @case '$?' in \
  191. *config.status*) \
  192. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  193. *) \
  194. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  195. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  196. esac;
  197. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  198. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  199. $(top_srcdir)/configure: $(am__configure_deps)
  200. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  201. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  202. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  203. $(am__aclocal_m4_deps):
  204. mostlyclean-libtool:
  205. -rm -f *.lo
  206. clean-libtool:
  207. -rm -rf .libs _libs
  208. tags: TAGS
  209. TAGS:
  210. ctags: CTAGS
  211. CTAGS:
  212. distdir: $(DISTFILES)
  213. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  214. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  215. list='$(DISTFILES)'; \
  216. dist_files=`for file in $$list; do echo $$file; done | \
  217. sed -e "s|^$$srcdirstrip/||;t" \
  218. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  219. case $$dist_files in \
  220. */*) $(MKDIR_P) `echo "$$dist_files" | \
  221. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  222. sort -u` ;; \
  223. esac; \
  224. for file in $$dist_files; do \
  225. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  226. if test -d $$d/$$file; then \
  227. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  228. if test -d "$(distdir)/$$file"; then \
  229. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  230. fi; \
  231. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  232. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  233. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  234. fi; \
  235. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  236. else \
  237. test -f "$(distdir)/$$file" \
  238. || cp -p $$d/$$file "$(distdir)/$$file" \
  239. || exit 1; \
  240. fi; \
  241. done
  242. check-am: all-am
  243. check: check-am
  244. all-am: Makefile
  245. installdirs:
  246. install: install-am
  247. install-exec: install-exec-am
  248. install-data: install-data-am
  249. uninstall: uninstall-am
  250. install-am: all-am
  251. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  252. installcheck: installcheck-am
  253. install-strip:
  254. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  255. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  256. `test -z '$(STRIP)' || \
  257. echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  258. mostlyclean-generic:
  259. clean-generic:
  260. distclean-generic:
  261. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  262. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  263. maintainer-clean-generic:
  264. @echo "This command is intended for maintainers to use"
  265. @echo "it deletes files that may require special tools to rebuild."
  266. clean: clean-am
  267. clean-am: clean-generic clean-libtool mostlyclean-am
  268. distclean: distclean-am
  269. -rm -f Makefile
  270. distclean-am: clean-am distclean-generic
  271. dvi: dvi-am
  272. dvi-am:
  273. html: html-am
  274. html-am:
  275. info: info-am
  276. info-am:
  277. install-data-am:
  278. install-dvi: install-dvi-am
  279. install-dvi-am:
  280. install-exec-am:
  281. install-html: install-html-am
  282. install-html-am:
  283. install-info: install-info-am
  284. install-info-am:
  285. install-man:
  286. install-pdf: install-pdf-am
  287. install-pdf-am:
  288. install-ps: install-ps-am
  289. install-ps-am:
  290. installcheck-am:
  291. maintainer-clean: maintainer-clean-am
  292. -rm -f Makefile
  293. maintainer-clean-am: distclean-am maintainer-clean-generic
  294. mostlyclean: mostlyclean-am
  295. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  296. pdf: pdf-am
  297. pdf-am:
  298. ps: ps-am
  299. ps-am:
  300. uninstall-am:
  301. .MAKE: install-am install-strip
  302. .PHONY: all all-am check check-am clean clean-generic clean-libtool \
  303. distclean distclean-generic distclean-libtool distdir dvi \
  304. dvi-am html html-am info info-am install install-am \
  305. install-data install-data-am install-dvi install-dvi-am \
  306. install-exec install-exec-am install-html install-html-am \
  307. install-info install-info-am install-man install-pdf \
  308. install-pdf-am install-ps install-ps-am install-strip \
  309. installcheck installcheck-am installdirs maintainer-clean \
  310. maintainer-clean-generic mostlyclean mostlyclean-generic \
  311. mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am
  312. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  313. # Otherwise a system limit (for SysV at least) may be exceeded.
  314. .NOEXPORT: