ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/server/Makefile.in
Revision: 1.1.1.1 (vendor branch)
Committed: Fri Feb 3 07:14:24 2006 UTC (18 years, 3 months ago) by root
Branch: UPSTREAM
CVS Tags: UPSTREAM_2006_02_22, UPSTREAM_2006_02_03
Changes since 1.1: +0 -0 lines
Log Message:
initial import

File Contents

# Content
1 # Makefile.in generated by automake 1.9.5 from Makefile.am.
2 # @configure_input@
3
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.
9
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.
14
15 @SET_MAKE@
16
17 #
18 # Makefile for crossfire 0.95.0 and beyond
19 #
20 # This file will eventually be replaced by a configure script. But for
21 # now, this simple makefile should do the job.
22 #
23 # Copyright (C) 1992 Frank Tore Johansen
24 # Copyright (C) 2001 Mark Wedel
25 #
26 # This program is free software; you can redistribute it and/or modify
27 # it under the terms of the GNU General Public License as published by
28 # the Free Software Foundation; either version 2 of the License, or
29 # (at your option) any later version.
30 #
31 # This program is distributed in the hope that it will be useful,
32 # but WITHOUT ANY WARRANTY; without even the implied warranty of
33 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
34 # GNU General Public License for more details.
35 #
36 # You should have received a copy of the GNU General Public License
37 # along with this program; if not, write to the Free Software
38 # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
39 #
40 # The author can be reached via e-mail to mwedel@scruz.net
41
42 SOURCES = $(crossfire_SOURCES)
43
44 srcdir = @srcdir@
45 top_srcdir = @top_srcdir@
46 VPATH = @srcdir@
47 pkgdatadir = $(datadir)/@PACKAGE@
48 pkglibdir = $(libdir)/@PACKAGE@
49 pkgincludedir = $(includedir)/@PACKAGE@
50 top_builddir = ..
51 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
52 INSTALL = @INSTALL@
53 install_sh_DATA = $(install_sh) -c -m 644
54 install_sh_PROGRAM = $(install_sh) -c
55 install_sh_SCRIPT = $(install_sh) -c
56 INSTALL_HEADER = $(INSTALL_DATA)
57 transform = $(program_transform_name)
58 NORMAL_INSTALL = :
59 PRE_INSTALL = :
60 POST_INSTALL = :
61 NORMAL_UNINSTALL = :
62 PRE_UNINSTALL = :
63 POST_UNINSTALL = :
64 build_triplet = @build@
65 host_triplet = @host@
66 bin_PROGRAMS = crossfire$(EXEEXT)
67 subdir = server
68 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
69 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
70 am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
71 $(top_srcdir)/configure.ac
72 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
73 $(ACLOCAL_M4)
74 mkinstalldirs = $(SHELL) $(top_srcdir)/utils/mkinstalldirs
75 CONFIG_HEADER = $(top_builddir)/include/autoconf.h
76 CONFIG_CLEAN_FILES =
77 am__installdirs = "$(DESTDIR)$(bindir)"
78 binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
79 PROGRAMS = $(bin_PROGRAMS)
80 am_crossfire_OBJECTS = alchemy.$(OBJEXT) apply.$(OBJEXT) \
81 attack.$(OBJEXT) ban.$(OBJEXT) build_map.$(OBJEXT) \
82 c_chat.$(OBJEXT) c_misc.$(OBJEXT) c_move.$(OBJEXT) \
83 c_new.$(OBJEXT) c_object.$(OBJEXT) c_party.$(OBJEXT) \
84 c_range.$(OBJEXT) c_wiz.$(OBJEXT) commands.$(OBJEXT) \
85 daemon.$(OBJEXT) disease.$(OBJEXT) egoitem.$(OBJEXT) \
86 hiscore.$(OBJEXT) gods.$(OBJEXT) init.$(OBJEXT) \
87 login.$(OBJEXT) main.$(OBJEXT) monster.$(OBJEXT) \
88 move.$(OBJEXT) pets.$(OBJEXT) player.$(OBJEXT) \
89 plugins.$(OBJEXT) resurrection.$(OBJEXT) rune.$(OBJEXT) \
90 shop.$(OBJEXT) skills.$(OBJEXT) skill_util.$(OBJEXT) \
91 spell_attack.$(OBJEXT) spell_effect.$(OBJEXT) \
92 spell_util.$(OBJEXT) swamp.$(OBJEXT) swap.$(OBJEXT) \
93 time.$(OBJEXT) timers.$(OBJEXT) weather.$(OBJEXT)
94 crossfire_OBJECTS = $(am_crossfire_OBJECTS)
95 am__DEPENDENCIES_1 =
96 crossfire_DEPENDENCIES = ../common/libcross.a \
97 ../random_maps/librandom_map.a ../socket/libsocket.a \
98 $(am__DEPENDENCIES_1)
99 DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)/include
100 depcomp = $(SHELL) $(top_srcdir)/utils/depcomp
101 am__depfiles_maybe = depfiles
102 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
103 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
104 LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
105 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
106 $(AM_CFLAGS) $(CFLAGS)
107 CCLD = $(CC)
108 LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
109 $(AM_LDFLAGS) $(LDFLAGS) -o $@
110 SOURCES = $(crossfire_SOURCES)
111 DIST_SOURCES = $(crossfire_SOURCES)
112 ETAGS = etags
113 CTAGS = ctags
114 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
115 ACLOCAL = @ACLOCAL@
116 AMDEP_FALSE = @AMDEP_FALSE@
117 AMDEP_TRUE = @AMDEP_TRUE@
118 AMTAR = @AMTAR@
119 AR = @AR@
120 AUTOCONF = @AUTOCONF@
121 AUTOHEADER = @AUTOHEADER@
122 AUTOMAKE = @AUTOMAKE@
123 AWK = @AWK@
124 BASENAME = @BASENAME@
125 BUNZIP = @BUNZIP@
126 BZIP = @BZIP@
127 CC = @CC@
128 CCDEPMODE = @CCDEPMODE@
129 CFLAGS = @CFLAGS@
130 COMPRESS = @COMPRESS@
131 CPP = @CPP@
132 CPPFLAGS = @CPPFLAGS@
133 CXX = @CXX@
134 CXXCPP = @CXXCPP@
135 CXXDEPMODE = @CXXDEPMODE@
136 CXXFLAGS = @CXXFLAGS@
137 CYGPATH_W = @CYGPATH_W@
138 DEFS = @DEFS@
139 DEPDIR = @DEPDIR@
140 ECHO = @ECHO@
141 ECHO_C = @ECHO_C@
142 ECHO_N = @ECHO_N@
143 ECHO_T = @ECHO_T@
144 EGREP = @EGREP@
145 EXEEXT = @EXEEXT@
146 F77 = @F77@
147 FFLAGS = @FFLAGS@
148 GUNZIP = @GUNZIP@
149 GZIP = @GZIP@
150 HAVE_LIBDL_FALSE = @HAVE_LIBDL_FALSE@
151 HAVE_LIBDL_TRUE = @HAVE_LIBDL_TRUE@
152 HAVE_X_FALSE = @HAVE_X_FALSE@
153 HAVE_X_TRUE = @HAVE_X_TRUE@
154 INSTALL_DATA = @INSTALL_DATA@
155 INSTALL_PROGRAM = @INSTALL_PROGRAM@
156 INSTALL_SCRIPT = @INSTALL_SCRIPT@
157 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
158 LATEX = @LATEX@
159 LDFLAGS = @LDFLAGS@
160 LEX = @LEX@
161 LEXLIB = @LEXLIB@
162 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
163 LIBOBJS = @LIBOBJS@
164 LIBS = @LIBS@
165 LIBTOOL = @LIBTOOL@
166 LN_S = @LN_S@
167 LTLIBOBJS = @LTLIBOBJS@
168 MAINT = @MAINT@
169 MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
170 MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
171 MAKEINFO = @MAKEINFO@
172 OBJEXT = @OBJEXT@
173 PACKAGE = @PACKAGE@
174 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
175 PACKAGE_NAME = @PACKAGE_NAME@
176 PACKAGE_STRING = @PACKAGE_STRING@
177 PACKAGE_TARNAME = @PACKAGE_TARNAME@
178 PACKAGE_VERSION = @PACKAGE_VERSION@
179 PATH_SEPARATOR = @PATH_SEPARATOR@
180 PERL = @PERL@
181 PLUGIN_PYTHON = @PLUGIN_PYTHON@
182 PYTHON_LIB = @PYTHON_LIB@
183 PYTHON_PLUGIN_FALSE = @PYTHON_PLUGIN_FALSE@
184 PYTHON_PLUGIN_TRUE = @PYTHON_PLUGIN_TRUE@
185 PY_INCLUDES = @PY_INCLUDES@
186 PY_LIBS = @PY_LIBS@
187 RANLIB = @RANLIB@
188 SET_MAKE = @SET_MAKE@
189 SHELL = @SHELL@
190 STRIP = @STRIP@
191 TAR = @TAR@
192 UNCOMPRESS = @UNCOMPRESS@
193 VERSION = @VERSION@
194 X11LIBS = @X11LIBS@
195 X_CFLAGS = @X_CFLAGS@
196 X_EXTRA_LIBS = @X_EXTRA_LIBS@
197 X_LIBS = @X_LIBS@
198 X_PRE_LIBS = @X_PRE_LIBS@
199 ac_ct_AR = @ac_ct_AR@
200 ac_ct_CC = @ac_ct_CC@
201 ac_ct_CXX = @ac_ct_CXX@
202 ac_ct_F77 = @ac_ct_F77@
203 ac_ct_RANLIB = @ac_ct_RANLIB@
204 ac_ct_STRIP = @ac_ct_STRIP@
205 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
206 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
207 am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
208 am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
209 am__include = @am__include@
210 am__leading_dot = @am__leading_dot@
211 am__quote = @am__quote@
212 am__tar = @am__tar@
213 am__untar = @am__untar@
214 bindir = @bindir@
215 build = @build@
216 build_alias = @build_alias@
217 build_cpu = @build_cpu@
218 build_os = @build_os@
219 build_vendor = @build_vendor@
220 datadir = @datadir@
221 exec_prefix = @exec_prefix@
222 host = @host@
223 host_alias = @host_alias@
224 host_cpu = @host_cpu@
225 host_os = @host_os@
226 host_vendor = @host_vendor@
227 includedir = @includedir@
228 infodir = @infodir@
229 install_sh = @install_sh@
230 libdir = @libdir@
231 libexecdir = @libexecdir@
232 localstatedir = @localstatedir@
233 mandir = @mandir@
234 mkdir_p = @mkdir_p@
235 no_x = @no_x@
236 oldincludedir = @oldincludedir@
237 pkgconfdir = @pkgconfdir@
238 pkgstatedir = @pkgstatedir@
239 prefix = @prefix@
240 program_transform_name = @program_transform_name@
241 sbindir = @sbindir@
242 sharedstatedir = @sharedstatedir@
243 sysconfdir = @sysconfdir@
244 target_alias = @target_alias@
245 x_includes = @x_includes@
246 x_libraries = @x_libraries@
247 crossfire_SOURCES = \
248 alchemy.c\
249 apply.c\
250 attack.c\
251 ban.c\
252 build_map.c\
253 c_chat.c\
254 c_misc.c\
255 c_move.c\
256 c_new.c\
257 c_object.c\
258 c_party.c\
259 c_range.c\
260 c_wiz.c\
261 commands.c\
262 daemon.c\
263 disease.c\
264 egoitem.c \
265 hiscore.c\
266 gods.c\
267 init.c\
268 login.c\
269 main.c\
270 monster.c\
271 move.c\
272 pets.c\
273 player.c\
274 plugins.c\
275 resurrection.c\
276 rune.c\
277 shop.c\
278 skills.c\
279 skill_util.c\
280 spell_attack.c\
281 spell_effect.c\
282 spell_util.c\
283 swamp.c\
284 swap.c\
285 time.c\
286 timers.c\
287 weather.c
288
289 AM_CPPFLAGS = -I$(top_srcdir)/include -DDATADIR=\"$(pkgdatadir)\" -DCONFDIR=\"$(pkgconfdir)\" \
290 -DLIBDIR=\"$(pkglibdir)\" -DLOCALDIR=\"$(pkgstatedir)\" \
291 -DPLUGIN_SUFFIX=\".so\"
292
293 @HAVE_LIBDL_FALSE@LIBDL =
294 @HAVE_LIBDL_TRUE@LIBDL = -ldl
295 @HAVE_LIBDL_FALSE@crossfire_LDFLAGS =
296 @HAVE_LIBDL_TRUE@crossfire_LDFLAGS = -export-dynamic
297 crossfire_LDADD = ../common/libcross.a ../random_maps/librandom_map.a \
298 ../socket/libsocket.a $(LIBDL)
299
300 all: all-am
301
302 .SUFFIXES:
303 .SUFFIXES: .c .lo .o .obj
304 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
305 @for dep in $?; do \
306 case '$(am__configure_deps)' in \
307 *$$dep*) \
308 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
309 && exit 0; \
310 exit 1;; \
311 esac; \
312 done; \
313 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu server/Makefile'; \
314 cd $(top_srcdir) && \
315 $(AUTOMAKE) --gnu server/Makefile
316 .PRECIOUS: Makefile
317 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
318 @case '$?' in \
319 *config.status*) \
320 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
321 *) \
322 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
323 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
324 esac;
325
326 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
327 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
328
329 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
330 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
331 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
332 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
333 install-binPROGRAMS: $(bin_PROGRAMS)
334 @$(NORMAL_INSTALL)
335 test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"
336 @list='$(bin_PROGRAMS)'; for p in $$list; do \
337 p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
338 if test -f $$p \
339 || test -f $$p1 \
340 ; then \
341 f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
342 echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
343 $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
344 else :; fi; \
345 done
346
347 uninstall-binPROGRAMS:
348 @$(NORMAL_UNINSTALL)
349 @list='$(bin_PROGRAMS)'; for p in $$list; do \
350 f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
351 echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
352 rm -f "$(DESTDIR)$(bindir)/$$f"; \
353 done
354
355 clean-binPROGRAMS:
356 @list='$(bin_PROGRAMS)'; for p in $$list; do \
357 f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
358 echo " rm -f $$p $$f"; \
359 rm -f $$p $$f ; \
360 done
361 crossfire$(EXEEXT): $(crossfire_OBJECTS) $(crossfire_DEPENDENCIES)
362 @rm -f crossfire$(EXEEXT)
363 $(LINK) $(crossfire_LDFLAGS) $(crossfire_OBJECTS) $(crossfire_LDADD) $(LIBS)
364
365 mostlyclean-compile:
366 -rm -f *.$(OBJEXT)
367
368 distclean-compile:
369 -rm -f *.tab.c
370
371 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/alchemy.Po@am__quote@
372 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/apply.Po@am__quote@
373 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/attack.Po@am__quote@
374 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ban.Po@am__quote@
375 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/build_map.Po@am__quote@
376 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/c_chat.Po@am__quote@
377 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/c_misc.Po@am__quote@
378 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/c_move.Po@am__quote@
379 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/c_new.Po@am__quote@
380 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/c_object.Po@am__quote@
381 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/c_party.Po@am__quote@
382 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/c_range.Po@am__quote@
383 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/c_wiz.Po@am__quote@
384 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/commands.Po@am__quote@
385 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/daemon.Po@am__quote@
386 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/disease.Po@am__quote@
387 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/egoitem.Po@am__quote@
388 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gods.Po@am__quote@
389 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hiscore.Po@am__quote@
390 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/init.Po@am__quote@
391 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/login.Po@am__quote@
392 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@
393 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/monster.Po@am__quote@
394 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/move.Po@am__quote@
395 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pets.Po@am__quote@
396 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/player.Po@am__quote@
397 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/plugins.Po@am__quote@
398 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/resurrection.Po@am__quote@
399 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rune.Po@am__quote@
400 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/shop.Po@am__quote@
401 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/skill_util.Po@am__quote@
402 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/skills.Po@am__quote@
403 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/spell_attack.Po@am__quote@
404 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/spell_effect.Po@am__quote@
405 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/spell_util.Po@am__quote@
406 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/swamp.Po@am__quote@
407 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/swap.Po@am__quote@
408 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/time.Po@am__quote@
409 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/timers.Po@am__quote@
410 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/weather.Po@am__quote@
411
412 .c.o:
413 @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
414 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
415 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
416 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
417 @am__fastdepCC_FALSE@ $(COMPILE) -c $<
418
419 .c.obj:
420 @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
421 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
422 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
423 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
424 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
425
426 .c.lo:
427 @am__fastdepCC_TRUE@ if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
428 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
429 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
430 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
431 @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
432
433 mostlyclean-libtool:
434 -rm -f *.lo
435
436 clean-libtool:
437 -rm -rf .libs _libs
438
439 distclean-libtool:
440 -rm -f libtool
441 uninstall-info-am:
442
443 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
444 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
445 unique=`for i in $$list; do \
446 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
447 done | \
448 $(AWK) ' { files[$$0] = 1; } \
449 END { for (i in files) print i; }'`; \
450 mkid -fID $$unique
451 tags: TAGS
452
453 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
454 $(TAGS_FILES) $(LISP)
455 tags=; \
456 here=`pwd`; \
457 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
458 unique=`for i in $$list; do \
459 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
460 done | \
461 $(AWK) ' { files[$$0] = 1; } \
462 END { for (i in files) print i; }'`; \
463 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
464 test -n "$$unique" || unique=$$empty_fix; \
465 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
466 $$tags $$unique; \
467 fi
468 ctags: CTAGS
469 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
470 $(TAGS_FILES) $(LISP)
471 tags=; \
472 here=`pwd`; \
473 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
474 unique=`for i in $$list; do \
475 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
476 done | \
477 $(AWK) ' { files[$$0] = 1; } \
478 END { for (i in files) print i; }'`; \
479 test -z "$(CTAGS_ARGS)$$tags$$unique" \
480 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
481 $$tags $$unique
482
483 GTAGS:
484 here=`$(am__cd) $(top_builddir) && pwd` \
485 && cd $(top_srcdir) \
486 && gtags -i $(GTAGS_ARGS) $$here
487
488 distclean-tags:
489 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
490
491 distdir: $(DISTFILES)
492 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
493 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
494 list='$(DISTFILES)'; for file in $$list; do \
495 case $$file in \
496 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
497 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
498 esac; \
499 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
500 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
501 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
502 dir="/$$dir"; \
503 $(mkdir_p) "$(distdir)$$dir"; \
504 else \
505 dir=''; \
506 fi; \
507 if test -d $$d/$$file; then \
508 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
509 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
510 fi; \
511 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
512 else \
513 test -f $(distdir)/$$file \
514 || cp -p $$d/$$file $(distdir)/$$file \
515 || exit 1; \
516 fi; \
517 done
518 check-am: all-am
519 check: check-am
520 all-am: Makefile $(PROGRAMS)
521 installdirs:
522 for dir in "$(DESTDIR)$(bindir)"; do \
523 test -z "$$dir" || $(mkdir_p) "$$dir"; \
524 done
525 install: install-am
526 install-exec: install-exec-am
527 install-data: install-data-am
528 uninstall: uninstall-am
529
530 install-am: all-am
531 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
532
533 installcheck: installcheck-am
534 install-strip:
535 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
536 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
537 `test -z '$(STRIP)' || \
538 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
539 mostlyclean-generic:
540
541 clean-generic:
542
543 distclean-generic:
544 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
545
546 maintainer-clean-generic:
547 @echo "This command is intended for maintainers to use"
548 @echo "it deletes files that may require special tools to rebuild."
549 clean: clean-am
550
551 clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am
552
553 distclean: distclean-am
554 -rm -rf ./$(DEPDIR)
555 -rm -f Makefile
556 distclean-am: clean-am distclean-compile distclean-generic \
557 distclean-libtool distclean-tags
558
559 dvi: dvi-am
560
561 dvi-am:
562
563 html: html-am
564
565 info: info-am
566
567 info-am:
568
569 install-data-am:
570
571 install-exec-am: install-binPROGRAMS
572
573 install-info: install-info-am
574
575 install-man:
576
577 installcheck-am: installcheck-local
578
579 maintainer-clean: maintainer-clean-am
580 -rm -rf ./$(DEPDIR)
581 -rm -f Makefile
582 maintainer-clean-am: distclean-am maintainer-clean-generic
583
584 mostlyclean: mostlyclean-am
585
586 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
587 mostlyclean-libtool
588
589 pdf: pdf-am
590
591 pdf-am:
592
593 ps: ps-am
594
595 ps-am:
596
597 uninstall-am: uninstall-binPROGRAMS uninstall-info-am
598
599 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
600 clean-generic clean-libtool ctags distclean distclean-compile \
601 distclean-generic distclean-libtool distclean-tags distdir dvi \
602 dvi-am html html-am info info-am install install-am \
603 install-binPROGRAMS install-data install-data-am install-exec \
604 install-exec-am install-info install-info-am install-man \
605 install-strip installcheck installcheck-am installcheck-local \
606 installdirs maintainer-clean maintainer-clean-generic \
607 mostlyclean mostlyclean-compile mostlyclean-generic \
608 mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
609 uninstall-am uninstall-binPROGRAMS uninstall-info-am
610
611
612 ../common/libcross.a:
613 ( cd ../common ; make libcross.a )
614
615 ../random_maps/librandom_map.a:
616 ( cd ../random_maps ; make librandom_map.a )
617
618 ../socket/libsocket.a:
619 ( cd ../socket ; make libsocket.a )
620
621 # Check if everything is installed as it should
622 installcheck-local:
623 $(bindir)/crossfire -o
624
625 proto:
626 cproto -D__CEXTRACT__ -o ../include/sproto.h $(CPPFLAGS) $(AM_CPPFLAGS) \
627 `echo $(SOURCES) " " | $(AWK) -v RS=" " '/.c$$/ { print }'`
628 chmod 644 ../include/sproto.h
629 # Tell versions [3.59,3.63) of GNU make to not export all variables.
630 # Otherwise a system limit (for SysV at least) may be exceeded.
631 .NOEXPORT: