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

模拟服务器

开发平台:

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 = src
  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. RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive 
  54. html-recursive info-recursive install-data-recursive 
  55. install-exec-recursive install-info-recursive 
  56. install-recursive installcheck-recursive installdirs-recursive 
  57. pdf-recursive ps-recursive uninstall-info-recursive 
  58. uninstall-recursive
  59. ETAGS = etags
  60. CTAGS = ctags
  61. DIST_SUBDIRS = $(SUBDIRS)
  62. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  63. ACLOCAL = @ACLOCAL@
  64. ALLOCA = @ALLOCA@
  65. AMDEP_FALSE = @AMDEP_FALSE@
  66. AMDEP_TRUE = @AMDEP_TRUE@
  67. AMTAR = @AMTAR@
  68. AUTOCONF = @AUTOCONF@
  69. AUTOHEADER = @AUTOHEADER@
  70. AUTOMAKE = @AUTOMAKE@
  71. AWK = @AWK@
  72. CC = @CC@
  73. CCDEPMODE = @CCDEPMODE@
  74. CFLAGS = @CFLAGS@
  75. CPP = @CPP@
  76. CPPFLAGS = @CPPFLAGS@
  77. CXX = @CXX@
  78. CXXDEPMODE = @CXXDEPMODE@
  79. CXXFLAGS = @CXXFLAGS@
  80. CYGPATH_W = @CYGPATH_W@
  81. DEFS = @DEFS@
  82. DEPDIR = @DEPDIR@
  83. ECHO_C = @ECHO_C@
  84. ECHO_N = @ECHO_N@
  85. ECHO_T = @ECHO_T@
  86. EGREP = @EGREP@
  87. EXEEXT = @EXEEXT@
  88. INSTALL_DATA = @INSTALL_DATA@
  89. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  90. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  91. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  92. LDFLAGS = @LDFLAGS@
  93. LIBOBJS = @LIBOBJS@
  94. LIBS = @LIBS@
  95. LTLIBOBJS = @LTLIBOBJS@
  96. MAINT = @MAINT@
  97. MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
  98. MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
  99. MAKEINFO = @MAKEINFO@
  100. OBJEXT = @OBJEXT@
  101. PACKAGE = @PACKAGE@
  102. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  103. PACKAGE_NAME = @PACKAGE_NAME@
  104. PACKAGE_STRING = @PACKAGE_STRING@
  105. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  106. PACKAGE_VERSION = @PACKAGE_VERSION@
  107. PATH_SEPARATOR = @PATH_SEPARATOR@
  108. RANLIB = @RANLIB@
  109. SET_MAKE = @SET_MAKE@
  110. SHELL = @SHELL@
  111. STRIP = @STRIP@
  112. VERSION = @VERSION@
  113. ac_ct_CC = @ac_ct_CC@
  114. ac_ct_CXX = @ac_ct_CXX@
  115. ac_ct_RANLIB = @ac_ct_RANLIB@
  116. ac_ct_STRIP = @ac_ct_STRIP@
  117. am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
  118. am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
  119. am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
  120. am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
  121. am__include = @am__include@
  122. am__leading_dot = @am__leading_dot@
  123. am__quote = @am__quote@
  124. bindir = @bindir@
  125. build_alias = @build_alias@
  126. datadir = @datadir@
  127. exec_prefix = @exec_prefix@
  128. host_alias = @host_alias@
  129. includedir = @includedir@
  130. infodir = @infodir@
  131. install_sh = @install_sh@
  132. libdir = @libdir@
  133. libexecdir = @libexecdir@
  134. localstatedir = @localstatedir@
  135. mandir = @mandir@
  136. mkdir_p = @mkdir_p@
  137. oldincludedir = @oldincludedir@
  138. prefix = @prefix@
  139. program_transform_name = @program_transform_name@
  140. sbindir = @sbindir@
  141. sharedstatedir = @sharedstatedir@
  142. sysconfdir = @sysconfdir@
  143. target_alias = @target_alias@
  144. SUBDIRS = shared realmlist game wowpython 
  145. all: all-recursive
  146. .SUFFIXES:
  147. $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
  148. @for dep in $?; do 
  149.   case '$(am__configure_deps)' in 
  150.     *$$dep*) 
  151.       cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 
  152. && exit 0; 
  153.       exit 1;; 
  154.   esac; 
  155. done; 
  156. echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/Makefile'; 
  157. cd $(top_srcdir) && 
  158.   $(AUTOMAKE) --gnu  src/Makefile
  159. .PRECIOUS: Makefile
  160. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  161. @case '$?' in 
  162.   *config.status*) 
  163.     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; 
  164.   *) 
  165.     echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; 
  166.     cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; 
  167. esac;
  168. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  169. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  170. $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
  171. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  172. $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
  173. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  174. uninstall-info-am:
  175. # This directory's subdirectories are mostly independent; you can cd
  176. # into them and run `make' without going through this Makefile.
  177. # To change the values of `make' variables: instead of editing Makefiles,
  178. # (1) if the variable is set in `config.status', edit `config.status'
  179. #     (which will cause the Makefiles to be regenerated when you run `make');
  180. # (2) otherwise, pass the desired values on the `make' command line.
  181. $(RECURSIVE_TARGETS):
  182. @set fnord $$MAKEFLAGS; amf=$$2; 
  183. dot_seen=no; 
  184. target=`echo $@ | sed s/-recursive//`; 
  185. list='$(SUBDIRS)'; for subdir in $$list; do 
  186.   echo "Making $$target in $$subdir"; 
  187.   if test "$$subdir" = "."; then 
  188.     dot_seen=yes; 
  189.     local_target="$$target-am"; 
  190.   else 
  191.     local_target="$$target"; 
  192.   fi; 
  193.   (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) 
  194.    || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; 
  195. done; 
  196. if test "$$dot_seen" = "no"; then 
  197.   $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; 
  198. fi; test -z "$$fail"
  199. mostlyclean-recursive clean-recursive distclean-recursive 
  200. maintainer-clean-recursive:
  201. @set fnord $$MAKEFLAGS; amf=$$2; 
  202. dot_seen=no; 
  203. case "$@" in 
  204.   distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; 
  205.   *) list='$(SUBDIRS)' ;; 
  206. esac; 
  207. rev=''; for subdir in $$list; do 
  208.   if test "$$subdir" = "."; then :; else 
  209.     rev="$$subdir $$rev"; 
  210.   fi; 
  211. done; 
  212. rev="$$rev ."; 
  213. target=`echo $@ | sed s/-recursive//`; 
  214. for subdir in $$rev; do 
  215.   echo "Making $$target in $$subdir"; 
  216.   if test "$$subdir" = "."; then 
  217.     local_target="$$target-am"; 
  218.   else 
  219.     local_target="$$target"; 
  220.   fi; 
  221.   (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) 
  222.    || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; 
  223. done && test -z "$$fail"
  224. tags-recursive:
  225. list='$(SUBDIRS)'; for subdir in $$list; do 
  226.   test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); 
  227. done
  228. ctags-recursive:
  229. list='$(SUBDIRS)'; for subdir in $$list; do 
  230.   test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); 
  231. done
  232. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  233. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; 
  234. unique=`for i in $$list; do 
  235.     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; 
  236.   done | 
  237.   $(AWK) '    { files[$$0] = 1; } 
  238.        END { for (i in files) print i; }'`; 
  239. mkid -fID $$unique
  240. tags: TAGS
  241. TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) 
  242. $(TAGS_FILES) $(LISP)
  243. tags=; 
  244. here=`pwd`; 
  245. if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then 
  246.   include_option=--etags-include; 
  247.   empty_fix=.; 
  248. else 
  249.   include_option=--include; 
  250.   empty_fix=; 
  251. fi; 
  252. list='$(SUBDIRS)'; for subdir in $$list; do 
  253.   if test "$$subdir" = .; then :; else 
  254.     test ! -f $$subdir/TAGS || 
  255.       tags="$$tags $$include_option=$$here/$$subdir/TAGS"; 
  256.   fi; 
  257. done; 
  258. list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; 
  259. unique=`for i in $$list; do 
  260.     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; 
  261.   done | 
  262.   $(AWK) '    { files[$$0] = 1; } 
  263.        END { for (i in files) print i; }'`; 
  264. if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else 
  265.   test -n "$$unique" || unique=$$empty_fix; 
  266.   $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) 
  267.     $$tags $$unique; 
  268. fi
  269. ctags: CTAGS
  270. CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) 
  271. $(TAGS_FILES) $(LISP)
  272. tags=; 
  273. here=`pwd`; 
  274. list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; 
  275. unique=`for i in $$list; do 
  276.     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; 
  277.   done | 
  278.   $(AWK) '    { files[$$0] = 1; } 
  279.        END { for (i in files) print i; }'`; 
  280. test -z "$(CTAGS_ARGS)$$tags$$unique" 
  281.   || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) 
  282.      $$tags $$unique
  283. GTAGS:
  284. here=`$(am__cd) $(top_builddir) && pwd` 
  285.   && cd $(top_srcdir) 
  286.   && gtags -i $(GTAGS_ARGS) $$here
  287. distclean-tags:
  288. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  289. distdir: $(DISTFILES)
  290. @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 
  291. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; 
  292. list='$(DISTFILES)'; for file in $$list; do 
  293.   case $$file in 
  294.     $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; 
  295.     $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; 
  296.   esac; 
  297.   if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; 
  298.   dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; 
  299.   if test "$$dir" != "$$file" && test "$$dir" != "."; then 
  300.     dir="/$$dir"; 
  301.     $(mkdir_p) "$(distdir)$$dir"; 
  302.   else 
  303.     dir=''; 
  304.   fi; 
  305.   if test -d $$d/$$file; then 
  306.     if test -d $(srcdir)/$$file && test $$d != $(srcdir); then 
  307.       cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; 
  308.     fi; 
  309.     cp -pR $$d/$$file $(distdir)$$dir || exit 1; 
  310.   else 
  311.     test -f $(distdir)/$$file 
  312.     || cp -p $$d/$$file $(distdir)/$$file 
  313.     || exit 1; 
  314.   fi; 
  315. done
  316. list='$(SUBDIRS)'; for subdir in $$list; do 
  317.   if test "$$subdir" = .; then :; else 
  318.     test -d "$(distdir)/$$subdir" 
  319.     || mkdir "$(distdir)/$$subdir" 
  320.     || exit 1; 
  321.     (cd $$subdir && 
  322.       $(MAKE) $(AM_MAKEFLAGS) 
  323.         top_distdir="../$(top_distdir)" 
  324.         distdir="../$(distdir)/$$subdir" 
  325.         distdir) 
  326.       || exit 1; 
  327.   fi; 
  328. done
  329. check-am: all-am
  330. check: check-recursive
  331. all-am: Makefile
  332. installdirs: installdirs-recursive
  333. installdirs-am:
  334. install: install-recursive
  335. install-exec: install-exec-recursive
  336. install-data: install-data-recursive
  337. uninstall: uninstall-recursive
  338. install-am: all-am
  339. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  340. installcheck: installcheck-recursive
  341. install-strip:
  342. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" 
  343.   install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s 
  344.   `test -z '$(STRIP)' || 
  345.     echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  346. mostlyclean-generic:
  347. clean-generic:
  348. distclean-generic:
  349. -rm -f $(CONFIG_CLEAN_FILES)
  350. maintainer-clean-generic:
  351. @echo "This command is intended for maintainers to use"
  352. @echo "it deletes files that may require special tools to rebuild."
  353. clean: clean-recursive
  354. clean-am: clean-generic mostlyclean-am
  355. distclean: distclean-recursive
  356. -rm -f Makefile
  357. distclean-am: clean-am distclean-generic distclean-tags
  358. dvi: dvi-recursive
  359. dvi-am:
  360. html: html-recursive
  361. info: info-recursive
  362. info-am:
  363. install-data-am:
  364. install-exec-am:
  365. install-info: install-info-recursive
  366. install-man:
  367. installcheck-am:
  368. maintainer-clean: maintainer-clean-recursive
  369. -rm -f Makefile
  370. maintainer-clean-am: distclean-am maintainer-clean-generic
  371. mostlyclean: mostlyclean-recursive
  372. mostlyclean-am: mostlyclean-generic
  373. pdf: pdf-recursive
  374. pdf-am:
  375. ps: ps-recursive
  376. ps-am:
  377. uninstall-am: uninstall-info-am
  378. uninstall-info: uninstall-info-recursive
  379. .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am 
  380. clean clean-generic clean-recursive ctags ctags-recursive 
  381. distclean distclean-generic distclean-recursive distclean-tags 
  382. distdir dvi dvi-am html html-am info info-am install 
  383. install-am install-data install-data-am install-exec 
  384. install-exec-am install-info install-info-am install-man 
  385. install-strip installcheck installcheck-am installdirs 
  386. installdirs-am maintainer-clean maintainer-clean-generic 
  387. maintainer-clean-recursive mostlyclean mostlyclean-generic 
  388. mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive 
  389. uninstall uninstall-am uninstall-info-am
  390. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  391. # Otherwise a system limit (for SysV at least) may be exceeded.
  392. .NOEXPORT: