ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/lib/Makefile.in
Revision: 1.5
Committed: Wed Feb 22 18:53:49 2006 UTC (18 years, 3 months ago) by elmex
Branch: MAIN
Changes since 1.4: +5 -4 lines
Log Message:
UPSTREAM_2006-02-22 merge

File Contents

# User Rev Content
1 elmex 1.5 # Makefile.in generated by automake 1.9.4 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.5 # 2003, 2004 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 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 elmex 1.5 wizhelp/goto wizhelp/hide wizhelp/insert_into \
271     wizhelp/invisible \
272 root 1.1 wizhelp/kick wizhelp/learn_special_prayer \
273     wizhelp/learn_spell wizhelp/mon_aggr \
274     wizhelp/nodm \
275     wizhelp/nowiz wizhelp/overlay_save \
276     wizhelp/patch wizhelp/plugin \
277     wizhelp/pluglist wizhelp/plugout \
278     wizhelp/possess \
279     wizhelp/printlos wizhelp/remove \
280     wizhelp/reset wizhelp/set_god \
281     wizhelp/shutdown wizhelp/server_speed \
282 elmex 1.5 wizhelp/spellreset wizhelp/ssdumptable wizhelp/stats \
283 root 1.1 wizhelp/style_info wizhelp/summon \
284     wizhelp/teleport wizhelp/time \
285     wizhelp/toggle_shout \
286     wizhelp/who wizhelp/wizcast wizhelp/wizhelp \
287     wizhelp/wizpass
288    
289     admdir = $(pkgdatadir)/adm
290     dist_adm_SCRIPTS = \
291     adm/map_info adm/map_expand.pl adm/mapslitter.pl adm/archsearch.pl \
292     adm/collect_images.pl
293    
294     MAINTAINERCLEANFILES = archetypes bmaps faces .collect-stamp
295     all: all-am
296    
297     .SUFFIXES:
298     $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
299     @for dep in $?; do \
300     case '$(am__configure_deps)' in \
301     *$$dep*) \
302     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
303     && exit 0; \
304     exit 1;; \
305     esac; \
306     done; \
307     echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu lib/Makefile'; \
308     cd $(top_srcdir) && \
309     $(AUTOMAKE) --gnu lib/Makefile
310     .PRECIOUS: Makefile
311     Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
312     @case '$?' in \
313     *config.status*) \
314     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
315     *) \
316     echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
317     cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
318     esac;
319    
320     $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
321     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
322    
323     $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
324     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
325     $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
326     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
327     checkarch.pl: $(top_builddir)/config.status $(srcdir)/checkarch.pl.in
328     cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
329     collect.pl: $(top_builddir)/config.status $(srcdir)/collect.pl.in
330     cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
331     install-dist_admSCRIPTS: $(dist_adm_SCRIPTS)
332     @$(NORMAL_INSTALL)
333     test -z "$(admdir)" || $(mkdir_p) "$(DESTDIR)$(admdir)"
334     @list='$(dist_adm_SCRIPTS)'; for p in $$list; do \
335     if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
336     if test -f $$d$$p; then \
337     f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
338     echo " $(dist_admSCRIPT_INSTALL) '$$d$$p' '$(DESTDIR)$(admdir)/$$f'"; \
339     $(dist_admSCRIPT_INSTALL) "$$d$$p" "$(DESTDIR)$(admdir)/$$f"; \
340     else :; fi; \
341     done
342    
343     uninstall-dist_admSCRIPTS:
344     @$(NORMAL_UNINSTALL)
345     @list='$(dist_adm_SCRIPTS)'; for p in $$list; do \
346     f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
347     echo " rm -f '$(DESTDIR)$(admdir)/$$f'"; \
348     rm -f "$(DESTDIR)$(admdir)/$$f"; \
349     done
350    
351     mostlyclean-libtool:
352     -rm -f *.lo
353    
354     clean-libtool:
355     -rm -rf .libs _libs
356    
357     distclean-libtool:
358     -rm -f libtool
359     uninstall-info-am:
360     install-dist_helpDATA: $(dist_help_DATA)
361     @$(NORMAL_INSTALL)
362     test -z "$(helpdir)" || $(mkdir_p) "$(DESTDIR)$(helpdir)"
363     @list='$(dist_help_DATA)'; for p in $$list; do \
364     if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
365     f=$(am__strip_dir) \
366     echo " $(dist_helpDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(helpdir)/$$f'"; \
367     $(dist_helpDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(helpdir)/$$f"; \
368     done
369    
370     uninstall-dist_helpDATA:
371     @$(NORMAL_UNINSTALL)
372     @list='$(dist_help_DATA)'; for p in $$list; do \
373     f=$(am__strip_dir) \
374     echo " rm -f '$(DESTDIR)$(helpdir)/$$f'"; \
375     rm -f "$(DESTDIR)$(helpdir)/$$f"; \
376     done
377     install-dist_pkgdataDATA: $(dist_pkgdata_DATA)
378     @$(NORMAL_INSTALL)
379     test -z "$(pkgdatadir)" || $(mkdir_p) "$(DESTDIR)$(pkgdatadir)"
380     @list='$(dist_pkgdata_DATA)'; for p in $$list; do \
381     if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
382     f=$(am__strip_dir) \
383     echo " $(dist_pkgdataDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pkgdatadir)/$$f'"; \
384     $(dist_pkgdataDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pkgdatadir)/$$f"; \
385     done
386    
387     uninstall-dist_pkgdataDATA:
388     @$(NORMAL_UNINSTALL)
389     @list='$(dist_pkgdata_DATA)'; for p in $$list; do \
390     f=$(am__strip_dir) \
391     echo " rm -f '$(DESTDIR)$(pkgdatadir)/$$f'"; \
392     rm -f "$(DESTDIR)$(pkgdatadir)/$$f"; \
393     done
394     install-dist_wizhelpDATA: $(dist_wizhelp_DATA)
395     @$(NORMAL_INSTALL)
396     test -z "$(wizhelpdir)" || $(mkdir_p) "$(DESTDIR)$(wizhelpdir)"
397     @list='$(dist_wizhelp_DATA)'; for p in $$list; do \
398     if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
399     f=$(am__strip_dir) \
400     echo " $(dist_wizhelpDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(wizhelpdir)/$$f'"; \
401     $(dist_wizhelpDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(wizhelpdir)/$$f"; \
402     done
403    
404     uninstall-dist_wizhelpDATA:
405     @$(NORMAL_UNINSTALL)
406     @list='$(dist_wizhelp_DATA)'; for p in $$list; do \
407     f=$(am__strip_dir) \
408     echo " rm -f '$(DESTDIR)$(wizhelpdir)/$$f'"; \
409     rm -f "$(DESTDIR)$(wizhelpdir)/$$f"; \
410     done
411     tags: TAGS
412     TAGS:
413    
414     ctags: CTAGS
415     CTAGS:
416    
417    
418     distdir: $(DISTFILES)
419     $(mkdir_p) $(distdir)/adm $(distdir)/help $(distdir)/wizhelp
420     @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
421     topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
422     list='$(DISTFILES)'; for file in $$list; do \
423     case $$file in \
424     $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
425     $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
426     esac; \
427     if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
428     dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
429     if test "$$dir" != "$$file" && test "$$dir" != "."; then \
430     dir="/$$dir"; \
431     $(mkdir_p) "$(distdir)$$dir"; \
432     else \
433     dir=''; \
434     fi; \
435     if test -d $$d/$$file; then \
436     if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
437     cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
438     fi; \
439     cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
440     else \
441     test -f $(distdir)/$$file \
442     || cp -p $$d/$$file $(distdir)/$$file \
443     || exit 1; \
444     fi; \
445     done
446     check-am: all-am
447     check: check-am
448     all-am: Makefile $(SCRIPTS) $(DATA)
449     installdirs:
450     for dir in "$(DESTDIR)$(admdir)" "$(DESTDIR)$(helpdir)" "$(DESTDIR)$(pkgdatadir)" "$(DESTDIR)$(wizhelpdir)"; do \
451     test -z "$$dir" || $(mkdir_p) "$$dir"; \
452     done
453     install: install-am
454     install-exec: install-exec-am
455     install-data: install-data-am
456     uninstall: uninstall-am
457    
458     install-am: all-am
459     @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
460    
461     installcheck: installcheck-am
462     install-strip:
463     $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
464     install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
465     `test -z '$(STRIP)' || \
466     echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
467     mostlyclean-generic:
468    
469     clean-generic:
470    
471     distclean-generic:
472     -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
473    
474     maintainer-clean-generic:
475     @echo "This command is intended for maintainers to use"
476     @echo "it deletes files that may require special tools to rebuild."
477     -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
478     clean: clean-am
479    
480     clean-am: clean-generic clean-libtool mostlyclean-am
481    
482     distclean: distclean-am
483     -rm -f Makefile
484     distclean-am: clean-am distclean-generic distclean-libtool
485    
486     dvi: dvi-am
487    
488     dvi-am:
489    
490     html: html-am
491    
492     info: info-am
493    
494     info-am:
495    
496     install-data-am: install-data-local install-dist_admSCRIPTS \
497     install-dist_helpDATA install-dist_pkgdataDATA \
498     install-dist_wizhelpDATA
499    
500     install-exec-am:
501    
502     install-info: install-info-am
503    
504     install-man:
505    
506     installcheck-am:
507    
508     maintainer-clean: maintainer-clean-am
509     -rm -f Makefile
510     maintainer-clean-am: distclean-am maintainer-clean-generic
511    
512     mostlyclean: mostlyclean-am
513    
514     mostlyclean-am: mostlyclean-generic mostlyclean-libtool
515    
516     pdf: pdf-am
517    
518     pdf-am:
519    
520     ps: ps-am
521    
522     ps-am:
523    
524     uninstall-am: uninstall-dist_admSCRIPTS uninstall-dist_helpDATA \
525     uninstall-dist_pkgdataDATA uninstall-dist_wizhelpDATA \
526     uninstall-info-am uninstall-local
527    
528     .PHONY: all all-am check check-am clean clean-generic clean-libtool \
529     distclean distclean-generic distclean-libtool distdir dvi \
530     dvi-am html html-am info info-am install install-am \
531     install-data install-data-am install-data-local \
532     install-dist_admSCRIPTS install-dist_helpDATA \
533     install-dist_pkgdataDATA install-dist_wizhelpDATA install-exec \
534     install-exec-am install-info install-info-am install-man \
535     install-strip installcheck installcheck-am installdirs \
536     maintainer-clean maintainer-clean-generic mostlyclean \
537     mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
538     uninstall uninstall-am uninstall-dist_admSCRIPTS \
539     uninstall-dist_helpDATA uninstall-dist_pkgdataDATA \
540     uninstall-dist_wizhelpDATA uninstall-info-am uninstall-local
541    
542    
543     crossfire.0: bmaps.paths
544     $(PERL) $(srcdir)/adm/collect_images.pl -png
545    
546     .collect-stamp:
547     touch .collect-stamp
548    
549     collect:
550     $(PERL) -I$(srcdir) collect.pl $(srcdir)/arch
551     $(PERL) $(srcdir)/adm/collect_images.pl -png
552    
553     archonly:
554     $(PERL) -I$(srcdir) collect.pl $(srcdir)/arch ARCHONLY
555    
556     archetypes: .collect-stamp
557     make collect
558    
559     faces: .collect-stamp
560     make collect
561    
562     animations: .collect-stamp
563     make collect
564    
565     bmaps.paths bmaps: .collect-stamp
566     make collect
567    
568     install-data-local: archetypes crossfire.0 faces animations collect.pl util.pl
569     @$(NORMAL_INSTALL)
570     $(mkinstalldirs) $(DESTDIR)$(pkgconfdir)
571     for i in $(CONF_FILES); do \
572     if [ ! -f $(DESTDIR)$(pkgconfdir)/$$i ]; then \
573     echo "Installing $$i"; \
574     $(INSTALL_DATA) $(srcdir)/$$i $(DESTDIR)$(pkgconfdir); \
575     fi \
576     done
577    
578     $(mkinstalldirs) $(DESTDIR)$(pkgstatedir)
579     for i in $(VAR_FILES) ; do \
580     touch $(DESTDIR)$(pkgstatedir)/$$i ; \
581     done
582    
583     @for i in datafiles players unique-items template-maps maps; do \
584     if [ ! -d $(DESTDIR)$(pkgstatedir)/$$i ]; then \
585     echo "Creating directory $(pkgstatedir)/$$i"; \
586     $(mkinstalldirs) $(DESTDIR)$(pkgstatedir)/$$i; \
587     fi; \
588     done
589     # Special case above because the name we install to is different
590     # than the name of the file
591     if [ ! -d $(DESTDIR)$(pkgdatadir)/$$i ]; then \
592     echo "Creating directory $(pkgdatadir)/$$i"; \
593     $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/$$i; \
594     fi; \
595     $(INSTALL_DATA) $(srcdir)/treasures.bld $(DESTDIR)$(pkgdatadir)/treasures
596    
597     # Uninstall unchanged config/var files so make distcheck is happy
598     # but leave changed file, so no configuration/game state is lost
599     uninstall-local:
600     -for i in $(CONF_FILES); do \
601     if test ! -f $(DESTDIR)$(pkgconfdir)/$$i ; then \
602     continue ; \
603     fi ; \
604     if diff -q $(srcdir)/$$i $(DESTDIR)$(pkgconfdir)/$$i ; then \
605     rm -f $(DESTDIR)$(pkgconfdir)/$$i ; \
606     fi ; \
607     done
608     -for i in $(VAR_FILES) ; do \
609     if test ! -f $(DESTDIR)$(pkgstatedir)/$$i ; then \
610     continue ;\
611     fi ; \
612     if test `wc -c $(DESTDIR)$(pkgstatedir)/$$i|$(AWK) '{ print $$1 }'` -eq "0" ; then \
613     rm -f $(DESTDIR)$(pkgstatedir)/$$i ; \
614     fi ; \
615     done
616    
617     # This block makes the archive of the arch directory.
618     archive::
619     $(AMTAR) -cvh --exclude=dev --exclude=CVS -f $(PACKAGE)-$(VERSION)-arch.tar arch
620     $(GZIP) -cv9 $(PACKAGE)-$(VERSION)-arch.tar > ../$(PACKAGE)-$(VERSION)-arch.tar.gz
621     $(BZIP) -cv --repetitive-best $(PACKAGE)-$(VERSION)-arch.tar > ../$(PACKAGE)-$(VERSION)-arch.tar.bz2
622     $(RM) $(PACKAGE)-$(VERSION)-arch.tar
623    
624     libArch:
625     tar cvf A`perl puredate.pl`.tar arch treasures
626     gzip A`perl puredate.pl`.tar
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: