ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/lib/Makefile.in
Revision: 1.7
Committed: Thu Mar 16 21:08:15 2006 UTC (18 years, 2 months ago) by root
Branch: MAIN
Changes since 1.6: +6 -11 lines
Log Message:
allow perl to save/restore pelr data associated with players

File Contents

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