ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/server/Makefile.in
Revision: 1.1.1.2 (vendor branch)
Committed: Wed Mar 15 14:05:34 2006 UTC (18 years, 3 months ago) by elmex
Branch: UPSTREAM
CVS Tags: UPSTREAM_2006_03_15
Changes since 1.1.1.1: +1 -3 lines
Log Message:
cvs -z9 -d:ext:elmex@cvs.schmorp.de:/schmorpforge import cf.schmorp.de UPSTREAM UPSTREAM_2006_03_15

File Contents

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