Makefile.in
上传用户:jxpjxmjjw
上传日期:2009-12-07
资源大小:5877k
文件大小:8k
源码类别:

模拟服务器

开发平台:

Visual C++

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