ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/lib/Makefile.in
Revision: 1.2
Committed: Fri Feb 3 07:25:25 2006 UTC (18 years, 3 months ago) by root
Branch: MAIN
Changes since 1.1: +13 -12 lines
Log Message:
initial cfperl/cf.schmorp.de import

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 root 1.2 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.2 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.2 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.2 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     crossfire.1 faces attackmess image_info materials regions
233    
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     wizhelp/goto wizhelp/hide wizhelp/invisible \
266     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     wizhelp/spellreset wizhelp/ssdumptable \
277     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: