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

模拟服务器

开发平台:

Visual C++

  1. # Makefile.in generated by automake 1.7.6 from Makefile.am.
  2. # src/game/Makefile.  Generated from Makefile.in by configure.
  3. # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
  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. # 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 = /usr/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. ACLOCAL = ${SHELL} /home/lemmings/wowpython0.10.1/missing --run aclocal-1.7
  41. ALLOCA = 
  42. AMDEP_FALSE = #
  43. AMDEP_TRUE = 
  44. AMTAR = ${SHELL} /home/lemmings/wowpython0.10.1/missing --run tar
  45. AUTOCONF = ${SHELL} /home/lemmings/wowpython0.10.1/missing --run autoconf
  46. AUTOHEADER = ${SHELL} /home/lemmings/wowpython0.10.1/missing --run autoheader
  47. AUTOMAKE = ${SHELL} /home/lemmings/wowpython0.10.1/missing --run automake-1.7
  48. AWK = gawk
  49. CC = gcc
  50. CCDEPMODE = depmode=gcc3
  51. CFLAGS = -g -O2
  52. CPP = gcc -E
  53. CPPFLAGS = -I/home/lemmings/wowpython0.10.1/./dep/inc/mysql
  54. CXX = g++
  55. CXXDEPMODE = depmode=gcc3
  56. CXXFLAGS = -g -O2
  57. CYGPATH_W = echo
  58. DEFS = -DHAVE_CONFIG_H
  59. DEPDIR = .deps
  60. ECHO_C = 
  61. ECHO_N = -n
  62. ECHO_T = 
  63. EGREP = grep -E
  64. EXEEXT = 
  65. INSTALL_DATA = ${INSTALL} -m 644
  66. INSTALL_PROGRAM = ${INSTALL}
  67. INSTALL_SCRIPT = ${INSTALL}
  68. INSTALL_STRIP_PROGRAM = ${SHELL} $(install_sh) -c -s
  69. LDFLAGS = -L/usr/local/lib/mysql -L/home/lemmings/wowpython0.10.1/./dep/lib
  70. LIBOBJS = 
  71. LIBS = -lmysqlclient -lz -lpthread 
  72. LTLIBOBJS = 
  73. MAINT = #
  74. MAINTAINER_MODE_FALSE = 
  75. MAINTAINER_MODE_TRUE = #
  76. MAKEINFO = ${SHELL} /home/lemmings/wowpython0.10.1/missing --run makeinfo
  77. OBJEXT = o
  78. PACKAGE = wowpython
  79. PACKAGE_BUGREPORT = Team Python
  80. PACKAGE_NAME = WoWPython
  81. PACKAGE_STRING = WoWPython 0.10.0.1
  82. PACKAGE_TARNAME = wowpython
  83. PACKAGE_VERSION = 0.10.0.1
  84. PATH_SEPARATOR = :
  85. RANLIB = ranlib
  86. SET_MAKE = 
  87. SHELL = /bin/sh
  88. STRIP = 
  89. VERSION = 0.10.0.1
  90. ac_ct_CC = gcc
  91. ac_ct_CXX = g++
  92. ac_ct_RANLIB = ranlib
  93. ac_ct_STRIP = 
  94. am__fastdepCC_FALSE = #
  95. am__fastdepCC_TRUE = 
  96. am__fastdepCXX_FALSE = #
  97. am__fastdepCXX_TRUE = 
  98. am__include = include
  99. am__leading_dot = .
  100. am__quote = 
  101. bindir = ${exec_prefix}/bin
  102. build_alias = 
  103. datadir = ${prefix}/share
  104. exec_prefix = ${prefix}
  105. host_alias = 
  106. includedir = ${prefix}/include
  107. infodir = ${prefix}/info
  108. install_sh = /home/lemmings/wowpython0.10.1/install-sh
  109. libdir = ${exec_prefix}/lib
  110. libexecdir = ${exec_prefix}/libexec
  111. localstatedir = ${prefix}/var
  112. mandir = ${prefix}/man
  113. oldincludedir = /usr/include
  114. prefix = /usr/local
  115. program_transform_name = s,x,x,
  116. sbindir = ${exec_prefix}/sbin
  117. sharedstatedir = ${prefix}/com
  118. sysconfdir = ${prefix}/etc
  119. target_alias = 
  120. INCLUDES = -I$(srcdir) -I$(srcdir)/../shared
  121. noinst_LIBRARIES = libgame.a
  122. libgame_a_SOURCES = AuraHandler.cpp AuraHandler.h 
  123.     Character.cpp Character.h 
  124.                     CharacterHandler.cpp CharacterHandler.h 
  125.                     ChatHandler.cpp ChatHandler.h Combat.cpp Combat.h 
  126.                     GameClient.cpp GameClient.h 
  127.                     GameObject.cpp GameObject.h Group.cpp Group.h 
  128.                     GroupHandler.cpp GroupHandler.h Item.cpp Item.h 
  129.                     ItemHandler.cpp ItemHandler.h 
  130.                     Level0.cpp Level1.cpp Level2.cpp Level3.cpp 
  131.                     MiscHandler.cpp MiscHandler.h 
  132.                     MovementHandler.cpp MovementHandler.h 
  133.                     MsgHandler.h NPCHandler.cpp NPCHandler.h 
  134.     PetHandler.cpp PetHandler.h 
  135.                     Object.cpp Object.h ObjectMgr.cpp ObjectMgr.h 
  136.                     Opcodes.h Path.h QueryHandler.cpp QueryHandler.h 
  137.                     Quest.h QuestHandler.cpp QuestHandler.h 
  138.                     SkillHandler.cpp SkillHandler.h 
  139.                     SpellHandler.cpp SpellHandler.h Stats.h 
  140.                     TaxiHandler.cpp TaxiHandler.h Unit.cpp Unit.h 
  141.                     UpdateMask.h World.h WorldServer.cpp WorldServer.h
  142. subdir = src/game
  143. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  144. mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
  145. CONFIG_HEADER = $(top_builddir)/config.h
  146. CONFIG_CLEAN_FILES =
  147. LIBRARIES = $(noinst_LIBRARIES)
  148. libgame_a_AR = $(AR) cru
  149. libgame_a_LIBADD =
  150. am_libgame_a_OBJECTS = AuraHandler.$(OBJEXT) Character.$(OBJEXT) 
  151. CharacterHandler.$(OBJEXT) ChatHandler.$(OBJEXT) 
  152. Combat.$(OBJEXT) GameClient.$(OBJEXT) GameObject.$(OBJEXT) 
  153. Group.$(OBJEXT) GroupHandler.$(OBJEXT) Item.$(OBJEXT) 
  154. ItemHandler.$(OBJEXT) Level0.$(OBJEXT) Level1.$(OBJEXT) 
  155. Level2.$(OBJEXT) Level3.$(OBJEXT) MiscHandler.$(OBJEXT) 
  156. MovementHandler.$(OBJEXT) NPCHandler.$(OBJEXT) 
  157. PetHandler.$(OBJEXT) Object.$(OBJEXT) ObjectMgr.$(OBJEXT) 
  158. QueryHandler.$(OBJEXT) QuestHandler.$(OBJEXT) 
  159. SkillHandler.$(OBJEXT) SpellHandler.$(OBJEXT) 
  160. TaxiHandler.$(OBJEXT) Unit.$(OBJEXT) WorldServer.$(OBJEXT)
  161. libgame_a_OBJECTS = $(am_libgame_a_OBJECTS)
  162. DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
  163. depcomp = $(SHELL) $(top_srcdir)/depcomp
  164. am__depfiles_maybe = depfiles
  165. DEP_FILES = ./$(DEPDIR)/AuraHandler.Po 
  166. ./$(DEPDIR)/Character.Po 
  167. ./$(DEPDIR)/CharacterHandler.Po 
  168. ./$(DEPDIR)/ChatHandler.Po ./$(DEPDIR)/Combat.Po 
  169. ./$(DEPDIR)/GameClient.Po ./$(DEPDIR)/GameObject.Po 
  170. ./$(DEPDIR)/Group.Po ./$(DEPDIR)/GroupHandler.Po 
  171. ./$(DEPDIR)/Item.Po ./$(DEPDIR)/ItemHandler.Po 
  172. ./$(DEPDIR)/Level0.Po ./$(DEPDIR)/Level1.Po 
  173. ./$(DEPDIR)/Level2.Po ./$(DEPDIR)/Level3.Po 
  174. ./$(DEPDIR)/MiscHandler.Po 
  175. ./$(DEPDIR)/MovementHandler.Po 
  176. ./$(DEPDIR)/NPCHandler.Po ./$(DEPDIR)/Object.Po 
  177. ./$(DEPDIR)/ObjectMgr.Po ./$(DEPDIR)/PetHandler.Po 
  178. ./$(DEPDIR)/QueryHandler.Po 
  179. ./$(DEPDIR)/QuestHandler.Po 
  180. ./$(DEPDIR)/SkillHandler.Po 
  181. ./$(DEPDIR)/SpellHandler.Po 
  182. ./$(DEPDIR)/TaxiHandler.Po ./$(DEPDIR)/Unit.Po 
  183. ./$(DEPDIR)/WorldServer.Po
  184. CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) 
  185. $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
  186. CXXLD = $(CXX)
  187. CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) 
  188. -o $@
  189. COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) 
  190. $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  191. CCLD = $(CC)
  192. LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
  193. DIST_SOURCES = $(libgame_a_SOURCES)
  194. DIST_COMMON = Makefile.am Makefile.in
  195. SOURCES = $(libgame_a_SOURCES)
  196. all: all-am
  197. .SUFFIXES:
  198. .SUFFIXES: .cpp .o .obj
  199. $(srcdir)/Makefile.in: # Makefile.am  $(top_srcdir)/configure.ac $(ACLOCAL_M4)
  200. cd $(top_srcdir) && 
  201.   $(AUTOMAKE) --gnu  src/game/Makefile
  202. Makefile: # $(srcdir)/Makefile.in  $(top_builddir)/config.status
  203. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
  204. AR = ar
  205. clean-noinstLIBRARIES:
  206. -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
  207. libgame.a: $(libgame_a_OBJECTS) $(libgame_a_DEPENDENCIES) 
  208. -rm -f libgame.a
  209. $(libgame_a_AR) libgame.a $(libgame_a_OBJECTS) $(libgame_a_LIBADD)
  210. $(RANLIB) libgame.a
  211. mostlyclean-compile:
  212. -rm -f *.$(OBJEXT) core *.core
  213. distclean-compile:
  214. -rm -f *.tab.c
  215. include ./$(DEPDIR)/AuraHandler.Po
  216. include ./$(DEPDIR)/Character.Po
  217. include ./$(DEPDIR)/CharacterHandler.Po
  218. include ./$(DEPDIR)/ChatHandler.Po
  219. include ./$(DEPDIR)/Combat.Po
  220. include ./$(DEPDIR)/GameClient.Po
  221. include ./$(DEPDIR)/GameObject.Po
  222. include ./$(DEPDIR)/Group.Po
  223. include ./$(DEPDIR)/GroupHandler.Po
  224. include ./$(DEPDIR)/Item.Po
  225. include ./$(DEPDIR)/ItemHandler.Po
  226. include ./$(DEPDIR)/Level0.Po
  227. include ./$(DEPDIR)/Level1.Po
  228. include ./$(DEPDIR)/Level2.Po
  229. include ./$(DEPDIR)/Level3.Po
  230. include ./$(DEPDIR)/MiscHandler.Po
  231. include ./$(DEPDIR)/MovementHandler.Po
  232. include ./$(DEPDIR)/NPCHandler.Po
  233. include ./$(DEPDIR)/Object.Po
  234. include ./$(DEPDIR)/ObjectMgr.Po
  235. include ./$(DEPDIR)/PetHandler.Po
  236. include ./$(DEPDIR)/QueryHandler.Po
  237. include ./$(DEPDIR)/QuestHandler.Po
  238. include ./$(DEPDIR)/SkillHandler.Po
  239. include ./$(DEPDIR)/SpellHandler.Po
  240. include ./$(DEPDIR)/TaxiHandler.Po
  241. include ./$(DEPDIR)/Unit.Po
  242. include ./$(DEPDIR)/WorldServer.Po
  243. distclean-depend:
  244. -rm -rf ./$(DEPDIR)
  245. .cpp.o:
  246. if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" 
  247.   -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; 
  248. then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; 
  249. else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; 
  250. fi
  251. # source='$<' object='$@' libtool=no 
  252. # depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' 
  253. # $(CXXDEPMODE) $(depcomp) 
  254. # $(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
  255. .cpp.obj:
  256. if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" 
  257.   -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; 
  258. then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; 
  259. else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; 
  260. fi
  261. # source='$<' object='$@' libtool=no 
  262. # depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' 
  263. # $(CXXDEPMODE) $(depcomp) 
  264. # $(CXXCOMPILE) -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
  265. uninstall-info-am:
  266. ETAGS = etags
  267. ETAGSFLAGS =
  268. CTAGS = ctags
  269. CTAGSFLAGS =
  270. tags: TAGS
  271. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  272. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; 
  273. unique=`for i in $$list; do 
  274.     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; 
  275.   done | 
  276.   $(AWK) '    { files[$$0] = 1; } 
  277.        END { for (i in files) print i; }'`; 
  278. mkid -fID $$unique
  279. TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) 
  280. $(TAGS_FILES) $(LISP)
  281. tags=; 
  282. here=`pwd`; 
  283. list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; 
  284. unique=`for i in $$list; do 
  285.     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; 
  286.   done | 
  287.   $(AWK) '    { files[$$0] = 1; } 
  288.        END { for (i in files) print i; }'`; 
  289. test -z "$(ETAGS_ARGS)$$tags$$unique" 
  290.   || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) 
  291.      $$tags $$unique
  292. ctags: CTAGS
  293. CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) 
  294. $(TAGS_FILES) $(LISP)
  295. tags=; 
  296. here=`pwd`; 
  297. list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; 
  298. unique=`for i in $$list; do 
  299.     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; 
  300.   done | 
  301.   $(AWK) '    { files[$$0] = 1; } 
  302.        END { for (i in files) print i; }'`; 
  303. test -z "$(CTAGS_ARGS)$$tags$$unique" 
  304.   || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) 
  305.      $$tags $$unique
  306. GTAGS:
  307. here=`$(am__cd) $(top_builddir) && pwd` 
  308.   && cd $(top_srcdir) 
  309.   && gtags -i $(GTAGS_ARGS) $$here
  310. distclean-tags:
  311. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  312. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  313. top_distdir = ../..
  314. distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
  315. distdir: $(DISTFILES)
  316. @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 
  317. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; 
  318. list='$(DISTFILES)'; for file in $$list; do 
  319.   case $$file in 
  320.     $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; 
  321.     $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; 
  322.   esac; 
  323.   if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; 
  324.   dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; 
  325.   if test "$$dir" != "$$file" && test "$$dir" != "."; then 
  326.     dir="/$$dir"; 
  327.     $(mkinstalldirs) "$(distdir)$$dir"; 
  328.   else 
  329.     dir=''; 
  330.   fi; 
  331.   if test -d $$d/$$file; then 
  332.     if test -d $(srcdir)/$$file && test $$d != $(srcdir); then 
  333.       cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; 
  334.     fi; 
  335.     cp -pR $$d/$$file $(distdir)$$dir || exit 1; 
  336.   else 
  337.     test -f $(distdir)/$$file 
  338.     || cp -p $$d/$$file $(distdir)/$$file 
  339.     || exit 1; 
  340.   fi; 
  341. done
  342. check-am: all-am
  343. check: check-am
  344. all-am: Makefile $(LIBRARIES)
  345. installdirs:
  346. install: install-am
  347. install-exec: install-exec-am
  348. install-data: install-data-am
  349. uninstall: uninstall-am
  350. install-am: all-am
  351. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  352. installcheck: installcheck-am
  353. install-strip:
  354. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" 
  355.   INSTALL_STRIP_FLAG=-s 
  356.   `test -z '$(STRIP)' || 
  357.     echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  358. mostlyclean-generic:
  359. clean-generic:
  360. distclean-generic:
  361. -rm -f Makefile $(CONFIG_CLEAN_FILES)
  362. maintainer-clean-generic:
  363. @echo "This command is intended for maintainers to use"
  364. @echo "it deletes files that may require special tools to rebuild."
  365. clean: clean-am
  366. clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
  367. distclean: distclean-am
  368. distclean-am: clean-am distclean-compile distclean-depend 
  369. distclean-generic distclean-tags
  370. dvi: dvi-am
  371. dvi-am:
  372. info: info-am
  373. info-am:
  374. install-data-am:
  375. install-exec-am:
  376. install-info: install-info-am
  377. install-man:
  378. installcheck-am:
  379. maintainer-clean: maintainer-clean-am
  380. maintainer-clean-am: distclean-am maintainer-clean-generic
  381. mostlyclean: mostlyclean-am
  382. mostlyclean-am: mostlyclean-compile mostlyclean-generic
  383. pdf: pdf-am
  384. pdf-am:
  385. ps: ps-am
  386. ps-am:
  387. uninstall-am: uninstall-info-am
  388. .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic 
  389. clean-noinstLIBRARIES ctags distclean distclean-compile 
  390. distclean-depend distclean-generic distclean-tags distdir dvi 
  391. dvi-am info info-am install install-am install-data 
  392. install-data-am install-exec install-exec-am install-info 
  393. install-info-am install-man install-strip installcheck 
  394. installcheck-am installdirs maintainer-clean 
  395. maintainer-clean-generic mostlyclean mostlyclean-compile 
  396. mostlyclean-generic pdf pdf-am ps ps-am tags uninstall 
  397. uninstall-am uninstall-info-am
  398. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  399. # Otherwise a system limit (for SysV at least) may be exceeded.
  400. .NOEXPORT: