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

模拟服务器

开发平台:

Visual C++

  1. # Makefile.in generated by automake 1.7.6 from Makefile.am.
  2. # @configure_input@
  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. @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. ACLOCAL = @ACLOCAL@
  43. ALLOCA = @ALLOCA@
  44. AMDEP_FALSE = @AMDEP_FALSE@
  45. AMDEP_TRUE = @AMDEP_TRUE@
  46. AMTAR = @AMTAR@
  47. AUTOCONF = @AUTOCONF@
  48. AUTOHEADER = @AUTOHEADER@
  49. AUTOMAKE = @AUTOMAKE@
  50. AWK = @AWK@
  51. CC = @CC@
  52. CCDEPMODE = @CCDEPMODE@
  53. CFLAGS = @CFLAGS@
  54. CPP = @CPP@
  55. CPPFLAGS = @CPPFLAGS@
  56. CXX = @CXX@
  57. CXXDEPMODE = @CXXDEPMODE@
  58. CXXFLAGS = @CXXFLAGS@
  59. CYGPATH_W = @CYGPATH_W@
  60. DEFS = @DEFS@
  61. DEPDIR = @DEPDIR@
  62. ECHO_C = @ECHO_C@
  63. ECHO_N = @ECHO_N@
  64. ECHO_T = @ECHO_T@
  65. EGREP = @EGREP@
  66. EXEEXT = @EXEEXT@
  67. INSTALL_DATA = @INSTALL_DATA@
  68. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  69. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  70. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  71. LDFLAGS = @LDFLAGS@
  72. LIBOBJS = @LIBOBJS@
  73. LIBS = @LIBS@
  74. LTLIBOBJS = @LTLIBOBJS@
  75. MAINT = @MAINT@
  76. MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
  77. MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
  78. MAKEINFO = @MAKEINFO@
  79. OBJEXT = @OBJEXT@
  80. PACKAGE = @PACKAGE@
  81. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  82. PACKAGE_NAME = @PACKAGE_NAME@
  83. PACKAGE_STRING = @PACKAGE_STRING@
  84. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  85. PACKAGE_VERSION = @PACKAGE_VERSION@
  86. PATH_SEPARATOR = @PATH_SEPARATOR@
  87. RANLIB = @RANLIB@
  88. SET_MAKE = @SET_MAKE@
  89. SHELL = @SHELL@
  90. STRIP = @STRIP@
  91. VERSION = @VERSION@
  92. ac_ct_CC = @ac_ct_CC@
  93. ac_ct_CXX = @ac_ct_CXX@
  94. ac_ct_RANLIB = @ac_ct_RANLIB@
  95. ac_ct_STRIP = @ac_ct_STRIP@
  96. am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
  97. am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
  98. am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
  99. am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
  100. am__include = @am__include@
  101. am__leading_dot = @am__leading_dot@
  102. am__quote = @am__quote@
  103. bindir = @bindir@
  104. build_alias = @build_alias@
  105. datadir = @datadir@
  106. exec_prefix = @exec_prefix@
  107. host_alias = @host_alias@
  108. includedir = @includedir@
  109. infodir = @infodir@
  110. install_sh = @install_sh@
  111. libdir = @libdir@
  112. libexecdir = @libexecdir@
  113. localstatedir = @localstatedir@
  114. mandir = @mandir@
  115. oldincludedir = @oldincludedir@
  116. prefix = @prefix@
  117. program_transform_name = @program_transform_name@
  118. sbindir = @sbindir@
  119. sharedstatedir = @sharedstatedir@
  120. sysconfdir = @sysconfdir@
  121. target_alias = @target_alias@
  122. INCLUDES = -I$(srcdir) -I$(srcdir)/../shared -I$(srcdir)/../game
  123. noinst_LIBRARIES = librealmlist.a
  124. librealmlist_a_SOURCES = RealmClient.cpp RealmClient.h 
  125.                          RealmListSrv.cpp RealmListSrv.h
  126. subdir = src/realmlist
  127. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  128. mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
  129. CONFIG_HEADER = $(top_builddir)/config.h
  130. CONFIG_CLEAN_FILES =
  131. LIBRARIES = $(noinst_LIBRARIES)
  132. librealmlist_a_AR = $(AR) cru
  133. librealmlist_a_LIBADD =
  134. am_librealmlist_a_OBJECTS = RealmClient.$(OBJEXT) RealmListSrv.$(OBJEXT)
  135. librealmlist_a_OBJECTS = $(am_librealmlist_a_OBJECTS)
  136. DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
  137. depcomp = $(SHELL) $(top_srcdir)/depcomp
  138. am__depfiles_maybe = depfiles
  139. @AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/RealmClient.Po 
  140. @AMDEP_TRUE@ ./$(DEPDIR)/RealmListSrv.Po
  141. CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) 
  142. $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
  143. CXXLD = $(CXX)
  144. CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) 
  145. -o $@
  146. COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) 
  147. $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  148. CCLD = $(CC)
  149. LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
  150. DIST_SOURCES = $(librealmlist_a_SOURCES)
  151. DIST_COMMON = Makefile.am Makefile.in
  152. SOURCES = $(librealmlist_a_SOURCES)
  153. all: all-am
  154. .SUFFIXES:
  155. .SUFFIXES: .cpp .o .obj
  156. $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am  $(top_srcdir)/configure.ac $(ACLOCAL_M4)
  157. cd $(top_srcdir) && 
  158.   $(AUTOMAKE) --gnu  src/realmlist/Makefile
  159. Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
  160. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
  161. AR = ar
  162. clean-noinstLIBRARIES:
  163. -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
  164. librealmlist.a: $(librealmlist_a_OBJECTS) $(librealmlist_a_DEPENDENCIES) 
  165. -rm -f librealmlist.a
  166. $(librealmlist_a_AR) librealmlist.a $(librealmlist_a_OBJECTS) $(librealmlist_a_LIBADD)
  167. $(RANLIB) librealmlist.a
  168. mostlyclean-compile:
  169. -rm -f *.$(OBJEXT) core *.core
  170. distclean-compile:
  171. -rm -f *.tab.c
  172. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/RealmClient.Po@am__quote@
  173. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/RealmListSrv.Po@am__quote@
  174. distclean-depend:
  175. -rm -rf ./$(DEPDIR)
  176. .cpp.o:
  177. @am__fastdepCXX_TRUE@ if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" 
  178. @am__fastdepCXX_TRUE@   -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; 
  179. @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; 
  180. @am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; 
  181. @am__fastdepCXX_TRUE@ fi
  182. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  183. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
  184. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  185. @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
  186. .cpp.obj:
  187. @am__fastdepCXX_TRUE@ if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" 
  188. @am__fastdepCXX_TRUE@   -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; 
  189. @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; 
  190. @am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; 
  191. @am__fastdepCXX_TRUE@ fi
  192. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  193. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
  194. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  195. @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
  196. uninstall-info-am:
  197. ETAGS = etags
  198. ETAGSFLAGS =
  199. CTAGS = ctags
  200. CTAGSFLAGS =
  201. tags: TAGS
  202. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  203. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; 
  204. unique=`for i in $$list; do 
  205.     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; 
  206.   done | 
  207.   $(AWK) '    { files[$$0] = 1; } 
  208.        END { for (i in files) print i; }'`; 
  209. mkid -fID $$unique
  210. TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) 
  211. $(TAGS_FILES) $(LISP)
  212. tags=; 
  213. here=`pwd`; 
  214. list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; 
  215. unique=`for i in $$list; do 
  216.     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; 
  217.   done | 
  218.   $(AWK) '    { files[$$0] = 1; } 
  219.        END { for (i in files) print i; }'`; 
  220. test -z "$(ETAGS_ARGS)$$tags$$unique" 
  221.   || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) 
  222.      $$tags $$unique
  223. ctags: CTAGS
  224. CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) 
  225. $(TAGS_FILES) $(LISP)
  226. tags=; 
  227. here=`pwd`; 
  228. list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; 
  229. unique=`for i in $$list; do 
  230.     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; 
  231.   done | 
  232.   $(AWK) '    { files[$$0] = 1; } 
  233.        END { for (i in files) print i; }'`; 
  234. test -z "$(CTAGS_ARGS)$$tags$$unique" 
  235.   || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) 
  236.      $$tags $$unique
  237. GTAGS:
  238. here=`$(am__cd) $(top_builddir) && pwd` 
  239.   && cd $(top_srcdir) 
  240.   && gtags -i $(GTAGS_ARGS) $$here
  241. distclean-tags:
  242. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  243. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  244. top_distdir = ../..
  245. distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
  246. distdir: $(DISTFILES)
  247. @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 
  248. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; 
  249. list='$(DISTFILES)'; for file in $$list; do 
  250.   case $$file in 
  251.     $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; 
  252.     $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; 
  253.   esac; 
  254.   if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; 
  255.   dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; 
  256.   if test "$$dir" != "$$file" && test "$$dir" != "."; then 
  257.     dir="/$$dir"; 
  258.     $(mkinstalldirs) "$(distdir)$$dir"; 
  259.   else 
  260.     dir=''; 
  261.   fi; 
  262.   if test -d $$d/$$file; then 
  263.     if test -d $(srcdir)/$$file && test $$d != $(srcdir); then 
  264.       cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; 
  265.     fi; 
  266.     cp -pR $$d/$$file $(distdir)$$dir || exit 1; 
  267.   else 
  268.     test -f $(distdir)/$$file 
  269.     || cp -p $$d/$$file $(distdir)/$$file 
  270.     || exit 1; 
  271.   fi; 
  272. done
  273. check-am: all-am
  274. check: check-am
  275. all-am: Makefile $(LIBRARIES)
  276. installdirs:
  277. install: install-am
  278. install-exec: install-exec-am
  279. install-data: install-data-am
  280. uninstall: uninstall-am
  281. install-am: all-am
  282. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  283. installcheck: installcheck-am
  284. install-strip:
  285. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" 
  286.   INSTALL_STRIP_FLAG=-s 
  287.   `test -z '$(STRIP)' || 
  288.     echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  289. mostlyclean-generic:
  290. clean-generic:
  291. distclean-generic:
  292. -rm -f Makefile $(CONFIG_CLEAN_FILES)
  293. maintainer-clean-generic:
  294. @echo "This command is intended for maintainers to use"
  295. @echo "it deletes files that may require special tools to rebuild."
  296. clean: clean-am
  297. clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
  298. distclean: distclean-am
  299. distclean-am: clean-am distclean-compile distclean-depend 
  300. distclean-generic distclean-tags
  301. dvi: dvi-am
  302. dvi-am:
  303. info: info-am
  304. info-am:
  305. install-data-am:
  306. install-exec-am:
  307. install-info: install-info-am
  308. install-man:
  309. installcheck-am:
  310. maintainer-clean: maintainer-clean-am
  311. maintainer-clean-am: distclean-am maintainer-clean-generic
  312. mostlyclean: mostlyclean-am
  313. mostlyclean-am: mostlyclean-compile mostlyclean-generic
  314. pdf: pdf-am
  315. pdf-am:
  316. ps: ps-am
  317. ps-am:
  318. uninstall-am: uninstall-info-am
  319. .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic 
  320. clean-noinstLIBRARIES ctags distclean distclean-compile 
  321. distclean-depend distclean-generic distclean-tags distdir dvi 
  322. dvi-am info info-am install install-am install-data 
  323. install-data-am install-exec install-exec-am install-info 
  324. install-info-am install-man install-strip installcheck 
  325. installcheck-am installdirs maintainer-clean 
  326. maintainer-clean-generic mostlyclean mostlyclean-compile 
  327. mostlyclean-generic pdf pdf-am ps ps-am tags uninstall 
  328. uninstall-am uninstall-info-am
  329. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  330. # Otherwise a system limit (for SysV at least) may be exceeded.
  331. .NOEXPORT: