ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/lib/Makefile.in
Revision: 1.1.1.2 (vendor branch)
Committed: Wed Feb 22 18:01:59 2006 UTC (18 years, 3 months ago) by elmex
Branch: UPSTREAM
CVS Tags: UPSTREAM_2006_02_22
Changes since 1.1.1.1: +5 -4 lines
Log Message:
cvs -z7 -d:ext:elmex@cvs.schmorp.de:/schmorpforge import cf.schmorp.de UPSTREAM UPSTREAM_2006_02_22

File Contents

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