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

模拟服务器

开发平台:

Visual C++

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