Makefile.in 8.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318
  1. # Makefile.in generated by automake 1.9.6 from Makefile.am.
  2. # @configure_input@
  3. # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
  4. # 2003, 2004, 2005 Free Software Foundation, Inc.
  5. # This Makefile.in is free software; the Free Software Foundation
  6. # gives unlimited permission to copy and/or distribute it,
  7. # with or without modifications, as long as this notice is preserved.
  8. # This program is distributed in the hope that it will be useful,
  9. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  10. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  11. # PARTICULAR PURPOSE.
  12. @SET_MAKE@
  13. srcdir = @srcdir@
  14. top_srcdir = @top_srcdir@
  15. VPATH = @srcdir@
  16. pkgdatadir = $(datadir)/@PACKAGE@
  17. pkglibdir = $(libdir)/@PACKAGE@
  18. pkgincludedir = $(includedir)/@PACKAGE@
  19. top_builddir = ..
  20. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  21. INSTALL = @INSTALL@
  22. install_sh_DATA = $(install_sh) -c -m 644
  23. install_sh_PROGRAM = $(install_sh) -c
  24. install_sh_SCRIPT = $(install_sh) -c
  25. INSTALL_HEADER = $(INSTALL_DATA)
  26. transform = $(program_transform_name)
  27. NORMAL_INSTALL = :
  28. PRE_INSTALL = :
  29. POST_INSTALL = :
  30. NORMAL_UNINSTALL = :
  31. PRE_UNINSTALL = :
  32. POST_UNINSTALL = :
  33. build_triplet = @build@
  34. host_triplet = @host@
  35. subdir = python
  36. DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in
  37. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  38. am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
  39. $(top_srcdir)/configure.in
  40. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  41. $(ACLOCAL_M4)
  42. mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
  43. CONFIG_HEADER = $(top_builddir)/config.h
  44. CONFIG_CLEAN_FILES =
  45. SOURCES =
  46. DIST_SOURCES =
  47. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  48. ACLOCAL = @ACLOCAL@
  49. AMDEP_FALSE = @AMDEP_FALSE@
  50. AMDEP_TRUE = @AMDEP_TRUE@
  51. AMTAR = @AMTAR@
  52. AR = @AR@
  53. AUTOCONF = @AUTOCONF@
  54. AUTOHEADER = @AUTOHEADER@
  55. AUTOMAKE = @AUTOMAKE@
  56. AWK = @AWK@
  57. CC = @CC@
  58. CCDEPMODE = @CCDEPMODE@
  59. CFLAGS = @CFLAGS@
  60. CPP = @CPP@
  61. CPPFLAGS = @CPPFLAGS@
  62. CXX = @CXX@
  63. CXXCPP = @CXXCPP@
  64. CXXDEPMODE = @CXXDEPMODE@
  65. CXXFLAGS = @CXXFLAGS@
  66. CYGPATH_W = @CYGPATH_W@
  67. DEFS = @DEFS@
  68. DEPDIR = @DEPDIR@
  69. ECHO = @ECHO@
  70. ECHO_C = @ECHO_C@
  71. ECHO_N = @ECHO_N@
  72. ECHO_T = @ECHO_T@
  73. EGREP = @EGREP@
  74. EXEEXT = @EXEEXT@
  75. F77 = @F77@
  76. FFLAGS = @FFLAGS@
  77. FSECT5_FALSE = @FSECT5_FALSE@
  78. FSECT5_TRUE = @FSECT5_TRUE@
  79. INSTALL_DATA = @INSTALL_DATA@
  80. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  81. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  82. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  83. IS_CROSS_COMPILE_FALSE = @IS_CROSS_COMPILE_FALSE@
  84. IS_CROSS_COMPILE_TRUE = @IS_CROSS_COMPILE_TRUE@
  85. LDFLAGS = @LDFLAGS@
  86. LIBOBJS = @LIBOBJS@
  87. LIBS = @LIBS@
  88. LIBTOOL = @LIBTOOL@
  89. LN_S = @LN_S@
  90. LTLIBOBJS = @LTLIBOBJS@
  91. MAINT = @MAINT@
  92. MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
  93. MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
  94. MAKEINFO = @MAKEINFO@
  95. OBJEXT = @OBJEXT@
  96. PACKAGE = @PACKAGE@
  97. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  98. PACKAGE_NAME = @PACKAGE_NAME@
  99. PACKAGE_STRING = @PACKAGE_STRING@
  100. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  101. PACKAGE_VERSION = @PACKAGE_VERSION@
  102. PATH_SEPARATOR = @PATH_SEPARATOR@
  103. RANLIB = @RANLIB@
  104. SET_MAKE = @SET_MAKE@
  105. SHELL = @SHELL@
  106. STRIP = @STRIP@
  107. VERSION = @VERSION@
  108. ac_ct_AR = @ac_ct_AR@
  109. ac_ct_CC = @ac_ct_CC@
  110. ac_ct_CXX = @ac_ct_CXX@
  111. ac_ct_F77 = @ac_ct_F77@
  112. ac_ct_RANLIB = @ac_ct_RANLIB@
  113. ac_ct_STRIP = @ac_ct_STRIP@
  114. am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
  115. am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
  116. am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
  117. am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
  118. am__include = @am__include@
  119. am__leading_dot = @am__leading_dot@
  120. am__quote = @am__quote@
  121. am__tar = @am__tar@
  122. am__untar = @am__untar@
  123. bindir = @bindir@
  124. build = @build@
  125. build_alias = @build_alias@
  126. build_cpu = @build_cpu@
  127. build_os = @build_os@
  128. build_vendor = @build_vendor@
  129. datadir = @datadir@
  130. exec_prefix = @exec_prefix@
  131. fsect = @fsect@
  132. host = @host@
  133. host_alias = @host_alias@
  134. host_cpu = @host_cpu@
  135. host_os = @host_os@
  136. host_vendor = @host_vendor@
  137. includedir = @includedir@
  138. infodir = @infodir@
  139. install_sh = @install_sh@
  140. libdir = @libdir@
  141. libexecdir = @libexecdir@
  142. localstatedir = @localstatedir@
  143. mandir = @mandir@
  144. mkdir_p = @mkdir_p@
  145. oldincludedir = @oldincludedir@
  146. prefix = @prefix@
  147. program_transform_name = @program_transform_name@
  148. sbindir = @sbindir@
  149. sharedstatedir = @sharedstatedir@
  150. sysconfdir = @sysconfdir@
  151. target_alias = @target_alias@
  152. EXTRA_DIST = README example.py py_magic.c py_magic.h setup.py
  153. all: all-am
  154. .SUFFIXES:
  155. $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
  156. @for dep in $?; do \
  157. case '$(am__configure_deps)' in \
  158. *$$dep*) \
  159. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
  160. && exit 0; \
  161. exit 1;; \
  162. esac; \
  163. done; \
  164. echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu python/Makefile'; \
  165. cd $(top_srcdir) && \
  166. $(AUTOMAKE) --gnu python/Makefile
  167. .PRECIOUS: Makefile
  168. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  169. @case '$?' in \
  170. *config.status*) \
  171. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  172. *) \
  173. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  174. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  175. esac;
  176. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  177. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  178. $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
  179. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  180. $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
  181. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  182. mostlyclean-libtool:
  183. -rm -f *.lo
  184. clean-libtool:
  185. -rm -rf .libs _libs
  186. distclean-libtool:
  187. -rm -f libtool
  188. uninstall-info-am:
  189. tags: TAGS
  190. TAGS:
  191. ctags: CTAGS
  192. CTAGS:
  193. distdir: $(DISTFILES)
  194. @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
  195. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
  196. list='$(DISTFILES)'; for file in $$list; do \
  197. case $$file in \
  198. $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
  199. $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
  200. esac; \
  201. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  202. dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
  203. if test "$$dir" != "$$file" && test "$$dir" != "."; then \
  204. dir="/$$dir"; \
  205. $(mkdir_p) "$(distdir)$$dir"; \
  206. else \
  207. dir=''; \
  208. fi; \
  209. if test -d $$d/$$file; then \
  210. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  211. cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
  212. fi; \
  213. cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
  214. else \
  215. test -f $(distdir)/$$file \
  216. || cp -p $$d/$$file $(distdir)/$$file \
  217. || exit 1; \
  218. fi; \
  219. done
  220. check-am: all-am
  221. check: check-am
  222. all-am: Makefile
  223. installdirs:
  224. install: install-am
  225. install-exec: install-exec-am
  226. install-data: install-data-am
  227. uninstall: uninstall-am
  228. install-am: all-am
  229. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  230. installcheck: installcheck-am
  231. install-strip:
  232. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  233. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  234. `test -z '$(STRIP)' || \
  235. echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  236. mostlyclean-generic:
  237. clean-generic:
  238. distclean-generic:
  239. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  240. maintainer-clean-generic:
  241. @echo "This command is intended for maintainers to use"
  242. @echo "it deletes files that may require special tools to rebuild."
  243. clean: clean-am
  244. clean-am: clean-generic clean-libtool mostlyclean-am
  245. distclean: distclean-am
  246. -rm -f Makefile
  247. distclean-am: clean-am distclean-generic distclean-libtool
  248. dvi: dvi-am
  249. dvi-am:
  250. html: html-am
  251. info: info-am
  252. info-am:
  253. install-data-am:
  254. install-exec-am:
  255. install-info: install-info-am
  256. install-man:
  257. installcheck-am:
  258. maintainer-clean: maintainer-clean-am
  259. -rm -f Makefile
  260. maintainer-clean-am: distclean-am maintainer-clean-generic
  261. mostlyclean: mostlyclean-am
  262. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  263. pdf: pdf-am
  264. pdf-am:
  265. ps: ps-am
  266. ps-am:
  267. uninstall-am: uninstall-info-am
  268. .PHONY: all all-am check check-am clean clean-generic clean-libtool \
  269. distclean distclean-generic distclean-libtool distdir dvi \
  270. dvi-am html html-am info info-am install install-am \
  271. install-data install-data-am install-exec install-exec-am \
  272. install-info install-info-am install-man install-strip \
  273. installcheck installcheck-am installdirs maintainer-clean \
  274. maintainer-clean-generic mostlyclean mostlyclean-generic \
  275. mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \
  276. uninstall-info-am
  277. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  278. # Otherwise a system limit (for SysV at least) may be exceeded.
  279. .NOEXPORT: