[2612] Applied MaNGOS coding style (see trunk/bcpp.cfg).
[mangos-git.git] / Makefile.in
blob0561d60a9db8fd9f44d36d105b48ab264f42d868
1 # Makefile.in generated by automake 1.9.6 from Makefile.am.
2 # @configure_input@
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005 Free Software Foundation, Inc.
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE.
15 @SET_MAKE@
17 # Copyright (C) 2005,2006 MaNGOS <http://www.mangosproject.org/>
19 # This program is free software; you can redistribute it and/or modify
20 # it under the terms of the GNU General Public License as published by
21 # the Free Software Foundation; either version 2 of the License, or
22 # (at your option) any later version.
24 # This program is distributed in the hope that it will be useful,
25 # but WITHOUT ANY WARRANTY; without even the implied warranty of
26 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
27 # GNU General Public License for more details.
29 # You should have received a copy of the GNU General Public License
30 # along with this program; if not, write to the Free Software
31 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
32 srcdir = @srcdir@
33 top_srcdir = @top_srcdir@
34 VPATH = @srcdir@
35 pkgdatadir = $(datadir)/@PACKAGE@
36 pkglibdir = $(libdir)/@PACKAGE@
37 pkgincludedir = $(includedir)/@PACKAGE@
38 top_builddir = .
39 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
40 INSTALL = @INSTALL@
41 install_sh_DATA = $(install_sh) -c -m 644
42 install_sh_PROGRAM = $(install_sh) -c
43 install_sh_SCRIPT = $(install_sh) -c
44 INSTALL_HEADER = $(INSTALL_DATA)
45 transform = $(program_transform_name)
46 NORMAL_INSTALL = :
47 PRE_INSTALL = :
48 POST_INSTALL = :
49 NORMAL_UNINSTALL = :
50 PRE_UNINSTALL = :
51 POST_UNINSTALL = :
52 build_triplet = @build@
53 host_triplet = @host@
54 DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
55 $(srcdir)/Makefile.in $(srcdir)/config.h.in \
56 $(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \
57 THANKS config.guess config.sub depcomp install-sh ltmain.sh \
58 missing mkinstalldirs
59 subdir = .
60 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
61 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
62 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
63 $(ACLOCAL_M4)
64 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
65 configure.lineno configure.status.lineno
66 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
67 CONFIG_HEADER = config.h
68 CONFIG_CLEAN_FILES =
69 SOURCES =
70 DIST_SOURCES =
71 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
72 html-recursive info-recursive install-data-recursive \
73 install-exec-recursive install-info-recursive \
74 install-recursive installcheck-recursive installdirs-recursive \
75 pdf-recursive ps-recursive uninstall-info-recursive \
76 uninstall-recursive
77 ETAGS = etags
78 CTAGS = ctags
79 DIST_SUBDIRS = $(SUBDIRS)
80 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
81 distdir = $(PACKAGE)-$(VERSION)
82 top_distdir = $(distdir)
83 am__remove_distdir = \
84 { test ! -d $(distdir) \
85 || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
86 && rm -fr $(distdir); }; }
87 DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
88 GZIP_ENV = --best
89 distuninstallcheck_listfiles = find . -type f -print
90 distcleancheck_listfiles = find . -type f -print
91 ACLOCAL = @ACLOCAL@
92 ALLOCA = @ALLOCA@
93 AMDEP_FALSE = @AMDEP_FALSE@
94 AMDEP_TRUE = @AMDEP_TRUE@
95 AMTAR = @AMTAR@
96 AR = @AR@
97 AUTOCONF = @AUTOCONF@
98 AUTOHEADER = @AUTOHEADER@
99 AUTOMAKE = @AUTOMAKE@
100 AWK = @AWK@
101 CC = @CC@
102 CCDEPMODE = @CCDEPMODE@
103 CFLAGS = @CFLAGS@
104 COMPILER_OPTIONS = @COMPILER_OPTIONS@
105 CPP = @CPP@
106 CPPFLAGS = @CPPFLAGS@
107 CXX = @CXX@
108 CXXCPP = @CXXCPP@
109 CXXDEPMODE = @CXXDEPMODE@
110 CXXFLAGS = @CXXFLAGS@
111 CYGPATH_W = @CYGPATH_W@
112 DEFS = @DEFS@
113 DEPDIR = @DEPDIR@
114 ECHO = @ECHO@
115 ECHO_C = @ECHO_C@
116 ECHO_N = @ECHO_N@
117 ECHO_T = @ECHO_T@
118 EGREP = @EGREP@
119 EXEEXT = @EXEEXT@
120 EXTRA_COMPILER_OPTIONS = @EXTRA_COMPILER_OPTIONS@
121 EXTRA_LINKER_OPTIONS = @EXTRA_LINKER_OPTIONS@
122 F77 = @F77@
123 FFLAGS = @FFLAGS@
124 INCLUDES = @INCLUDES@
125 INSTALL_DATA = @INSTALL_DATA@
126 INSTALL_PROGRAM = @INSTALL_PROGRAM@
127 INSTALL_SCRIPT = @INSTALL_SCRIPT@
128 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
129 LDFLAGS = @LDFLAGS@
130 LIBOBJS = @LIBOBJS@
131 LIBS = @LIBS@
132 LIBTOOL = @LIBTOOL@
133 LINKER_OPTIONS = @LINKER_OPTIONS@
134 LN_S = @LN_S@
135 LTLIBOBJS = @LTLIBOBJS@
136 LTMS_AGE = @LTMS_AGE@
137 LTMS_CURRENT = @LTMS_CURRENT@
138 LTMS_RELEASE = @LTMS_RELEASE@
139 LTMS_REVISION = @LTMS_REVISION@
140 LT_AGE = @LT_AGE@
141 LT_CURRENT = @LT_CURRENT@
142 LT_RELEASE = @LT_RELEASE@
143 LT_REVISION = @LT_REVISION@
144 MAINT = @MAINT@
145 MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
146 MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
147 MAKEINFO = @MAKEINFO@
148 MANGOSD_CONFIG = @MANGOSD_CONFIG@
149 MANGOSD_CONFIGDIR = @MANGOSD_CONFIGDIR@
150 MANGOSD_DATA = @MANGOSD_DATA@
151 MANGOSD_ENABLE_CLI = @MANGOSD_ENABLE_CLI@
152 MANGOSD_ENABLE_RA = @MANGOSD_ENABLE_RA@
153 MYSQL_INCLUDES = @MYSQL_INCLUDES@
154 MYSQL_LDFLAGS = @MYSQL_LDFLAGS@
155 OBJEXT = @OBJEXT@
156 OPENSSL_INCLUDES = @OPENSSL_INCLUDES@
157 OPENSSL_LDFLAGS = @OPENSSL_LDFLAGS@
158 PACKAGE = @PACKAGE@
159 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
160 PACKAGE_NAME = @PACKAGE_NAME@
161 PACKAGE_STRING = @PACKAGE_STRING@
162 PACKAGE_TARNAME = @PACKAGE_TARNAME@
163 PACKAGE_VERSION = @PACKAGE_VERSION@
164 PATH_SEPARATOR = @PATH_SEPARATOR@
165 RANLIB = @RANLIB@
166 REALMD_CONFIG = @REALMD_CONFIG@
167 REALMD_CONFIGDIR = @REALMD_CONFIGDIR@
168 SET_MAKE = @SET_MAKE@
169 SHELL = @SHELL@
170 STRIP = @STRIP@
171 VERSION = @VERSION@
172 WITH_APIDOCS = @WITH_APIDOCS@
173 WITH_APIDOCS_TARGET = @WITH_APIDOCS_TARGET@
174 WITH_PYTHON_SUBDIR = @WITH_PYTHON_SUBDIR@
175 WITH_PYTHON_SUBPACKAGE = @WITH_PYTHON_SUBPACKAGE@
176 WITH_PYTHON_VERSION = @WITH_PYTHON_VERSION@
177 __DOXYGEN = @__DOXYGEN@
178 __PYTHON = @__PYTHON@
179 ac_ct_AR = @ac_ct_AR@
180 ac_ct_CC = @ac_ct_CC@
181 ac_ct_CXX = @ac_ct_CXX@
182 ac_ct_F77 = @ac_ct_F77@
183 ac_ct_RANLIB = @ac_ct_RANLIB@
184 ac_ct_STRIP = @ac_ct_STRIP@
185 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
186 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
187 am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
188 am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
189 am__include = @am__include@
190 am__leading_dot = @am__leading_dot@
191 am__quote = @am__quote@
192 am__tar = @am__tar@
193 am__untar = @am__untar@
194 bindir = @bindir@
195 build = @build@
196 build_alias = @build_alias@
197 build_cpu = @build_cpu@
198 build_os = @build_os@
199 build_vendor = @build_vendor@
200 datadir = @datadir@
201 exec_prefix = @exec_prefix@
202 host = @host@
203 host_alias = @host_alias@
204 host_cpu = @host_cpu@
205 host_os = @host_os@
206 host_vendor = @host_vendor@
207 includedir = @includedir@
208 infodir = @infodir@
209 install_sh = @install_sh@
210 libdir = @libdir@
211 libexecdir = @libexecdir@
212 localstatedir = @localstatedir@
213 mandir = @mandir@
214 mkdir_p = @mkdir_p@
215 oldincludedir = @oldincludedir@
216 prefix = @prefix@
217 program_transform_name = @program_transform_name@
218 sbindir = @sbindir@
219 sharedstatedir = @sharedstatedir@
220 sysconfdir = @sysconfdir@
221 target_alias = @target_alias@
223 # Win32 project workspace for Visual Studio .NET 2003
225 # Win32 project workspace for Visual Studio .NET 2005
227 # Win32 project workspace for Visual Studio .NET 2003 and Intel Compiler
229 # MySQL headers
231 # OpenSSL headers
233 # SQLite headers
235 # zlib headers
237 # ZThread headers
239 # MySQL shared library (Win32)
241 # OpenSSL shared library (Win32)
243 # SQLite shared library (Win32)
244 EXTRA_DIST = reconf configure win/mangosdVC71.sln \
245 win/VC71/framework.vcproj win/VC71/game.vcproj \
246 win/VC71/mangosd.vcproj win/VC71/realmd.vcproj \
247 win/VC71/shared.vcproj win/VC71/zlib.vcproj \
248 win/VC71/zthread.vcproj win/mangosdVC80.sln \
249 win/VC80/framework.vcproj win/VC80/game.vcproj \
250 win/VC80/mangosd.vcproj win/VC80/realmd.vcproj \
251 win/VC80/shared.vcproj win/VC80/zlib.vcproj \
252 win/VC80/zthread.vcproj win_intel/mangosdVC71.sln \
253 win_intel/VC71/framework.vcproj win_intel/VC71/game.icproj \
254 win_intel/VC71/game.vcproj win_intel/VC71/mangosd.icproj \
255 win_intel/VC71/mangosd.vcproj win_intel/VC71/realmd.icproj \
256 win_intel/VC71/realmd.vcproj win_intel/VC71/script.icproj \
257 win_intel/VC71/script.vcproj win_intel/VC71/shared.icproj \
258 win_intel/VC71/shared.vcproj win_intel/VC71/zlib.icproj \
259 win_intel/VC71/zlib.vcproj win_intel/VC71/zthread.icproj \
260 win_intel/VC71/zthread.vcproj dep/include/mysql/config-win.h \
261 dep/include/mysql/dbug.h dep/include/mysql/errmsg.h \
262 dep/include/mysql/libmysqld.def dep/include/mysql/Libmysql.def \
263 dep/include/mysql/m_ctype.h dep/include/mysql/m_string.h \
264 dep/include/mysql/my_alloc.h dep/include/mysql/my_getopt.h \
265 dep/include/mysql/my_global.h dep/include/mysql/my_list.h \
266 dep/include/mysql/my_pthread.h dep/include/mysql/mysql_com.h \
267 dep/include/mysql/mysqld_error.h dep/include/mysql/mysql.h \
268 dep/include/mysql/mysql_version.h dep/include/mysql/my_sys.h \
269 dep/include/mysql/raid.h dep/include/openssl/aes.h \
270 dep/include/openssl/asn1.h dep/include/openssl/asn1_mac.h \
271 dep/include/openssl/asn1t.h dep/include/openssl/bio.h \
272 dep/include/openssl/blowfish.h dep/include/openssl/bn.h \
273 dep/include/openssl/buffer.h dep/include/openssl/cast.h \
274 dep/include/openssl/comp.h dep/include/openssl/conf_api.h \
275 dep/include/openssl/conf.h dep/include/openssl/crypto.h \
276 dep/include/openssl/des.h dep/include/openssl/des_old.h \
277 dep/include/openssl/dh.h dep/include/openssl/dsa.h \
278 dep/include/openssl/dso.h dep/include/openssl/ebcdic.h \
279 dep/include/openssl/ec.h dep/include/openssl/engine.h \
280 dep/include/openssl/e_os2.h dep/include/openssl/err.h \
281 dep/include/openssl/evp.h dep/include/openssl/hmac.h \
282 dep/include/openssl/idea.h dep/include/openssl/krb5_asn.h \
283 dep/include/openssl/kssl.h dep/include/openssl/lhash.h \
284 dep/include/openssl/md2.h dep/include/openssl/md4.h \
285 dep/include/openssl/md5.h dep/include/openssl/mdc2.h \
286 dep/include/openssl/objects.h dep/include/openssl/obj_mac.h \
287 dep/include/openssl/ocsp.h dep/include/openssl/opensslconf.h \
288 dep/include/openssl/opensslv.h dep/include/openssl/ossl_typ.h \
289 dep/include/openssl/pem2.h dep/include/openssl/pem.h \
290 dep/include/openssl/pkcs12.h dep/include/openssl/pkcs7.h \
291 dep/include/openssl/rand.h dep/include/openssl/rc2.h \
292 dep/include/openssl/rc4.h dep/include/openssl/rc5.h \
293 dep/include/openssl/ripemd.h dep/include/openssl/rsa.h \
294 dep/include/openssl/safestack.h dep/include/openssl/sha.h \
295 dep/include/openssl/ssl23.h dep/include/openssl/ssl2.h \
296 dep/include/openssl/ssl3.h dep/include/openssl/ssl.h \
297 dep/include/openssl/stack.h dep/include/openssl/symhacks.h \
298 dep/include/openssl/tls1.h dep/include/openssl/tmdiff.h \
299 dep/include/openssl/txt_db.h dep/include/openssl/ui_compat.h \
300 dep/include/openssl/ui.h dep/include/openssl/x509.h \
301 dep/include/openssl/x509v3.h dep/include/openssl/x509_vfy.h \
302 dep/include/sqlite/sqlite.h dep/include/zlib/zconf.h \
303 dep/include/zlib/zlib.h dep/include/zthread/AtomicCount.h \
304 dep/include/zthread/Barrier.h \
305 dep/include/zthread/BiasedReadWriteLock.h \
306 dep/include/zthread/BlockingQueue.h \
307 dep/include/zthread/BoundedQueue.h \
308 dep/include/zthread/Cancelable.h \
309 dep/include/zthread/ClassLockable.h \
310 dep/include/zthread/ConcurrentExecutor.h \
311 dep/include/zthread/Condition.h dep/include/zthread/Config.h \
312 dep/include/zthread/CountedPtr.h \
313 dep/include/zthread/CountingSemaphore.h \
314 dep/include/zthread/Exceptions.h \
315 dep/include/zthread/Executor.h \
316 dep/include/zthread/FairReadWriteLock.h \
317 dep/include/zthread/FastMutex.h \
318 dep/include/zthread/FastRecursiveMutex.h \
319 dep/include/zthread/GuardedClass.h dep/include/zthread/Guard.h \
320 dep/include/zthread/Lockable.h \
321 dep/include/zthread/LockedQueue.h \
322 dep/include/zthread/MonitoredQueue.h \
323 dep/include/zthread/Mutex.h dep/include/zthread/NonCopyable.h \
324 dep/include/zthread/PoolExecutor.h \
325 dep/include/zthread/PriorityCondition.h \
326 dep/include/zthread/Priority.h \
327 dep/include/zthread/PriorityInheritanceMutex.h \
328 dep/include/zthread/PriorityMutex.h \
329 dep/include/zthread/PrioritySemaphore.h \
330 dep/include/zthread/Queue.h \
331 dep/include/zthread/ReadWriteLock.h \
332 dep/include/zthread/RecursiveMutex.h \
333 dep/include/zthread/Runnable.h dep/include/zthread/Semaphore.h \
334 dep/include/zthread/Singleton.h \
335 dep/include/zthread/SynchronousExecutor.h \
336 dep/include/zthread/Task.h \
337 dep/include/zthread/ThreadedExecutor.h \
338 dep/include/zthread/Thread.h dep/include/zthread/ThreadLocal.h \
339 dep/include/zthread/ThreadLocalImpl.h \
340 dep/include/zthread/Time.h dep/include/zthread/Waitable.h \
341 dep/include/zthread/ZThread.h dep/lib/debug/libmySQL.dll \
342 dep/lib/debug/libmySQL.lib dep/lib/release/libmySQL.dll \
343 dep/lib/release/libmySQL.lib dep/lib/debug/libeay32.dll \
344 dep/lib/debug/libeay32.lib dep/lib/release/libeay32.dll \
345 dep/lib/release/libeay32.lib dep/lib/debug/sqlite.lib \
346 dep/lib/release/sqlite.lib
347 SUBDIRS = doc dep src sql
348 all: config.h
349 $(MAKE) $(AM_MAKEFLAGS) all-recursive
351 .SUFFIXES:
352 am--refresh:
354 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
355 @for dep in $?; do \
356 case '$(am__configure_deps)' in \
357 *$$dep*) \
358 echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
359 cd $(srcdir) && $(AUTOMAKE) --gnu \
360 && exit 0; \
361 exit 1;; \
362 esac; \
363 done; \
364 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu ./Makefile'; \
365 cd $(top_srcdir) && \
366 $(AUTOMAKE) --gnu ./Makefile
367 .PRECIOUS: Makefile
368 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
369 @case '$?' in \
370 *config.status*) \
371 echo ' $(SHELL) ./config.status'; \
372 $(SHELL) ./config.status;; \
373 *) \
374 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
375 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
376 esac;
378 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
379 $(SHELL) ./config.status --recheck
381 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
382 cd $(srcdir) && $(AUTOCONF)
383 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
384 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
386 config.h: stamp-h1
387 @if test ! -f $@; then \
388 rm -f stamp-h1; \
389 $(MAKE) stamp-h1; \
390 else :; fi
392 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
393 @rm -f stamp-h1
394 cd $(top_builddir) && $(SHELL) ./config.status config.h
395 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
396 cd $(top_srcdir) && $(AUTOHEADER)
397 rm -f stamp-h1
398 touch $@
400 distclean-hdr:
401 -rm -f config.h stamp-h1
403 mostlyclean-libtool:
404 -rm -f *.lo
406 clean-libtool:
407 -rm -rf .libs _libs
409 distclean-libtool:
410 -rm -f libtool
411 uninstall-info-am:
413 # This directory's subdirectories are mostly independent; you can cd
414 # into them and run `make' without going through this Makefile.
415 # To change the values of `make' variables: instead of editing Makefiles,
416 # (1) if the variable is set in `config.status', edit `config.status'
417 # (which will cause the Makefiles to be regenerated when you run `make');
418 # (2) otherwise, pass the desired values on the `make' command line.
419 $(RECURSIVE_TARGETS):
420 @failcom='exit 1'; \
421 for f in x $$MAKEFLAGS; do \
422 case $$f in \
423 *=* | --[!k]*);; \
424 *k*) failcom='fail=yes';; \
425 esac; \
426 done; \
427 dot_seen=no; \
428 target=`echo $@ | sed s/-recursive//`; \
429 list='$(SUBDIRS)'; for subdir in $$list; do \
430 echo "Making $$target in $$subdir"; \
431 if test "$$subdir" = "."; then \
432 dot_seen=yes; \
433 local_target="$$target-am"; \
434 else \
435 local_target="$$target"; \
436 fi; \
437 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
438 || eval $$failcom; \
439 done; \
440 if test "$$dot_seen" = "no"; then \
441 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
442 fi; test -z "$$fail"
444 mostlyclean-recursive clean-recursive distclean-recursive \
445 maintainer-clean-recursive:
446 @failcom='exit 1'; \
447 for f in x $$MAKEFLAGS; do \
448 case $$f in \
449 *=* | --[!k]*);; \
450 *k*) failcom='fail=yes';; \
451 esac; \
452 done; \
453 dot_seen=no; \
454 case "$@" in \
455 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
456 *) list='$(SUBDIRS)' ;; \
457 esac; \
458 rev=''; for subdir in $$list; do \
459 if test "$$subdir" = "."; then :; else \
460 rev="$$subdir $$rev"; \
461 fi; \
462 done; \
463 rev="$$rev ."; \
464 target=`echo $@ | sed s/-recursive//`; \
465 for subdir in $$rev; do \
466 echo "Making $$target in $$subdir"; \
467 if test "$$subdir" = "."; then \
468 local_target="$$target-am"; \
469 else \
470 local_target="$$target"; \
471 fi; \
472 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
473 || eval $$failcom; \
474 done && test -z "$$fail"
475 tags-recursive:
476 list='$(SUBDIRS)'; for subdir in $$list; do \
477 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
478 done
479 ctags-recursive:
480 list='$(SUBDIRS)'; for subdir in $$list; do \
481 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
482 done
484 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
485 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
486 unique=`for i in $$list; do \
487 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
488 done | \
489 $(AWK) ' { files[$$0] = 1; } \
490 END { for (i in files) print i; }'`; \
491 mkid -fID $$unique
492 tags: TAGS
494 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
495 $(TAGS_FILES) $(LISP)
496 tags=; \
497 here=`pwd`; \
498 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
499 include_option=--etags-include; \
500 empty_fix=.; \
501 else \
502 include_option=--include; \
503 empty_fix=; \
504 fi; \
505 list='$(SUBDIRS)'; for subdir in $$list; do \
506 if test "$$subdir" = .; then :; else \
507 test ! -f $$subdir/TAGS || \
508 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
509 fi; \
510 done; \
511 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
512 unique=`for i in $$list; do \
513 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
514 done | \
515 $(AWK) ' { files[$$0] = 1; } \
516 END { for (i in files) print i; }'`; \
517 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
518 test -n "$$unique" || unique=$$empty_fix; \
519 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
520 $$tags $$unique; \
522 ctags: CTAGS
523 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
524 $(TAGS_FILES) $(LISP)
525 tags=; \
526 here=`pwd`; \
527 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
528 unique=`for i in $$list; do \
529 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
530 done | \
531 $(AWK) ' { files[$$0] = 1; } \
532 END { for (i in files) print i; }'`; \
533 test -z "$(CTAGS_ARGS)$$tags$$unique" \
534 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
535 $$tags $$unique
537 GTAGS:
538 here=`$(am__cd) $(top_builddir) && pwd` \
539 && cd $(top_srcdir) \
540 && gtags -i $(GTAGS_ARGS) $$here
542 distclean-tags:
543 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
545 distdir: $(DISTFILES)
546 $(am__remove_distdir)
547 mkdir $(distdir)
548 $(mkdir_p) $(distdir)/dep/include/mysql $(distdir)/dep/include/openssl $(distdir)/dep/include/sqlite $(distdir)/dep/include/zlib $(distdir)/dep/include/zthread $(distdir)/dep/lib/debug $(distdir)/dep/lib/release $(distdir)/doc $(distdir)/src/mangosd $(distdir)/src/realmd $(distdir)/src/shared $(distdir)/win $(distdir)/win/VC71 $(distdir)/win/VC80 $(distdir)/win_intel $(distdir)/win_intel/VC71
549 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
550 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
551 list='$(DISTFILES)'; for file in $$list; do \
552 case $$file in \
553 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
554 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
555 esac; \
556 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
557 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
558 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
559 dir="/$$dir"; \
560 $(mkdir_p) "$(distdir)$$dir"; \
561 else \
562 dir=''; \
563 fi; \
564 if test -d $$d/$$file; then \
565 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
566 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
567 fi; \
568 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
569 else \
570 test -f $(distdir)/$$file \
571 || cp -p $$d/$$file $(distdir)/$$file \
572 || exit 1; \
573 fi; \
574 done
575 list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
576 if test "$$subdir" = .; then :; else \
577 test -d "$(distdir)/$$subdir" \
578 || $(mkdir_p) "$(distdir)/$$subdir" \
579 || exit 1; \
580 distdir=`$(am__cd) $(distdir) && pwd`; \
581 top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
582 (cd $$subdir && \
583 $(MAKE) $(AM_MAKEFLAGS) \
584 top_distdir="$$top_distdir" \
585 distdir="$$distdir/$$subdir" \
586 distdir) \
587 || exit 1; \
588 fi; \
589 done
590 -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
591 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
592 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
593 ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
594 || chmod -R a+r $(distdir)
595 dist-gzip: distdir
596 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
597 $(am__remove_distdir)
598 dist-bzip2: distdir
599 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
600 $(am__remove_distdir)
602 dist-tarZ: distdir
603 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
604 $(am__remove_distdir)
606 dist-shar: distdir
607 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
608 $(am__remove_distdir)
610 dist-zip: distdir
611 -rm -f $(distdir).zip
612 zip -rq $(distdir).zip $(distdir)
613 $(am__remove_distdir)
615 dist dist-all: distdir
616 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
617 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
618 $(am__remove_distdir)
620 # This target untars the dist file and tries a VPATH configuration. Then
621 # it guarantees that the distribution is self-contained by making another
622 # tarfile.
623 distcheck: dist
624 case '$(DIST_ARCHIVES)' in \
625 *.tar.gz*) \
626 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
627 *.tar.bz2*) \
628 bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
629 *.tar.Z*) \
630 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
631 *.shar.gz*) \
632 GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
633 *.zip*) \
634 unzip $(distdir).zip ;;\
635 esac
636 chmod -R a-w $(distdir); chmod a+w $(distdir)
637 mkdir $(distdir)/_build
638 mkdir $(distdir)/_inst
639 chmod a-w $(distdir)
640 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
641 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
642 && cd $(distdir)/_build \
643 && ../configure --srcdir=.. --prefix="$$dc_install_base" \
644 $(DISTCHECK_CONFIGURE_FLAGS) \
645 && $(MAKE) $(AM_MAKEFLAGS) \
646 && $(MAKE) $(AM_MAKEFLAGS) dvi \
647 && $(MAKE) $(AM_MAKEFLAGS) check \
648 && $(MAKE) $(AM_MAKEFLAGS) install \
649 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
650 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
651 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
652 distuninstallcheck \
653 && chmod -R a-w "$$dc_install_base" \
654 && ({ \
655 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
656 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
657 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
658 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
659 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
660 } || { rm -rf "$$dc_destdir"; exit 1; }) \
661 && rm -rf "$$dc_destdir" \
662 && $(MAKE) $(AM_MAKEFLAGS) dist \
663 && rm -rf $(DIST_ARCHIVES) \
664 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
665 $(am__remove_distdir)
666 @(echo "$(distdir) archives ready for distribution: "; \
667 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
668 sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
669 distuninstallcheck:
670 @cd $(distuninstallcheck_dir) \
671 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
672 || { echo "ERROR: files left after uninstall:" ; \
673 if test -n "$(DESTDIR)"; then \
674 echo " (check DESTDIR support)"; \
675 fi ; \
676 $(distuninstallcheck_listfiles) ; \
677 exit 1; } >&2
678 distcleancheck: distclean
679 @if test '$(srcdir)' = . ; then \
680 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
681 exit 1 ; \
683 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
684 || { echo "ERROR: files left in build directory after distclean:" ; \
685 $(distcleancheck_listfiles) ; \
686 exit 1; } >&2
687 check-am: all-am
688 check: check-recursive
689 all-am: Makefile config.h
690 installdirs: installdirs-recursive
691 installdirs-am:
692 install: install-recursive
693 install-exec: install-exec-recursive
694 install-data: install-data-recursive
695 uninstall: uninstall-recursive
697 install-am: all-am
698 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
700 installcheck: installcheck-recursive
701 install-strip:
702 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
703 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
704 `test -z '$(STRIP)' || \
705 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
706 mostlyclean-generic:
708 clean-generic:
710 distclean-generic:
711 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
713 maintainer-clean-generic:
714 @echo "This command is intended for maintainers to use"
715 @echo "it deletes files that may require special tools to rebuild."
716 clean: clean-recursive
718 clean-am: clean-generic clean-libtool mostlyclean-am
720 distclean: distclean-recursive
721 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
722 -rm -f Makefile
723 distclean-am: clean-am distclean-generic distclean-hdr \
724 distclean-libtool distclean-tags
726 dvi: dvi-recursive
728 dvi-am:
730 html: html-recursive
732 info: info-recursive
734 info-am:
736 install-data-am:
738 install-exec-am:
740 install-info: install-info-recursive
742 install-man:
744 installcheck-am:
746 maintainer-clean: maintainer-clean-recursive
747 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
748 -rm -rf $(top_srcdir)/autom4te.cache
749 -rm -f Makefile
750 maintainer-clean-am: distclean-am maintainer-clean-generic
752 mostlyclean: mostlyclean-recursive
754 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
756 pdf: pdf-recursive
758 pdf-am:
760 ps: ps-recursive
762 ps-am:
764 uninstall-am: uninstall-info-am
766 uninstall-info: uninstall-info-recursive
768 .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \
769 check-am clean clean-generic clean-libtool clean-recursive \
770 ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
771 dist-shar dist-tarZ dist-zip distcheck distclean \
772 distclean-generic distclean-hdr distclean-libtool \
773 distclean-recursive distclean-tags distcleancheck distdir \
774 distuninstallcheck dvi dvi-am html html-am info info-am \
775 install install-am install-data install-data-am install-exec \
776 install-exec-am install-info install-info-am install-man \
777 install-strip installcheck installcheck-am installdirs \
778 installdirs-am maintainer-clean maintainer-clean-generic \
779 maintainer-clean-recursive mostlyclean mostlyclean-generic \
780 mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
781 tags tags-recursive uninstall uninstall-am uninstall-info-am
783 # Tell versions [3.59,3.63) of GNU make to not export all variables.
784 # Otherwise a system limit (for SysV at least) may be exceeded.
785 .NOEXPORT: