ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/lib/Makefile.in
Revision: 1.4
Committed: Mon Feb 6 22:49:11 2006 UTC (18 years, 3 months ago) by pippijn
Branch: MAIN
Changes since 1.3: +11 -6 lines
Log Message:
added two new spells: asteroid and frost nova. they both use the meteor arch
as face for now but their effect is cold. will add a unique face for them soon

File Contents

# User Rev Content
1 root 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) 2001 Mark Wedel & Crossfire Development Team
24     # Copyright (C) 1992 Frank Tore Johansen
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 authors can be reached via e-mail to crossfire-devel@real-time.com
41    
42    
43     srcdir = @srcdir@
44     top_srcdir = @top_srcdir@
45     VPATH = @srcdir@
46     pkgdatadir = $(datadir)/@PACKAGE@
47     pkglibdir = $(libdir)/@PACKAGE@
48     pkgincludedir = $(includedir)/@PACKAGE@
49     top_builddir = ..
50     am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
51     INSTALL = @INSTALL@
52     install_sh_DATA = $(install_sh) -c -m 644
53     install_sh_PROGRAM = $(install_sh) -c
54     install_sh_SCRIPT = $(install_sh) -c
55     INSTALL_HEADER = $(INSTALL_DATA)
56     transform = $(program_transform_name)
57     NORMAL_INSTALL = :
58     PRE_INSTALL = :
59     POST_INSTALL = :
60     NORMAL_UNINSTALL = :
61     PRE_UNINSTALL = :
62     POST_UNINSTALL = :
63     build_triplet = @build@
64     host_triplet = @host@
65     subdir = lib
66     DIST_COMMON = README $(dist_adm_SCRIPTS) $(dist_help_DATA) \
67     $(dist_noinst_SCRIPTS) $(dist_pkgdata_DATA) \
68     $(dist_wizhelp_DATA) $(srcdir)/Makefile.am \
69     $(srcdir)/Makefile.in $(srcdir)/checkarch.pl.in \
70     $(srcdir)/collect.pl.in
71     ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
72 pippijn 1.4 am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
73 root 1.1 $(top_srcdir)/configure.ac
74     am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
75     $(ACLOCAL_M4)
76     mkinstalldirs = $(SHELL) $(top_srcdir)/utils/mkinstalldirs
77     CONFIG_HEADER = $(top_builddir)/include/autoconf.h
78     CONFIG_CLEAN_FILES = checkarch.pl collect.pl
79     am__installdirs = "$(DESTDIR)$(admdir)" "$(DESTDIR)$(helpdir)" \
80     "$(DESTDIR)$(pkgdatadir)" "$(DESTDIR)$(wizhelpdir)"
81     dist_admSCRIPT_INSTALL = $(INSTALL_SCRIPT)
82     SCRIPTS = $(dist_adm_SCRIPTS) $(dist_noinst_SCRIPTS)
83     SOURCES =
84     DIST_SOURCES =
85     am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
86     am__vpath_adj = case $$p in \
87     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
88     *) f=$$p;; \
89     esac;
90     am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
91     dist_helpDATA_INSTALL = $(INSTALL_DATA)
92     dist_pkgdataDATA_INSTALL = $(INSTALL_DATA)
93     dist_wizhelpDATA_INSTALL = $(INSTALL_DATA)
94     DATA = $(dist_help_DATA) $(dist_pkgdata_DATA) $(dist_wizhelp_DATA)
95     DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
96     ACLOCAL = @ACLOCAL@
97     AMDEP_FALSE = @AMDEP_FALSE@
98     AMDEP_TRUE = @AMDEP_TRUE@
99     AMTAR = @AMTAR@
100     AR = @AR@
101     AUTOCONF = @AUTOCONF@
102     AUTOHEADER = @AUTOHEADER@
103     AUTOMAKE = @AUTOMAKE@
104     AWK = @AWK@
105     BASENAME = @BASENAME@
106     BUNZIP = @BUNZIP@
107     BZIP = @BZIP@
108     CC = @CC@
109     CCDEPMODE = @CCDEPMODE@
110     CFLAGS = @CFLAGS@
111     COMPRESS = @COMPRESS@
112     CPP = @CPP@
113     CPPFLAGS = @CPPFLAGS@
114 pippijn 1.4 CXX = @CXX@
115     CXXCPP = @CXXCPP@
116     CXXDEPMODE = @CXXDEPMODE@
117     CXXFLAGS = @CXXFLAGS@
118 root 1.1 CYGPATH_W = @CYGPATH_W@
119     DEFS = @DEFS@
120     DEPDIR = @DEPDIR@
121     ECHO = @ECHO@
122     ECHO_C = @ECHO_C@
123     ECHO_N = @ECHO_N@
124     ECHO_T = @ECHO_T@
125     EGREP = @EGREP@
126     EXEEXT = @EXEEXT@
127 pippijn 1.4 F77 = @F77@
128     FFLAGS = @FFLAGS@
129 root 1.1 GUNZIP = @GUNZIP@
130     GZIP = @GZIP@
131     HAVE_LIBDL_FALSE = @HAVE_LIBDL_FALSE@
132     HAVE_LIBDL_TRUE = @HAVE_LIBDL_TRUE@
133     HAVE_X_FALSE = @HAVE_X_FALSE@
134     HAVE_X_TRUE = @HAVE_X_TRUE@
135     INSTALL_DATA = @INSTALL_DATA@
136     INSTALL_PROGRAM = @INSTALL_PROGRAM@
137     INSTALL_SCRIPT = @INSTALL_SCRIPT@
138     INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
139     LATEX = @LATEX@
140     LDFLAGS = @LDFLAGS@
141     LEX = @LEX@
142     LEXLIB = @LEXLIB@
143     LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
144     LIBOBJS = @LIBOBJS@
145     LIBS = @LIBS@
146     LIBTOOL = @LIBTOOL@
147     LN_S = @LN_S@
148     LTLIBOBJS = @LTLIBOBJS@
149     MAINT = @MAINT@
150     MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
151     MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
152     MAKEINFO = @MAKEINFO@
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     PERL = @PERL@
162 root 1.2 PERLFLAGS = @PERLFLAGS@
163     PERLLIB = @PERLLIB@
164     PERLPRIVLIBEXP = @PERLPRIVLIBEXP@
165     PERL_PLUGIN = @PERL_PLUGIN@
166     PERL_PLUGIN_FALSE = @PERL_PLUGIN_FALSE@
167     PERL_PLUGIN_TRUE = @PERL_PLUGIN_TRUE@
168 root 1.1 PLUGIN_PYTHON = @PLUGIN_PYTHON@
169     PYTHON_LIB = @PYTHON_LIB@
170     PYTHON_PLUGIN_FALSE = @PYTHON_PLUGIN_FALSE@
171     PYTHON_PLUGIN_TRUE = @PYTHON_PLUGIN_TRUE@
172     PY_INCLUDES = @PY_INCLUDES@
173     PY_LIBS = @PY_LIBS@
174     RANLIB = @RANLIB@
175     SET_MAKE = @SET_MAKE@
176     SHELL = @SHELL@
177     STRIP = @STRIP@
178     TAR = @TAR@
179     UNCOMPRESS = @UNCOMPRESS@
180     VERSION = @VERSION@
181     X11LIBS = @X11LIBS@
182     X_CFLAGS = @X_CFLAGS@
183     X_EXTRA_LIBS = @X_EXTRA_LIBS@
184     X_LIBS = @X_LIBS@
185     X_PRE_LIBS = @X_PRE_LIBS@
186     ac_ct_AR = @ac_ct_AR@
187     ac_ct_CC = @ac_ct_CC@
188 pippijn 1.4 ac_ct_CXX = @ac_ct_CXX@
189     ac_ct_F77 = @ac_ct_F77@
190 root 1.1 ac_ct_RANLIB = @ac_ct_RANLIB@
191     ac_ct_STRIP = @ac_ct_STRIP@
192     am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
193     am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
194 pippijn 1.4 am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
195     am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
196 root 1.1 am__include = @am__include@
197     am__leading_dot = @am__leading_dot@
198     am__quote = @am__quote@
199     am__tar = @am__tar@
200     am__untar = @am__untar@
201     bindir = @bindir@
202     build = @build@
203     build_alias = @build_alias@
204     build_cpu = @build_cpu@
205     build_os = @build_os@
206     build_vendor = @build_vendor@
207     datadir = @datadir@
208     exec_prefix = @exec_prefix@
209     host = @host@
210     host_alias = @host_alias@
211     host_cpu = @host_cpu@
212     host_os = @host_os@
213     host_vendor = @host_vendor@
214     includedir = @includedir@
215     infodir = @infodir@
216     install_sh = @install_sh@
217     libdir = @libdir@
218     libexecdir = @libexecdir@
219     localstatedir = @localstatedir@
220     mandir = @mandir@
221     mkdir_p = @mkdir_p@
222     no_x = @no_x@
223     oldincludedir = @oldincludedir@
224     pkgconfdir = @pkgconfdir@
225     pkgstatedir = @pkgstatedir@
226     prefix = @prefix@
227     program_transform_name = @program_transform_name@
228     sbindir = @sbindir@
229     sharedstatedir = @sharedstatedir@
230     sysconfdir = @sysconfdir@
231     target_alias = @target_alias@
232     x_includes = @x_includes@
233     x_libraries = @x_libraries@
234     dist_noinst_SCRIPTS = collect.pl util.pl checkarch.pl
235     dist_pkgdata_DATA = artifacts def_help formulae messages races smooth\
236     animations archetypes bmaps bmaps.paths crossfire.0 \
237 root 1.3 crossfire.1 faces attackmess image_info materials regions cf.pm
238 root 1.1
239     CONF_FILES = settings motd dm_file forbid ban_file exp_table news rules
240     VAR_FILES = highscore banish_file bookarch temp.maps clockdata
241     EXTRA_DIST = README .collect-stamp $(CONF_FILES) treasures treasures.bld
242     helpdir = $(pkgdatadir)/help
243     dist_help_DATA = help/apply help/applymode \
244     help/bind help/bowmode help/brace \
245     help/cast help/drop help/dropall \
246     help/golem help/invoke \
247     help/keys help/killpets \
248     help/listen \
249     help/mark help/melee help/mode \
250     help/mouse help/move \
251     help/output \
252     help/output-count help/output-sync \
253     help/party help/peaceful \
254     help/petmode help/pickup help/quests \
255     help/quit help/range help/rename \
256     help/save help/shout help/showpets \
257     help/sort_inventory help/spells \
258     help/statistics help/take help/traps \
259     help/unbind help/usekeys \
260     help/whereabouts
261    
262     wizhelpdir = $(pkgdatadir)/wizhelp
263     dist_wizhelp_DATA = wizhelp/abil wizhelp/addexp \
264     wizhelp/banish \
265     wizhelp/create wizhelp/debug \
266     wizhelp/dump wizhelp/dumpallarchtypes \
267     wizhelp/dumpallmaps wizhelp/dumpallobjects \
268     wizhelp/dumpbelow wizhelp/dumpfriendlyobjects \
269     wizhelp/forget_spell wizhelp/free \
270     wizhelp/goto wizhelp/hide wizhelp/invisible \
271     wizhelp/kick wizhelp/learn_special_prayer \
272     wizhelp/learn_spell wizhelp/mon_aggr \
273     wizhelp/nodm \
274     wizhelp/nowiz wizhelp/overlay_save \
275     wizhelp/patch wizhelp/plugin \
276     wizhelp/pluglist wizhelp/plugout \
277     wizhelp/possess \
278     wizhelp/printlos wizhelp/remove \
279     wizhelp/reset wizhelp/set_god \
280     wizhelp/shutdown wizhelp/server_speed \
281     wizhelp/spellreset wizhelp/ssdumptable \
282     wizhelp/style_info wizhelp/summon \
283     wizhelp/teleport wizhelp/time \
284     wizhelp/toggle_shout \
285     wizhelp/who wizhelp/wizcast wizhelp/wizhelp \
286     wizhelp/wizpass
287    
288     admdir = $(pkgdatadir)/adm
289     dist_adm_SCRIPTS = \
290     adm/map_info adm/map_expand.pl adm/mapslitter.pl adm/archsearch.pl \
291     adm/collect_images.pl
292    
293     MAINTAINERCLEANFILES = archetypes bmaps faces .collect-stamp
294     all: all-am
295    
296     .SUFFIXES:
297     $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
298     @for dep in $?; do \
299     case '$(am__configure_deps)' in \
300     *$$dep*) \
301     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
302     && exit 0; \
303     exit 1;; \
304     esac; \
305     done; \
306     echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu lib/Makefile'; \
307     cd $(top_srcdir) && \
308     $(AUTOMAKE) --gnu lib/Makefile
309     .PRECIOUS: Makefile
310     Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
311     @case '$?' in \
312     *config.status*) \
313     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
314     *) \
315     echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
316     cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
317     esac;
318    
319     $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
320     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
321    
322     $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
323     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
324     $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
325     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
326     checkarch.pl: $(top_builddir)/config.status $(srcdir)/checkarch.pl.in
327     cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
328     collect.pl: $(top_builddir)/config.status $(srcdir)/collect.pl.in
329     cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
330     install-dist_admSCRIPTS: $(dist_adm_SCRIPTS)
331     @$(NORMAL_INSTALL)
332     test -z "$(admdir)" || $(mkdir_p) "$(DESTDIR)$(admdir)"
333     @list='$(dist_adm_SCRIPTS)'; for p in $$list; do \
334     if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
335     if test -f $$d$$p; then \
336     f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
337     echo " $(dist_admSCRIPT_INSTALL) '$$d$$p' '$(DESTDIR)$(admdir)/$$f'"; \
338     $(dist_admSCRIPT_INSTALL) "$$d$$p" "$(DESTDIR)$(admdir)/$$f"; \
339     else :; fi; \
340     done
341    
342     uninstall-dist_admSCRIPTS:
343     @$(NORMAL_UNINSTALL)
344     @list='$(dist_adm_SCRIPTS)'; for p in $$list; do \
345     f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
346     echo " rm -f '$(DESTDIR)$(admdir)/$$f'"; \
347     rm -f "$(DESTDIR)$(admdir)/$$f"; \
348     done
349    
350     mostlyclean-libtool:
351     -rm -f *.lo
352    
353     clean-libtool:
354     -rm -rf .libs _libs
355    
356     distclean-libtool:
357     -rm -f libtool
358     uninstall-info-am:
359     install-dist_helpDATA: $(dist_help_DATA)
360     @$(NORMAL_INSTALL)
361     test -z "$(helpdir)" || $(mkdir_p) "$(DESTDIR)$(helpdir)"
362     @list='$(dist_help_DATA)'; for p in $$list; do \
363     if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
364     f=$(am__strip_dir) \
365     echo " $(dist_helpDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(helpdir)/$$f'"; \
366     $(dist_helpDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(helpdir)/$$f"; \
367     done
368    
369     uninstall-dist_helpDATA:
370     @$(NORMAL_UNINSTALL)
371     @list='$(dist_help_DATA)'; for p in $$list; do \
372     f=$(am__strip_dir) \
373     echo " rm -f '$(DESTDIR)$(helpdir)/$$f'"; \
374     rm -f "$(DESTDIR)$(helpdir)/$$f"; \
375     done
376     install-dist_pkgdataDATA: $(dist_pkgdata_DATA)
377     @$(NORMAL_INSTALL)
378     test -z "$(pkgdatadir)" || $(mkdir_p) "$(DESTDIR)$(pkgdatadir)"
379     @list='$(dist_pkgdata_DATA)'; for p in $$list; do \
380     if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
381     f=$(am__strip_dir) \
382     echo " $(dist_pkgdataDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pkgdatadir)/$$f'"; \
383     $(dist_pkgdataDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pkgdatadir)/$$f"; \
384     done
385    
386     uninstall-dist_pkgdataDATA:
387     @$(NORMAL_UNINSTALL)
388     @list='$(dist_pkgdata_DATA)'; for p in $$list; do \
389     f=$(am__strip_dir) \
390     echo " rm -f '$(DESTDIR)$(pkgdatadir)/$$f'"; \
391     rm -f "$(DESTDIR)$(pkgdatadir)/$$f"; \
392     done
393     install-dist_wizhelpDATA: $(dist_wizhelp_DATA)
394     @$(NORMAL_INSTALL)
395     test -z "$(wizhelpdir)" || $(mkdir_p) "$(DESTDIR)$(wizhelpdir)"
396     @list='$(dist_wizhelp_DATA)'; for p in $$list; do \
397     if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
398     f=$(am__strip_dir) \
399     echo " $(dist_wizhelpDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(wizhelpdir)/$$f'"; \
400     $(dist_wizhelpDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(wizhelpdir)/$$f"; \
401     done
402    
403     uninstall-dist_wizhelpDATA:
404     @$(NORMAL_UNINSTALL)
405     @list='$(dist_wizhelp_DATA)'; for p in $$list; do \
406     f=$(am__strip_dir) \
407     echo " rm -f '$(DESTDIR)$(wizhelpdir)/$$f'"; \
408     rm -f "$(DESTDIR)$(wizhelpdir)/$$f"; \
409     done
410     tags: TAGS
411     TAGS:
412    
413     ctags: CTAGS
414     CTAGS:
415    
416    
417     distdir: $(DISTFILES)
418     $(mkdir_p) $(distdir)/adm $(distdir)/help $(distdir)/wizhelp
419     @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
420     topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
421     list='$(DISTFILES)'; for file in $$list; do \
422     case $$file in \
423     $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
424     $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
425     esac; \
426     if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
427     dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
428     if test "$$dir" != "$$file" && test "$$dir" != "."; then \
429     dir="/$$dir"; \
430     $(mkdir_p) "$(distdir)$$dir"; \
431     else \
432     dir=''; \
433     fi; \
434     if test -d $$d/$$file; then \
435     if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
436     cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
437     fi; \
438     cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
439     else \
440     test -f $(distdir)/$$file \
441     || cp -p $$d/$$file $(distdir)/$$file \
442     || exit 1; \
443     fi; \
444     done
445     check-am: all-am
446     check: check-am
447     all-am: Makefile $(SCRIPTS) $(DATA)
448     installdirs:
449     for dir in "$(DESTDIR)$(admdir)" "$(DESTDIR)$(helpdir)" "$(DESTDIR)$(pkgdatadir)" "$(DESTDIR)$(wizhelpdir)"; do \
450     test -z "$$dir" || $(mkdir_p) "$$dir"; \
451     done
452     install: install-am
453     install-exec: install-exec-am
454     install-data: install-data-am
455     uninstall: uninstall-am
456    
457     install-am: all-am
458     @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
459    
460     installcheck: installcheck-am
461     install-strip:
462     $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
463     install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
464     `test -z '$(STRIP)' || \
465     echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
466     mostlyclean-generic:
467    
468     clean-generic:
469    
470     distclean-generic:
471     -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
472    
473     maintainer-clean-generic:
474     @echo "This command is intended for maintainers to use"
475     @echo "it deletes files that may require special tools to rebuild."
476     -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
477     clean: clean-am
478    
479     clean-am: clean-generic clean-libtool mostlyclean-am
480    
481     distclean: distclean-am
482     -rm -f Makefile
483     distclean-am: clean-am distclean-generic distclean-libtool
484    
485     dvi: dvi-am
486    
487     dvi-am:
488    
489     html: html-am
490    
491     info: info-am
492    
493     info-am:
494    
495     install-data-am: install-data-local install-dist_admSCRIPTS \
496     install-dist_helpDATA install-dist_pkgdataDATA \
497     install-dist_wizhelpDATA
498    
499     install-exec-am:
500    
501     install-info: install-info-am
502    
503     install-man:
504    
505     installcheck-am:
506    
507     maintainer-clean: maintainer-clean-am
508     -rm -f Makefile
509     maintainer-clean-am: distclean-am maintainer-clean-generic
510    
511     mostlyclean: mostlyclean-am
512    
513     mostlyclean-am: mostlyclean-generic mostlyclean-libtool
514    
515     pdf: pdf-am
516    
517     pdf-am:
518    
519     ps: ps-am
520    
521     ps-am:
522    
523     uninstall-am: uninstall-dist_admSCRIPTS uninstall-dist_helpDATA \
524     uninstall-dist_pkgdataDATA uninstall-dist_wizhelpDATA \
525     uninstall-info-am uninstall-local
526    
527     .PHONY: all all-am check check-am clean clean-generic clean-libtool \
528     distclean distclean-generic distclean-libtool distdir dvi \
529     dvi-am html html-am info info-am install install-am \
530     install-data install-data-am install-data-local \
531     install-dist_admSCRIPTS install-dist_helpDATA \
532     install-dist_pkgdataDATA install-dist_wizhelpDATA install-exec \
533     install-exec-am install-info install-info-am install-man \
534     install-strip installcheck installcheck-am installdirs \
535     maintainer-clean maintainer-clean-generic mostlyclean \
536     mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
537     uninstall uninstall-am uninstall-dist_admSCRIPTS \
538     uninstall-dist_helpDATA uninstall-dist_pkgdataDATA \
539     uninstall-dist_wizhelpDATA uninstall-info-am uninstall-local
540    
541    
542     crossfire.0: bmaps.paths
543     $(PERL) $(srcdir)/adm/collect_images.pl -png
544    
545     .collect-stamp:
546     touch .collect-stamp
547    
548     collect:
549     $(PERL) -I$(srcdir) collect.pl $(srcdir)/arch
550     $(PERL) $(srcdir)/adm/collect_images.pl -png
551    
552     archonly:
553     $(PERL) -I$(srcdir) collect.pl $(srcdir)/arch ARCHONLY
554    
555     archetypes: .collect-stamp
556     make collect
557    
558     faces: .collect-stamp
559     make collect
560    
561     animations: .collect-stamp
562     make collect
563    
564     bmaps.paths bmaps: .collect-stamp
565     make collect
566    
567     install-data-local: archetypes crossfire.0 faces animations collect.pl util.pl
568     @$(NORMAL_INSTALL)
569     $(mkinstalldirs) $(DESTDIR)$(pkgconfdir)
570     for i in $(CONF_FILES); do \
571     if [ ! -f $(DESTDIR)$(pkgconfdir)/$$i ]; then \
572     echo "Installing $$i"; \
573     $(INSTALL_DATA) $(srcdir)/$$i $(DESTDIR)$(pkgconfdir); \
574     fi \
575     done
576    
577     $(mkinstalldirs) $(DESTDIR)$(pkgstatedir)
578     for i in $(VAR_FILES) ; do \
579     touch $(DESTDIR)$(pkgstatedir)/$$i ; \
580     done
581    
582     @for i in datafiles players unique-items template-maps maps; do \
583     if [ ! -d $(DESTDIR)$(pkgstatedir)/$$i ]; then \
584     echo "Creating directory $(pkgstatedir)/$$i"; \
585     $(mkinstalldirs) $(DESTDIR)$(pkgstatedir)/$$i; \
586     fi; \
587     done
588     # Special case above because the name we install to is different
589     # than the name of the file
590     if [ ! -d $(DESTDIR)$(pkgdatadir)/$$i ]; then \
591     echo "Creating directory $(pkgdatadir)/$$i"; \
592     $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/$$i; \
593     fi; \
594     $(INSTALL_DATA) $(srcdir)/treasures.bld $(DESTDIR)$(pkgdatadir)/treasures
595    
596     # Uninstall unchanged config/var files so make distcheck is happy
597     # but leave changed file, so no configuration/game state is lost
598     uninstall-local:
599     -for i in $(CONF_FILES); do \
600     if test ! -f $(DESTDIR)$(pkgconfdir)/$$i ; then \
601     continue ; \
602     fi ; \
603     if diff -q $(srcdir)/$$i $(DESTDIR)$(pkgconfdir)/$$i ; then \
604     rm -f $(DESTDIR)$(pkgconfdir)/$$i ; \
605     fi ; \
606     done
607     -for i in $(VAR_FILES) ; do \
608     if test ! -f $(DESTDIR)$(pkgstatedir)/$$i ; then \
609     continue ;\
610     fi ; \
611     if test `wc -c $(DESTDIR)$(pkgstatedir)/$$i|$(AWK) '{ print $$1 }'` -eq "0" ; then \
612     rm -f $(DESTDIR)$(pkgstatedir)/$$i ; \
613     fi ; \
614     done
615    
616     # This block makes the archive of the arch directory.
617     archive::
618     $(AMTAR) -cvh --exclude=dev --exclude=CVS -f $(PACKAGE)-$(VERSION)-arch.tar arch
619     $(GZIP) -cv9 $(PACKAGE)-$(VERSION)-arch.tar > ../$(PACKAGE)-$(VERSION)-arch.tar.gz
620     $(BZIP) -cv --repetitive-best $(PACKAGE)-$(VERSION)-arch.tar > ../$(PACKAGE)-$(VERSION)-arch.tar.bz2
621     $(RM) $(PACKAGE)-$(VERSION)-arch.tar
622    
623     libArch:
624     tar cvf A`perl puredate.pl`.tar arch treasures
625     gzip A`perl puredate.pl`.tar
626     # Tell versions [3.59,3.63) of GNU make to not export all variables.
627     # Otherwise a system limit (for SysV at least) may be exceeded.
628     .NOEXPORT: