Makefile.in 8.5 KB

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