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

模拟服务器

开发平台:

Visual C++

  1. # Makefile.in generated by automake 1.7.6 from Makefile.am.
  2. # src/realmlist/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 -I$(srcdir)/../game
  121. noinst_LIBRARIES = librealmlist.a
  122. librealmlist_a_SOURCES = RealmClient.cpp RealmClient.h 
  123.                          RealmListSrv.cpp RealmListSrv.h
  124. subdir = src/realmlist
  125. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  126. mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
  127. CONFIG_HEADER = $(top_builddir)/config.h
  128. CONFIG_CLEAN_FILES =
  129. LIBRARIES = $(noinst_LIBRARIES)
  130. librealmlist_a_AR = $(AR) cru
  131. librealmlist_a_LIBADD =
  132. am_librealmlist_a_OBJECTS = RealmClient.$(OBJEXT) RealmListSrv.$(OBJEXT)
  133. librealmlist_a_OBJECTS = $(am_librealmlist_a_OBJECTS)
  134. DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
  135. depcomp = $(SHELL) $(top_srcdir)/depcomp
  136. am__depfiles_maybe = depfiles
  137. DEP_FILES = ./$(DEPDIR)/RealmClient.Po 
  138. ./$(DEPDIR)/RealmListSrv.Po
  139. CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) 
  140. $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
  141. CXXLD = $(CXX)
  142. CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) 
  143. -o $@
  144. COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) 
  145. $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  146. CCLD = $(CC)
  147. LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
  148. DIST_SOURCES = $(librealmlist_a_SOURCES)
  149. DIST_COMMON = Makefile.am Makefile.in
  150. SOURCES = $(librealmlist_a_SOURCES)
  151. all: all-am
  152. .SUFFIXES:
  153. .SUFFIXES: .cpp .o .obj
  154. $(srcdir)/Makefile.in: # Makefile.am  $(top_srcdir)/configure.ac $(ACLOCAL_M4)
  155. cd $(top_srcdir) && 
  156.   $(AUTOMAKE) --gnu  src/realmlist/Makefile
  157. Makefile: # $(srcdir)/Makefile.in  $(top_builddir)/config.status
  158. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
  159. AR = ar
  160. clean-noinstLIBRARIES:
  161. -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
  162. librealmlist.a: $(librealmlist_a_OBJECTS) $(librealmlist_a_DEPENDENCIES) 
  163. -rm -f librealmlist.a
  164. $(librealmlist_a_AR) librealmlist.a $(librealmlist_a_OBJECTS) $(librealmlist_a_LIBADD)
  165. $(RANLIB) librealmlist.a
  166. mostlyclean-compile:
  167. -rm -f *.$(OBJEXT) core *.core
  168. distclean-compile:
  169. -rm -f *.tab.c
  170. include ./$(DEPDIR)/RealmClient.Po
  171. include ./$(DEPDIR)/RealmListSrv.Po
  172. distclean-depend:
  173. -rm -rf ./$(DEPDIR)
  174. .cpp.o:
  175. if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" 
  176.   -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; 
  177. then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; 
  178. else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; 
  179. fi
  180. # source='$<' object='$@' libtool=no 
  181. # depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' 
  182. # $(CXXDEPMODE) $(depcomp) 
  183. # $(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
  184. .cpp.obj:
  185. if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" 
  186.   -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; 
  187. then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; 
  188. else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; 
  189. fi
  190. # source='$<' object='$@' libtool=no 
  191. # depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' 
  192. # $(CXXDEPMODE) $(depcomp) 
  193. # $(CXXCOMPILE) -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
  194. uninstall-info-am:
  195. ETAGS = etags
  196. ETAGSFLAGS =
  197. CTAGS = ctags
  198. CTAGSFLAGS =
  199. tags: TAGS
  200. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  201. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; 
  202. unique=`for i in $$list; do 
  203.     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; 
  204.   done | 
  205.   $(AWK) '    { files[$$0] = 1; } 
  206.        END { for (i in files) print i; }'`; 
  207. mkid -fID $$unique
  208. TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) 
  209. $(TAGS_FILES) $(LISP)
  210. tags=; 
  211. here=`pwd`; 
  212. list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; 
  213. unique=`for i in $$list; do 
  214.     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; 
  215.   done | 
  216.   $(AWK) '    { files[$$0] = 1; } 
  217.        END { for (i in files) print i; }'`; 
  218. test -z "$(ETAGS_ARGS)$$tags$$unique" 
  219.   || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) 
  220.      $$tags $$unique
  221. ctags: CTAGS
  222. CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) 
  223. $(TAGS_FILES) $(LISP)
  224. tags=; 
  225. here=`pwd`; 
  226. list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; 
  227. unique=`for i in $$list; do 
  228.     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; 
  229.   done | 
  230.   $(AWK) '    { files[$$0] = 1; } 
  231.        END { for (i in files) print i; }'`; 
  232. test -z "$(CTAGS_ARGS)$$tags$$unique" 
  233.   || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) 
  234.      $$tags $$unique
  235. GTAGS:
  236. here=`$(am__cd) $(top_builddir) && pwd` 
  237.   && cd $(top_srcdir) 
  238.   && gtags -i $(GTAGS_ARGS) $$here
  239. distclean-tags:
  240. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  241. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  242. top_distdir = ../..
  243. distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
  244. distdir: $(DISTFILES)
  245. @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 
  246. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; 
  247. list='$(DISTFILES)'; for file in $$list; do 
  248.   case $$file in 
  249.     $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; 
  250.     $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; 
  251.   esac; 
  252.   if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; 
  253.   dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; 
  254.   if test "$$dir" != "$$file" && test "$$dir" != "."; then 
  255.     dir="/$$dir"; 
  256.     $(mkinstalldirs) "$(distdir)$$dir"; 
  257.   else 
  258.     dir=''; 
  259.   fi; 
  260.   if test -d $$d/$$file; then 
  261.     if test -d $(srcdir)/$$file && test $$d != $(srcdir); then 
  262.       cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; 
  263.     fi; 
  264.     cp -pR $$d/$$file $(distdir)$$dir || exit 1; 
  265.   else 
  266.     test -f $(distdir)/$$file 
  267.     || cp -p $$d/$$file $(distdir)/$$file 
  268.     || exit 1; 
  269.   fi; 
  270. done
  271. check-am: all-am
  272. check: check-am
  273. all-am: Makefile $(LIBRARIES)
  274. installdirs:
  275. install: install-am
  276. install-exec: install-exec-am
  277. install-data: install-data-am
  278. uninstall: uninstall-am
  279. install-am: all-am
  280. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  281. installcheck: installcheck-am
  282. install-strip:
  283. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" 
  284.   INSTALL_STRIP_FLAG=-s 
  285.   `test -z '$(STRIP)' || 
  286.     echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  287. mostlyclean-generic:
  288. clean-generic:
  289. distclean-generic:
  290. -rm -f Makefile $(CONFIG_CLEAN_FILES)
  291. maintainer-clean-generic:
  292. @echo "This command is intended for maintainers to use"
  293. @echo "it deletes files that may require special tools to rebuild."
  294. clean: clean-am
  295. clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
  296. distclean: distclean-am
  297. distclean-am: clean-am distclean-compile distclean-depend 
  298. distclean-generic distclean-tags
  299. dvi: dvi-am
  300. dvi-am:
  301. info: info-am
  302. info-am:
  303. install-data-am:
  304. install-exec-am:
  305. install-info: install-info-am
  306. install-man:
  307. installcheck-am:
  308. maintainer-clean: maintainer-clean-am
  309. maintainer-clean-am: distclean-am maintainer-clean-generic
  310. mostlyclean: mostlyclean-am
  311. mostlyclean-am: mostlyclean-compile mostlyclean-generic
  312. pdf: pdf-am
  313. pdf-am:
  314. ps: ps-am
  315. ps-am:
  316. uninstall-am: uninstall-info-am
  317. .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic 
  318. clean-noinstLIBRARIES ctags distclean distclean-compile 
  319. distclean-depend distclean-generic distclean-tags distdir dvi 
  320. dvi-am info info-am install install-am install-data 
  321. install-data-am install-exec install-exec-am install-info 
  322. install-info-am install-man install-strip installcheck 
  323. installcheck-am installdirs maintainer-clean 
  324. maintainer-clean-generic mostlyclean mostlyclean-compile 
  325. mostlyclean-generic pdf pdf-am ps ps-am tags uninstall 
  326. uninstall-am uninstall-info-am
  327. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  328. # Otherwise a system limit (for SysV at least) may be exceeded.
  329. .NOEXPORT: