ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/lib/Makefile.in
Revision: 1.1
Committed: Fri Feb 3 07:12:52 2006 UTC (18 years, 3 months ago) by root
Branch: MAIN
Branch point for: UPSTREAM
Log Message:
Initial revision

File Contents

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