Makefile
Upload User: jxpjxmjjw
Upload Date: 2009-12-07
Package Size: 5877k
Code Size: 13k
Development Platform:

Visual C++

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