ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/lib/Makefile.in
Revision: 1.11
Committed: Sun May 7 13:19:17 2006 UTC (18 years, 1 month ago) by pippijn
Branch: MAIN
Changes since 1.10: +128 -86 lines
Log Message:
Adding forgotten smooth in make collect.

File Contents

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