Makefile.in 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219
  1. # Makefile.in generated by automake 1.6.3 from Makefile.am.
  2. # @configure_input@
  3. # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
  4. # 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. SHELL = @SHELL@
  14. srcdir = @srcdir@
  15. top_srcdir = @top_srcdir@
  16. VPATH = @srcdir@
  17. prefix = @prefix@
  18. exec_prefix = @exec_prefix@
  19. bindir = @bindir@
  20. sbindir = @sbindir@
  21. libexecdir = @libexecdir@
  22. datadir = @datadir@
  23. sysconfdir = @sysconfdir@
  24. sharedstatedir = @sharedstatedir@
  25. localstatedir = @localstatedir@
  26. libdir = @libdir@
  27. infodir = @infodir@
  28. mandir = @mandir@
  29. includedir = @includedir@
  30. oldincludedir = /usr/include
  31. pkgdatadir = $(datadir)/@PACKAGE@
  32. pkglibdir = $(libdir)/@PACKAGE@
  33. pkgincludedir = $(includedir)/@PACKAGE@
  34. top_builddir = ..
  35. ACLOCAL = @ACLOCAL@
  36. AUTOCONF = @AUTOCONF@
  37. AUTOMAKE = @AUTOMAKE@
  38. AUTOHEADER = @AUTOHEADER@
  39. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  40. INSTALL = @INSTALL@
  41. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  42. INSTALL_DATA = @INSTALL_DATA@
  43. install_sh_DATA = $(install_sh) -c -m 644
  44. install_sh_PROGRAM = $(install_sh) -c
  45. install_sh_SCRIPT = $(install_sh) -c
  46. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  47. INSTALL_HEADER = $(INSTALL_DATA)
  48. transform = @program_transform_name@
  49. NORMAL_INSTALL = :
  50. PRE_INSTALL = :
  51. POST_INSTALL = :
  52. NORMAL_UNINSTALL = :
  53. PRE_UNINSTALL = :
  54. POST_UNINSTALL = :
  55. host_alias = @host_alias@
  56. host_triplet = @host@
  57. EXEEXT = @EXEEXT@
  58. OBJEXT = @OBJEXT@
  59. PATH_SEPARATOR = @PATH_SEPARATOR@
  60. AMTAR = @AMTAR@
  61. AS = @AS@
  62. AWK = @AWK@
  63. CC = @CC@
  64. DEPDIR = @DEPDIR@
  65. DLLTOOL = @DLLTOOL@
  66. ECHO = @ECHO@
  67. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  68. LIBTOOL = @LIBTOOL@
  69. LN_S = @LN_S@
  70. OBJDUMP = @OBJDUMP@
  71. PACKAGE = @PACKAGE@
  72. RANLIB = @RANLIB@
  73. STRIP = @STRIP@
  74. VERSION = @VERSION@
  75. am__include = @am__include@
  76. am__quote = @am__quote@
  77. fsect = @fsect@
  78. install_sh = @install_sh@
  79. EXTRA_DIST = README example.py py_magic.c py_magic.h setup.py
  80. subdir = python
  81. mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
  82. CONFIG_HEADER = $(top_builddir)/config.h
  83. CONFIG_CLEAN_FILES =
  84. DIST_SOURCES =
  85. DIST_COMMON = README Makefile.am Makefile.in
  86. all: all-am
  87. .SUFFIXES:
  88. $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
  89. cd $(top_srcdir) && \
  90. $(AUTOMAKE) --gnu python/Makefile
  91. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  92. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
  93. mostlyclean-libtool:
  94. -rm -f *.lo
  95. clean-libtool:
  96. -rm -rf .libs _libs
  97. distclean-libtool:
  98. -rm -f libtool
  99. uninstall-info-am:
  100. tags: TAGS
  101. TAGS:
  102. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  103. top_distdir = ..
  104. distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
  105. distdir: $(DISTFILES)
  106. @list='$(DISTFILES)'; for file in $$list; do \
  107. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  108. dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
  109. if test "$$dir" != "$$file" && test "$$dir" != "."; then \
  110. dir="/$$dir"; \
  111. $(mkinstalldirs) "$(distdir)$$dir"; \
  112. else \
  113. dir=''; \
  114. fi; \
  115. if test -d $$d/$$file; then \
  116. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  117. cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
  118. fi; \
  119. cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
  120. else \
  121. test -f $(distdir)/$$file \
  122. || cp -p $$d/$$file $(distdir)/$$file \
  123. || exit 1; \
  124. fi; \
  125. done
  126. check-am: all-am
  127. check: check-am
  128. all-am: Makefile
  129. installdirs:
  130. install: install-am
  131. install-exec: install-exec-am
  132. install-data: install-data-am
  133. uninstall: uninstall-am
  134. install-am: all-am
  135. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  136. installcheck: installcheck-am
  137. install-strip:
  138. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  139. INSTALL_STRIP_FLAG=-s \
  140. `test -z '$(STRIP)' || \
  141. echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  142. mostlyclean-generic:
  143. clean-generic:
  144. distclean-generic:
  145. -rm -f Makefile $(CONFIG_CLEAN_FILES)
  146. maintainer-clean-generic:
  147. @echo "This command is intended for maintainers to use"
  148. @echo "it deletes files that may require special tools to rebuild."
  149. clean: clean-am
  150. clean-am: clean-generic clean-libtool mostlyclean-am
  151. distclean: distclean-am
  152. distclean-am: clean-am distclean-generic distclean-libtool
  153. dvi: dvi-am
  154. dvi-am:
  155. info: info-am
  156. info-am:
  157. install-data-am:
  158. install-exec-am:
  159. install-info: install-info-am
  160. install-man:
  161. installcheck-am:
  162. maintainer-clean: maintainer-clean-am
  163. maintainer-clean-am: distclean-am maintainer-clean-generic
  164. mostlyclean: mostlyclean-am
  165. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  166. uninstall-am: uninstall-info-am
  167. .PHONY: all all-am check check-am clean clean-generic clean-libtool \
  168. distclean distclean-generic distclean-libtool distdir dvi \
  169. dvi-am info info-am install install-am install-data \
  170. install-data-am install-exec install-exec-am install-info \
  171. install-info-am install-man install-strip installcheck \
  172. installcheck-am installdirs maintainer-clean \
  173. maintainer-clean-generic mostlyclean mostlyclean-generic \
  174. mostlyclean-libtool uninstall uninstall-am uninstall-info-am
  175. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  176. # Otherwise a system limit (for SysV at least) may be exceeded.
  177. .NOEXPORT: