ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/doc/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) 1992 Frank Tore Johansen
24     # Copyright (C) 2001 Mark Wedel
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 author can be reached via e-mail to mwedel@scruz.net
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 = doc
66     DIST_COMMON = README $(dist_man6_MANS) $(dist_noinst_DATA) \
67     $(dist_noinst_SCRIPTS) $(srcdir)/Makefile.am \
68     $(srcdir)/Makefile.in
69     ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
70 root 1.2 am__aclocal_m4_deps = $(top_srcdir)/libtool.m4 \
71     $(top_srcdir)/ltoptions.m4 $(top_srcdir)/ltsugar.m4 \
72     $(top_srcdir)/ltversion.m4 $(top_srcdir)/acinclude.m4 \
73 root 1.1 $(top_srcdir)/configure.ac
74     am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
75     $(ACLOCAL_M4)
76     mkinstalldirs = $(SHELL) $(top_srcdir)/utils/mkinstalldirs
77     CONFIG_HEADER = $(top_builddir)/include/autoconf.h
78     CONFIG_CLEAN_FILES =
79     SCRIPTS = $(dist_noinst_SCRIPTS)
80     SOURCES =
81     DIST_SOURCES =
82     RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
83     html-recursive info-recursive install-data-recursive \
84     install-exec-recursive install-info-recursive \
85     install-recursive installcheck-recursive installdirs-recursive \
86     pdf-recursive ps-recursive uninstall-info-recursive \
87     uninstall-recursive
88     man6dir = $(mandir)/man6
89     am__installdirs = "$(DESTDIR)$(man6dir)"
90     NROFF = nroff
91     MANS = $(dist_man6_MANS)
92     DATA = $(dist_noinst_DATA)
93     ETAGS = etags
94     CTAGS = ctags
95     DIST_SUBDIRS = $(SUBDIRS)
96     DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
97     ACLOCAL = @ACLOCAL@
98     AMDEP_FALSE = @AMDEP_FALSE@
99     AMDEP_TRUE = @AMDEP_TRUE@
100     AMTAR = @AMTAR@
101     AR = @AR@
102     AUTOCONF = @AUTOCONF@
103     AUTOHEADER = @AUTOHEADER@
104     AUTOMAKE = @AUTOMAKE@
105     AWK = @AWK@
106     BASENAME = @BASENAME@
107     BUNZIP = @BUNZIP@
108     BZIP = @BZIP@
109     CC = @CC@
110     CCDEPMODE = @CCDEPMODE@
111     CFLAGS = @CFLAGS@
112     COMPRESS = @COMPRESS@
113     CPP = @CPP@
114     CPPFLAGS = @CPPFLAGS@
115     CYGPATH_W = @CYGPATH_W@
116     DEFS = @DEFS@
117     DEPDIR = @DEPDIR@
118     ECHO = @ECHO@
119     ECHO_C = @ECHO_C@
120     ECHO_N = @ECHO_N@
121     ECHO_T = @ECHO_T@
122     EGREP = @EGREP@
123     EXEEXT = @EXEEXT@
124     GUNZIP = @GUNZIP@
125     GZIP = @GZIP@
126     HAVE_LIBDL_FALSE = @HAVE_LIBDL_FALSE@
127     HAVE_LIBDL_TRUE = @HAVE_LIBDL_TRUE@
128     HAVE_X_FALSE = @HAVE_X_FALSE@
129     HAVE_X_TRUE = @HAVE_X_TRUE@
130     INSTALL_DATA = @INSTALL_DATA@
131     INSTALL_PROGRAM = @INSTALL_PROGRAM@
132     INSTALL_SCRIPT = @INSTALL_SCRIPT@
133     INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
134     LATEX = @LATEX@
135 root 1.2 LD = @LD@
136 root 1.1 LDFLAGS = @LDFLAGS@
137     LEX = @LEX@
138     LEXLIB = @LEXLIB@
139     LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
140     LIBOBJS = @LIBOBJS@
141     LIBS = @LIBS@
142     LIBTOOL = @LIBTOOL@
143     LN_S = @LN_S@
144     LTLIBOBJS = @LTLIBOBJS@
145     MAINT = @MAINT@
146     MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
147     MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
148     MAKEINFO = @MAKEINFO@
149 root 1.2 NM = @NM@
150 root 1.1 OBJEXT = @OBJEXT@
151     PACKAGE = @PACKAGE@
152     PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
153     PACKAGE_NAME = @PACKAGE_NAME@
154     PACKAGE_STRING = @PACKAGE_STRING@
155     PACKAGE_TARNAME = @PACKAGE_TARNAME@
156     PACKAGE_VERSION = @PACKAGE_VERSION@
157     PATH_SEPARATOR = @PATH_SEPARATOR@
158     PERL = @PERL@
159 root 1.2 PERLFLAGS = @PERLFLAGS@
160     PERLLIB = @PERLLIB@
161     PERLPRIVLIBEXP = @PERLPRIVLIBEXP@
162     PERL_PLUGIN = @PERL_PLUGIN@
163     PERL_PLUGIN_FALSE = @PERL_PLUGIN_FALSE@
164     PERL_PLUGIN_TRUE = @PERL_PLUGIN_TRUE@
165 root 1.1 PLUGIN_PYTHON = @PLUGIN_PYTHON@
166     PYTHON_LIB = @PYTHON_LIB@
167     PYTHON_PLUGIN_FALSE = @PYTHON_PLUGIN_FALSE@
168     PYTHON_PLUGIN_TRUE = @PYTHON_PLUGIN_TRUE@
169     PY_INCLUDES = @PY_INCLUDES@
170     PY_LIBS = @PY_LIBS@
171     RANLIB = @RANLIB@
172 root 1.2 SED = @SED@
173 root 1.1 SET_MAKE = @SET_MAKE@
174     SHELL = @SHELL@
175     STRIP = @STRIP@
176     TAR = @TAR@
177     UNCOMPRESS = @UNCOMPRESS@
178     VERSION = @VERSION@
179     X11LIBS = @X11LIBS@
180     X_CFLAGS = @X_CFLAGS@
181     X_EXTRA_LIBS = @X_EXTRA_LIBS@
182     X_LIBS = @X_LIBS@
183     X_PRE_LIBS = @X_PRE_LIBS@
184     ac_ct_AR = @ac_ct_AR@
185     ac_ct_CC = @ac_ct_CC@
186     ac_ct_RANLIB = @ac_ct_RANLIB@
187     ac_ct_STRIP = @ac_ct_STRIP@
188     am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
189     am__fastdepCC_TRUE = @am__fastdepCC_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     SUBDIRS = scripts Developers playbook spoiler spell-docs spoiler-html playbook-html
229     dist_noinst_DATA = handbook.ps spoiler.ps
230     dist_noinst_SCRIPTS = include_html.pl
231     dist_man6_MANS = crossedit.man crossfire.man crossfire-config.man \
232     crossloop.web.man crossloop.man
233    
234     EXTRA_DIST = Crossedit.doc PlayerStats \
235     README RunTimeCommands SurvivalGuide alchemy.doc \
236     experience metaserver multigod plugins skills.doc \
237     spellcasters_guide_to_runes
238    
239     DTOP = $(top_srcdir)/$(PACKAGE)-doc
240     all: all-recursive
241    
242     .SUFFIXES:
243     $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
244     @for dep in $?; do \
245     case '$(am__configure_deps)' in \
246     *$$dep*) \
247     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
248     && exit 0; \
249     exit 1;; \
250     esac; \
251     done; \
252     echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu doc/Makefile'; \
253     cd $(top_srcdir) && \
254     $(AUTOMAKE) --gnu doc/Makefile
255     .PRECIOUS: Makefile
256     Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
257     @case '$?' in \
258     *config.status*) \
259     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
260     *) \
261     echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
262     cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
263     esac;
264    
265     $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
266     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
267    
268     $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
269     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
270     $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
271     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
272    
273     mostlyclean-libtool:
274     -rm -f *.lo
275    
276     clean-libtool:
277     -rm -rf .libs _libs
278    
279     distclean-libtool:
280     -rm -f libtool
281     uninstall-info-am:
282     install-man6: $(man6_MANS) $(man_MANS)
283     @$(NORMAL_INSTALL)
284     test -z "$(man6dir)" || $(mkdir_p) "$(DESTDIR)$(man6dir)"
285     @list='$(man6_MANS) $(dist_man6_MANS) $(nodist_man6_MANS)'; \
286     l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
287     for i in $$l2; do \
288     case "$$i" in \
289     *.6*) list="$$list $$i" ;; \
290     esac; \
291     done; \
292     for i in $$list; do \
293     if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
294     else file=$$i; fi; \
295     ext=`echo $$i | sed -e 's/^.*\\.//'`; \
296     case "$$ext" in \
297     6*) ;; \
298     *) ext='6' ;; \
299     esac; \
300     inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
301     inst=`echo $$inst | sed -e 's/^.*\///'`; \
302     inst=`echo $$inst | sed '$(transform)'`.$$ext; \
303     echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man6dir)/$$inst'"; \
304     $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man6dir)/$$inst"; \
305     done
306     uninstall-man6:
307     @$(NORMAL_UNINSTALL)
308     @list='$(man6_MANS) $(dist_man6_MANS) $(nodist_man6_MANS)'; \
309     l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
310     for i in $$l2; do \
311     case "$$i" in \
312     *.6*) list="$$list $$i" ;; \
313     esac; \
314     done; \
315     for i in $$list; do \
316     ext=`echo $$i | sed -e 's/^.*\\.//'`; \
317     case "$$ext" in \
318     6*) ;; \
319     *) ext='6' ;; \
320     esac; \
321     inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
322     inst=`echo $$inst | sed -e 's/^.*\///'`; \
323     inst=`echo $$inst | sed '$(transform)'`.$$ext; \
324     echo " rm -f '$(DESTDIR)$(man6dir)/$$inst'"; \
325     rm -f "$(DESTDIR)$(man6dir)/$$inst"; \
326     done
327    
328     # This directory's subdirectories are mostly independent; you can cd
329     # into them and run `make' without going through this Makefile.
330     # To change the values of `make' variables: instead of editing Makefiles,
331     # (1) if the variable is set in `config.status', edit `config.status'
332     # (which will cause the Makefiles to be regenerated when you run `make');
333     # (2) otherwise, pass the desired values on the `make' command line.
334     $(RECURSIVE_TARGETS):
335     @failcom='exit 1'; \
336     for f in x $$MAKEFLAGS; do \
337     case $$f in \
338     *=* | --[!k]*);; \
339     *k*) failcom='fail=yes';; \
340     esac; \
341     done; \
342     dot_seen=no; \
343     target=`echo $@ | sed s/-recursive//`; \
344     list='$(SUBDIRS)'; for subdir in $$list; do \
345     echo "Making $$target in $$subdir"; \
346     if test "$$subdir" = "."; then \
347     dot_seen=yes; \
348     local_target="$$target-am"; \
349     else \
350     local_target="$$target"; \
351     fi; \
352     (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
353     || eval $$failcom; \
354     done; \
355     if test "$$dot_seen" = "no"; then \
356     $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
357     fi; test -z "$$fail"
358    
359     mostlyclean-recursive clean-recursive distclean-recursive \
360     maintainer-clean-recursive:
361     @failcom='exit 1'; \
362     for f in x $$MAKEFLAGS; do \
363     case $$f in \
364     *=* | --[!k]*);; \
365     *k*) failcom='fail=yes';; \
366     esac; \
367     done; \
368     dot_seen=no; \
369     case "$@" in \
370     distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
371     *) list='$(SUBDIRS)' ;; \
372     esac; \
373     rev=''; for subdir in $$list; do \
374     if test "$$subdir" = "."; then :; else \
375     rev="$$subdir $$rev"; \
376     fi; \
377     done; \
378     rev="$$rev ."; \
379     target=`echo $@ | sed s/-recursive//`; \
380     for subdir in $$rev; do \
381     echo "Making $$target in $$subdir"; \
382     if test "$$subdir" = "."; then \
383     local_target="$$target-am"; \
384     else \
385     local_target="$$target"; \
386     fi; \
387     (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
388     || eval $$failcom; \
389     done && test -z "$$fail"
390     tags-recursive:
391     list='$(SUBDIRS)'; for subdir in $$list; do \
392     test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
393     done
394     ctags-recursive:
395     list='$(SUBDIRS)'; for subdir in $$list; do \
396     test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
397     done
398    
399     ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
400     list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
401     unique=`for i in $$list; do \
402     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
403     done | \
404     $(AWK) ' { files[$$0] = 1; } \
405     END { for (i in files) print i; }'`; \
406     mkid -fID $$unique
407     tags: TAGS
408    
409     TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
410     $(TAGS_FILES) $(LISP)
411     tags=; \
412     here=`pwd`; \
413     if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
414     include_option=--etags-include; \
415     empty_fix=.; \
416     else \
417     include_option=--include; \
418     empty_fix=; \
419     fi; \
420     list='$(SUBDIRS)'; for subdir in $$list; do \
421     if test "$$subdir" = .; then :; else \
422     test ! -f $$subdir/TAGS || \
423     tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
424     fi; \
425     done; \
426     list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
427     unique=`for i in $$list; do \
428     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
429     done | \
430     $(AWK) ' { files[$$0] = 1; } \
431     END { for (i in files) print i; }'`; \
432     if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
433     test -n "$$unique" || unique=$$empty_fix; \
434     $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
435     $$tags $$unique; \
436     fi
437     ctags: CTAGS
438     CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
439     $(TAGS_FILES) $(LISP)
440     tags=; \
441     here=`pwd`; \
442     list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
443     unique=`for i in $$list; do \
444     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
445     done | \
446     $(AWK) ' { files[$$0] = 1; } \
447     END { for (i in files) print i; }'`; \
448     test -z "$(CTAGS_ARGS)$$tags$$unique" \
449     || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
450     $$tags $$unique
451    
452     GTAGS:
453     here=`$(am__cd) $(top_builddir) && pwd` \
454     && cd $(top_srcdir) \
455     && gtags -i $(GTAGS_ARGS) $$here
456    
457     distclean-tags:
458     -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
459    
460     distdir: $(DISTFILES)
461     @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
462     topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
463     list='$(DISTFILES)'; for file in $$list; do \
464     case $$file in \
465     $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
466     $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
467     esac; \
468     if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
469     dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
470     if test "$$dir" != "$$file" && test "$$dir" != "."; then \
471     dir="/$$dir"; \
472     $(mkdir_p) "$(distdir)$$dir"; \
473     else \
474     dir=''; \
475     fi; \
476     if test -d $$d/$$file; then \
477     if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
478     cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
479     fi; \
480     cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
481     else \
482     test -f $(distdir)/$$file \
483     || cp -p $$d/$$file $(distdir)/$$file \
484     || exit 1; \
485     fi; \
486     done
487     list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
488     if test "$$subdir" = .; then :; else \
489     test -d "$(distdir)/$$subdir" \
490     || $(mkdir_p) "$(distdir)/$$subdir" \
491     || exit 1; \
492     distdir=`$(am__cd) $(distdir) && pwd`; \
493     top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
494     (cd $$subdir && \
495     $(MAKE) $(AM_MAKEFLAGS) \
496     top_distdir="$$top_distdir" \
497     distdir="$$distdir/$$subdir" \
498     distdir) \
499     || exit 1; \
500     fi; \
501     done
502     check-am: all-am
503     check: check-recursive
504     all-am: Makefile $(SCRIPTS) $(MANS) $(DATA)
505     installdirs: installdirs-recursive
506     installdirs-am:
507     for dir in "$(DESTDIR)$(man6dir)"; do \
508     test -z "$$dir" || $(mkdir_p) "$$dir"; \
509     done
510     install: install-recursive
511     install-exec: install-exec-recursive
512     install-data: install-data-recursive
513     uninstall: uninstall-recursive
514    
515     install-am: all-am
516     @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
517    
518     installcheck: installcheck-recursive
519     install-strip:
520     $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
521     install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
522     `test -z '$(STRIP)' || \
523     echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
524     mostlyclean-generic:
525    
526     clean-generic:
527    
528     distclean-generic:
529     -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
530    
531     maintainer-clean-generic:
532     @echo "This command is intended for maintainers to use"
533     @echo "it deletes files that may require special tools to rebuild."
534     clean: clean-recursive
535    
536     clean-am: clean-generic clean-libtool mostlyclean-am
537    
538     distclean: distclean-recursive
539     -rm -f Makefile
540     distclean-am: clean-am distclean-generic distclean-libtool \
541     distclean-tags
542    
543     dvi: dvi-recursive
544    
545     dvi-am:
546    
547     html: html-recursive
548    
549     info: info-recursive
550    
551     info-am:
552    
553     install-data-am: install-man
554    
555     install-exec-am:
556    
557     install-info: install-info-recursive
558    
559     install-man: install-man6
560    
561     installcheck-am:
562    
563     maintainer-clean: maintainer-clean-recursive
564     -rm -f Makefile
565     maintainer-clean-am: distclean-am maintainer-clean-generic
566    
567     mostlyclean: mostlyclean-recursive
568    
569     mostlyclean-am: mostlyclean-generic mostlyclean-libtool
570    
571     pdf: pdf-recursive
572    
573     pdf-am:
574    
575     ps: ps-recursive
576    
577     ps-am:
578    
579     uninstall-am: uninstall-info-am uninstall-local uninstall-man
580    
581     uninstall-info: uninstall-info-recursive
582    
583     uninstall-man: uninstall-man6
584    
585     .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
586     clean clean-generic clean-libtool clean-recursive ctags \
587     ctags-recursive distclean distclean-generic distclean-libtool \
588     distclean-recursive distclean-tags distdir dvi dvi-am html \
589     html-am info info-am install install-am install-data \
590     install-data-am install-exec install-exec-am install-info \
591     install-info-am install-man install-man6 install-strip \
592     installcheck installcheck-am installdirs installdirs-am \
593     maintainer-clean maintainer-clean-generic \
594     maintainer-clean-recursive mostlyclean mostlyclean-generic \
595     mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
596     tags tags-recursive uninstall uninstall-am uninstall-info-am \
597     uninstall-local uninstall-man uninstall-man6
598    
599    
600     spoiler.ps:
601     (cd spoiler; $(MAKE) spoiler)
602    
603     handbook.ps:
604     (cd playbook; $(MAKE) handbook)
605    
606     crosslib.doc:
607     (cd ../common; make doc)
608    
609     # workaround for bug in automake 1.6.2 & 1.6.3 (& probably others)
610     uninstall-local:
611     rm -f $(DESTDIR)$(man6dir)/crossedit.6*
612     rm -f $(DESTDIR)$(man6dir)/crossfire.6*
613     rm -f $(DESTDIR)$(man6dir)/crossfire-config.6*
614    
615     archive: spoiler playbook
616     $(mkinstalldirs) $(DTOP)
617     cp $(EXTRA_DIST) $(DTOP)
618     cp spoiler.ps handbook.ps $(DTOP)
619     cp spell-docs/*.txt spell-docs/*.ps $(DTOP)
620     (cd spoiler-html ; make archive )
621     (cd playbook-html ; make archive )
622     (cd $(DTOP)/..; gtar --exclude=CVS -cvhzf $(PACKAGE)-$(VERSION).doc.tar.gz `$(BASENAME) $(DTOP)`)
623     $(RM) -rf $(DTOP)
624     # Tell versions [3.59,3.63) of GNU make to not export all variables.
625     # Otherwise a system limit (for SysV at least) may be exceeded.
626     .NOEXPORT: