[1018] Converted to Unix LF. (Windows users should use dos2unix from http://www.cygwi...
[mangos-git.git] / Makefile.in
blobaa2659950fe7b53c112753f286fa82d4dd5328bd
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 OBJEXT = @OBJEXT@
154 PACKAGE = @PACKAGE@
155 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
156 PACKAGE_NAME = @PACKAGE_NAME@
157 PACKAGE_STRING = @PACKAGE_STRING@
158 PACKAGE_TARNAME = @PACKAGE_TARNAME@
159 PACKAGE_VERSION = @PACKAGE_VERSION@
160 PATH_SEPARATOR = @PATH_SEPARATOR@
161 RANLIB = @RANLIB@
162 SET_MAKE = @SET_MAKE@
163 SHELL = @SHELL@
164 STRIP = @STRIP@
165 VERSION = @VERSION@
166 WITH_APIDOCS = @WITH_APIDOCS@
167 WITH_APIDOCS_TARGET = @WITH_APIDOCS_TARGET@
168 WITH_PYTHON_SUBDIR = @WITH_PYTHON_SUBDIR@
169 WITH_PYTHON_SUBPACKAGE = @WITH_PYTHON_SUBPACKAGE@
170 WITH_PYTHON_VERSION = @WITH_PYTHON_VERSION@
171 __DOXYGEN = @__DOXYGEN@
172 __PYTHON = @__PYTHON@
173 ac_ct_AR = @ac_ct_AR@
174 ac_ct_CC = @ac_ct_CC@
175 ac_ct_CXX = @ac_ct_CXX@
176 ac_ct_F77 = @ac_ct_F77@
177 ac_ct_RANLIB = @ac_ct_RANLIB@
178 ac_ct_STRIP = @ac_ct_STRIP@
179 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
180 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
181 am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
182 am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
183 am__include = @am__include@
184 am__leading_dot = @am__leading_dot@
185 am__quote = @am__quote@
186 am__tar = @am__tar@
187 am__untar = @am__untar@
188 bindir = @bindir@
189 build = @build@
190 build_alias = @build_alias@
191 build_cpu = @build_cpu@
192 build_os = @build_os@
193 build_vendor = @build_vendor@
194 datadir = @datadir@
195 exec_prefix = @exec_prefix@
196 host = @host@
197 host_alias = @host_alias@
198 host_cpu = @host_cpu@
199 host_os = @host_os@
200 host_vendor = @host_vendor@
201 includedir = @includedir@
202 infodir = @infodir@
203 install_sh = @install_sh@
204 libdir = @libdir@
205 libexecdir = @libexecdir@
206 localstatedir = @localstatedir@
207 mandir = @mandir@
208 mkdir_p = @mkdir_p@
209 oldincludedir = @oldincludedir@
210 prefix = @prefix@
211 program_transform_name = @program_transform_name@
212 sbindir = @sbindir@
213 sharedstatedir = @sharedstatedir@
214 sysconfdir = @sysconfdir@
215 target_alias = @target_alias@
217 # Win32 project workspace for Visual Studio .NET 2003
219 # Win32 project workspace for Visual Studio .NET 2005
221 # Win32 project workspace for Visual Studio .NET 2003 and Intel Compiler
223 # MySQL headers
225 # OpenSSL headers
227 # SQLite headers
229 # zlib headers
231 # ZThread headers
233 # MySQL shared library (Linux)
235 # MySQL shared library (Win32)
237 # OpenSSL shared library (Win32)
239 # SQLite shared library (Win32)
240 EXTRA_DIST = reconf configure win/mangosdVC71.sln \
241 win/VC71/framework.vcproj win/VC71/game.vcproj \
242 win/VC71/mangosd.vcproj win/VC71/realmd.vcproj \
243 win/VC71/shared.vcproj win/VC71/zlib.vcproj \
244 win/VC71/zthread.vcproj win/mangosdVC80.sln \
245 win/VC80/framework.vcproj win/VC80/game.vcproj \
246 win/VC80/mangosd.vcproj win/VC80/realmd.vcproj \
247 win/VC80/shared.vcproj win/VC80/zlib.vcproj \
248 win/VC80/zthread.vcproj win_intel/mangosdVC71.sln \
249 win_intel/VC71/framework.vcproj win_intel/VC71/game.icproj \
250 win_intel/VC71/game.vcproj win_intel/VC71/mangosd.icproj \
251 win_intel/VC71/mangosd.vcproj win_intel/VC71/realmlist.icproj \
252 win_intel/VC71/realmlist.vcproj win_intel/VC71/shared.icproj \
253 win_intel/VC71/shared.vcproj win_intel/VC71/zlib.icproj \
254 win_intel/VC71/zlib.vcproj win_intel/VC71/zthread.icproj \
255 win_intel/VC71/zthread.vcproj dep/include/mysql/config-win.h \
256 dep/include/mysql/dbug.h dep/include/mysql/errmsg.h \
257 dep/include/mysql/libmysqld.def dep/include/mysql/Libmysql.def \
258 dep/include/mysql/m_ctype.h dep/include/mysql/m_string.h \
259 dep/include/mysql/my_alloc.h dep/include/mysql/my_getopt.h \
260 dep/include/mysql/my_global.h dep/include/mysql/my_list.h \
261 dep/include/mysql/my_pthread.h dep/include/mysql/mysql_com.h \
262 dep/include/mysql/mysqld_error.h dep/include/mysql/mysql.h \
263 dep/include/mysql/mysql_version.h dep/include/mysql/my_sys.h \
264 dep/include/mysql/raid.h dep/include/openssl/aes.h \
265 dep/include/openssl/asn1.h dep/include/openssl/asn1_mac.h \
266 dep/include/openssl/asn1t.h dep/include/openssl/bio.h \
267 dep/include/openssl/blowfish.h dep/include/openssl/bn.h \
268 dep/include/openssl/buffer.h dep/include/openssl/cast.h \
269 dep/include/openssl/comp.h dep/include/openssl/conf_api.h \
270 dep/include/openssl/conf.h dep/include/openssl/crypto.h \
271 dep/include/openssl/des.h dep/include/openssl/des_old.h \
272 dep/include/openssl/dh.h dep/include/openssl/dsa.h \
273 dep/include/openssl/dso.h dep/include/openssl/ebcdic.h \
274 dep/include/openssl/ec.h dep/include/openssl/engine.h \
275 dep/include/openssl/e_os2.h dep/include/openssl/err.h \
276 dep/include/openssl/evp.h dep/include/openssl/hmac.h \
277 dep/include/openssl/idea.h dep/include/openssl/krb5_asn.h \
278 dep/include/openssl/kssl.h dep/include/openssl/lhash.h \
279 dep/include/openssl/md2.h dep/include/openssl/md4.h \
280 dep/include/openssl/md5.h dep/include/openssl/mdc2.h \
281 dep/include/openssl/objects.h dep/include/openssl/obj_mac.h \
282 dep/include/openssl/ocsp.h dep/include/openssl/opensslconf.h \
283 dep/include/openssl/opensslv.h dep/include/openssl/ossl_typ.h \
284 dep/include/openssl/pem2.h dep/include/openssl/pem.h \
285 dep/include/openssl/pkcs12.h dep/include/openssl/pkcs7.h \
286 dep/include/openssl/rand.h dep/include/openssl/rc2.h \
287 dep/include/openssl/rc4.h dep/include/openssl/rc5.h \
288 dep/include/openssl/ripemd.h dep/include/openssl/rsa.h \
289 dep/include/openssl/safestack.h dep/include/openssl/sha.h \
290 dep/include/openssl/ssl23.h dep/include/openssl/ssl2.h \
291 dep/include/openssl/ssl3.h dep/include/openssl/ssl.h \
292 dep/include/openssl/stack.h dep/include/openssl/symhacks.h \
293 dep/include/openssl/tls1.h dep/include/openssl/tmdiff.h \
294 dep/include/openssl/txt_db.h dep/include/openssl/ui_compat.h \
295 dep/include/openssl/ui.h dep/include/openssl/x509.h \
296 dep/include/openssl/x509v3.h dep/include/openssl/x509_vfy.h \
297 dep/include/sqlite/sqlite.h dep/include/zlib/zconf.h \
298 dep/include/zlib/zlib.h dep/include/zthread/AtomicCount.h \
299 dep/include/zthread/Barrier.h \
300 dep/include/zthread/BiasedReadWriteLock.h \
301 dep/include/zthread/BlockingQueue.h \
302 dep/include/zthread/BoundedQueue.h \
303 dep/include/zthread/Cancelable.h \
304 dep/include/zthread/ClassLockable.h \
305 dep/include/zthread/ConcurrentExecutor.h \
306 dep/include/zthread/Condition.h dep/include/zthread/Config.h \
307 dep/include/zthread/CountedPtr.h \
308 dep/include/zthread/CountingSemaphore.h \
309 dep/include/zthread/Exceptions.h \
310 dep/include/zthread/Executor.h \
311 dep/include/zthread/FairReadWriteLock.h \
312 dep/include/zthread/FastMutex.h \
313 dep/include/zthread/FastRecursiveMutex.h \
314 dep/include/zthread/GuardedClass.h dep/include/zthread/Guard.h \
315 dep/include/zthread/Lockable.h \
316 dep/include/zthread/LockedQueue.h \
317 dep/include/zthread/MonitoredQueue.h \
318 dep/include/zthread/Mutex.h dep/include/zthread/NonCopyable.h \
319 dep/include/zthread/PoolExecutor.h \
320 dep/include/zthread/PriorityCondition.h \
321 dep/include/zthread/Priority.h \
322 dep/include/zthread/PriorityInheritanceMutex.h \
323 dep/include/zthread/PriorityMutex.h \
324 dep/include/zthread/PrioritySemaphore.h \
325 dep/include/zthread/Queue.h \
326 dep/include/zthread/ReadWriteLock.h \
327 dep/include/zthread/RecursiveMutex.h \
328 dep/include/zthread/Runnable.h dep/include/zthread/Semaphore.h \
329 dep/include/zthread/Singleton.h \
330 dep/include/zthread/SynchronousExecutor.h \
331 dep/include/zthread/Task.h \
332 dep/include/zthread/ThreadedExecutor.h \
333 dep/include/zthread/Thread.h dep/include/zthread/ThreadLocal.h \
334 dep/include/zthread/ThreadLocalImpl.h \
335 dep/include/zthread/Time.h dep/include/zthread/Waitable.h \
336 dep/include/zthread/ZThread.h dep/lib/libmysqlclient.a \
337 dep/lib/debug/libmySQL.dll dep/lib/debug/libmySQL.lib \
338 dep/lib/release/libmySQL.dll dep/lib/release/libmySQL.lib \
339 dep/lib/debug/libeay32.dll dep/lib/debug/libeay32.lib \
340 dep/lib/release/libeay32.dll dep/lib/release/libeay32.lib \
341 dep/lib/debug/sqlite.lib dep/lib/release/sqlite.lib
342 SUBDIRS = doc dep src sql
343 all: config.h
344 $(MAKE) $(AM_MAKEFLAGS) all-recursive
346 .SUFFIXES:
347 am--refresh:
349 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
350 @for dep in $?; do \
351 case '$(am__configure_deps)' in \
352 *$$dep*) \
353 echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
354 cd $(srcdir) && $(AUTOMAKE) --gnu \
355 && exit 0; \
356 exit 1;; \
357 esac; \
358 done; \
359 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu ./Makefile'; \
360 cd $(top_srcdir) && \
361 $(AUTOMAKE) --gnu ./Makefile
362 .PRECIOUS: Makefile
363 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
364 @case '$?' in \
365 *config.status*) \
366 echo ' $(SHELL) ./config.status'; \
367 $(SHELL) ./config.status;; \
368 *) \
369 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
370 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
371 esac;
373 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
374 $(SHELL) ./config.status --recheck
376 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
377 cd $(srcdir) && $(AUTOCONF)
378 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
379 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
381 config.h: stamp-h1
382 @if test ! -f $@; then \
383 rm -f stamp-h1; \
384 $(MAKE) stamp-h1; \
385 else :; fi
387 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
388 @rm -f stamp-h1
389 cd $(top_builddir) && $(SHELL) ./config.status config.h
390 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
391 cd $(top_srcdir) && $(AUTOHEADER)
392 rm -f stamp-h1
393 touch $@
395 distclean-hdr:
396 -rm -f config.h stamp-h1
398 mostlyclean-libtool:
399 -rm -f *.lo
401 clean-libtool:
402 -rm -rf .libs _libs
404 distclean-libtool:
405 -rm -f libtool
406 uninstall-info-am:
408 # This directory's subdirectories are mostly independent; you can cd
409 # into them and run `make' without going through this Makefile.
410 # To change the values of `make' variables: instead of editing Makefiles,
411 # (1) if the variable is set in `config.status', edit `config.status'
412 # (which will cause the Makefiles to be regenerated when you run `make');
413 # (2) otherwise, pass the desired values on the `make' command line.
414 $(RECURSIVE_TARGETS):
415 @failcom='exit 1'; \
416 for f in x $$MAKEFLAGS; do \
417 case $$f in \
418 *=* | --[!k]*);; \
419 *k*) failcom='fail=yes';; \
420 esac; \
421 done; \
422 dot_seen=no; \
423 target=`echo $@ | sed s/-recursive//`; \
424 list='$(SUBDIRS)'; for subdir in $$list; do \
425 echo "Making $$target in $$subdir"; \
426 if test "$$subdir" = "."; then \
427 dot_seen=yes; \
428 local_target="$$target-am"; \
429 else \
430 local_target="$$target"; \
431 fi; \
432 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
433 || eval $$failcom; \
434 done; \
435 if test "$$dot_seen" = "no"; then \
436 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
437 fi; test -z "$$fail"
439 mostlyclean-recursive clean-recursive distclean-recursive \
440 maintainer-clean-recursive:
441 @failcom='exit 1'; \
442 for f in x $$MAKEFLAGS; do \
443 case $$f in \
444 *=* | --[!k]*);; \
445 *k*) failcom='fail=yes';; \
446 esac; \
447 done; \
448 dot_seen=no; \
449 case "$@" in \
450 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
451 *) list='$(SUBDIRS)' ;; \
452 esac; \
453 rev=''; for subdir in $$list; do \
454 if test "$$subdir" = "."; then :; else \
455 rev="$$subdir $$rev"; \
456 fi; \
457 done; \
458 rev="$$rev ."; \
459 target=`echo $@ | sed s/-recursive//`; \
460 for subdir in $$rev; do \
461 echo "Making $$target in $$subdir"; \
462 if test "$$subdir" = "."; then \
463 local_target="$$target-am"; \
464 else \
465 local_target="$$target"; \
466 fi; \
467 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
468 || eval $$failcom; \
469 done && test -z "$$fail"
470 tags-recursive:
471 list='$(SUBDIRS)'; for subdir in $$list; do \
472 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
473 done
474 ctags-recursive:
475 list='$(SUBDIRS)'; for subdir in $$list; do \
476 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
477 done
479 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
480 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
481 unique=`for i in $$list; do \
482 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
483 done | \
484 $(AWK) ' { files[$$0] = 1; } \
485 END { for (i in files) print i; }'`; \
486 mkid -fID $$unique
487 tags: TAGS
489 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
490 $(TAGS_FILES) $(LISP)
491 tags=; \
492 here=`pwd`; \
493 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
494 include_option=--etags-include; \
495 empty_fix=.; \
496 else \
497 include_option=--include; \
498 empty_fix=; \
499 fi; \
500 list='$(SUBDIRS)'; for subdir in $$list; do \
501 if test "$$subdir" = .; then :; else \
502 test ! -f $$subdir/TAGS || \
503 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
504 fi; \
505 done; \
506 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
507 unique=`for i in $$list; do \
508 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
509 done | \
510 $(AWK) ' { files[$$0] = 1; } \
511 END { for (i in files) print i; }'`; \
512 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
513 test -n "$$unique" || unique=$$empty_fix; \
514 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
515 $$tags $$unique; \
517 ctags: CTAGS
518 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
519 $(TAGS_FILES) $(LISP)
520 tags=; \
521 here=`pwd`; \
522 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
523 unique=`for i in $$list; do \
524 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
525 done | \
526 $(AWK) ' { files[$$0] = 1; } \
527 END { for (i in files) print i; }'`; \
528 test -z "$(CTAGS_ARGS)$$tags$$unique" \
529 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
530 $$tags $$unique
532 GTAGS:
533 here=`$(am__cd) $(top_builddir) && pwd` \
534 && cd $(top_srcdir) \
535 && gtags -i $(GTAGS_ARGS) $$here
537 distclean-tags:
538 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
540 distdir: $(DISTFILES)
541 $(am__remove_distdir)
542 mkdir $(distdir)
543 $(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 $(distdir)/dep/lib/debug $(distdir)/dep/lib/release $(distdir)/doc $(distdir)/src/mangosd $(distdir)/src/shared $(distdir)/win $(distdir)/win/VC71 $(distdir)/win/VC80 $(distdir)/win_intel $(distdir)/win_intel/VC71
544 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
545 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
546 list='$(DISTFILES)'; for file in $$list; do \
547 case $$file in \
548 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
549 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
550 esac; \
551 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
552 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
553 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
554 dir="/$$dir"; \
555 $(mkdir_p) "$(distdir)$$dir"; \
556 else \
557 dir=''; \
558 fi; \
559 if test -d $$d/$$file; then \
560 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
561 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
562 fi; \
563 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
564 else \
565 test -f $(distdir)/$$file \
566 || cp -p $$d/$$file $(distdir)/$$file \
567 || exit 1; \
568 fi; \
569 done
570 list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
571 if test "$$subdir" = .; then :; else \
572 test -d "$(distdir)/$$subdir" \
573 || $(mkdir_p) "$(distdir)/$$subdir" \
574 || exit 1; \
575 distdir=`$(am__cd) $(distdir) && pwd`; \
576 top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
577 (cd $$subdir && \
578 $(MAKE) $(AM_MAKEFLAGS) \
579 top_distdir="$$top_distdir" \
580 distdir="$$distdir/$$subdir" \
581 distdir) \
582 || exit 1; \
583 fi; \
584 done
585 -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
586 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
587 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
588 ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
589 || chmod -R a+r $(distdir)
590 dist-gzip: distdir
591 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
592 $(am__remove_distdir)
593 dist-bzip2: distdir
594 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
595 $(am__remove_distdir)
597 dist-tarZ: distdir
598 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
599 $(am__remove_distdir)
601 dist-shar: distdir
602 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
603 $(am__remove_distdir)
605 dist-zip: distdir
606 -rm -f $(distdir).zip
607 zip -rq $(distdir).zip $(distdir)
608 $(am__remove_distdir)
610 dist dist-all: distdir
611 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
612 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
613 $(am__remove_distdir)
615 # This target untars the dist file and tries a VPATH configuration. Then
616 # it guarantees that the distribution is self-contained by making another
617 # tarfile.
618 distcheck: dist
619 case '$(DIST_ARCHIVES)' in \
620 *.tar.gz*) \
621 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
622 *.tar.bz2*) \
623 bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
624 *.tar.Z*) \
625 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
626 *.shar.gz*) \
627 GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
628 *.zip*) \
629 unzip $(distdir).zip ;;\
630 esac
631 chmod -R a-w $(distdir); chmod a+w $(distdir)
632 mkdir $(distdir)/_build
633 mkdir $(distdir)/_inst
634 chmod a-w $(distdir)
635 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
636 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
637 && cd $(distdir)/_build \
638 && ../configure --srcdir=.. --prefix="$$dc_install_base" \
639 $(DISTCHECK_CONFIGURE_FLAGS) \
640 && $(MAKE) $(AM_MAKEFLAGS) \
641 && $(MAKE) $(AM_MAKEFLAGS) dvi \
642 && $(MAKE) $(AM_MAKEFLAGS) check \
643 && $(MAKE) $(AM_MAKEFLAGS) install \
644 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
645 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
646 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
647 distuninstallcheck \
648 && chmod -R a-w "$$dc_install_base" \
649 && ({ \
650 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
651 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
652 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
653 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
654 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
655 } || { rm -rf "$$dc_destdir"; exit 1; }) \
656 && rm -rf "$$dc_destdir" \
657 && $(MAKE) $(AM_MAKEFLAGS) dist \
658 && rm -rf $(DIST_ARCHIVES) \
659 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
660 $(am__remove_distdir)
661 @(echo "$(distdir) archives ready for distribution: "; \
662 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
663 sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
664 distuninstallcheck:
665 @cd $(distuninstallcheck_dir) \
666 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
667 || { echo "ERROR: files left after uninstall:" ; \
668 if test -n "$(DESTDIR)"; then \
669 echo " (check DESTDIR support)"; \
670 fi ; \
671 $(distuninstallcheck_listfiles) ; \
672 exit 1; } >&2
673 distcleancheck: distclean
674 @if test '$(srcdir)' = . ; then \
675 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
676 exit 1 ; \
678 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
679 || { echo "ERROR: files left in build directory after distclean:" ; \
680 $(distcleancheck_listfiles) ; \
681 exit 1; } >&2
682 check-am: all-am
683 check: check-recursive
684 all-am: Makefile config.h
685 installdirs: installdirs-recursive
686 installdirs-am:
687 install: install-recursive
688 install-exec: install-exec-recursive
689 install-data: install-data-recursive
690 uninstall: uninstall-recursive
692 install-am: all-am
693 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
695 installcheck: installcheck-recursive
696 install-strip:
697 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
698 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
699 `test -z '$(STRIP)' || \
700 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
701 mostlyclean-generic:
703 clean-generic:
705 distclean-generic:
706 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
708 maintainer-clean-generic:
709 @echo "This command is intended for maintainers to use"
710 @echo "it deletes files that may require special tools to rebuild."
711 clean: clean-recursive
713 clean-am: clean-generic clean-libtool mostlyclean-am
715 distclean: distclean-recursive
716 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
717 -rm -f Makefile
718 distclean-am: clean-am distclean-generic distclean-hdr \
719 distclean-libtool distclean-tags
721 dvi: dvi-recursive
723 dvi-am:
725 html: html-recursive
727 info: info-recursive
729 info-am:
731 install-data-am:
733 install-exec-am:
735 install-info: install-info-recursive
737 install-man:
739 installcheck-am:
741 maintainer-clean: maintainer-clean-recursive
742 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
743 -rm -rf $(top_srcdir)/autom4te.cache
744 -rm -f Makefile
745 maintainer-clean-am: distclean-am maintainer-clean-generic
747 mostlyclean: mostlyclean-recursive
749 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
751 pdf: pdf-recursive
753 pdf-am:
755 ps: ps-recursive
757 ps-am:
759 uninstall-am: uninstall-info-am
761 uninstall-info: uninstall-info-recursive
763 .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \
764 check-am clean clean-generic clean-libtool clean-recursive \
765 ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
766 dist-shar dist-tarZ dist-zip distcheck distclean \
767 distclean-generic distclean-hdr distclean-libtool \
768 distclean-recursive distclean-tags distcleancheck distdir \
769 distuninstallcheck dvi dvi-am html html-am info info-am \
770 install install-am install-data install-data-am install-exec \
771 install-exec-am install-info install-info-am install-man \
772 install-strip installcheck installcheck-am installdirs \
773 installdirs-am maintainer-clean maintainer-clean-generic \
774 maintainer-clean-recursive mostlyclean mostlyclean-generic \
775 mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
776 tags tags-recursive uninstall uninstall-am uninstall-info-am
778 # Tell versions [3.59,3.63) of GNU make to not export all variables.
779 # Otherwise a system limit (for SysV at least) may be exceeded.
780 .NOEXPORT: