ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/doc/Makefile.in
Revision: 1.3
Committed: Wed Mar 15 15:35:47 2006 UTC (18 years, 3 months ago) by elmex
Branch: MAIN
Changes since 1.2: +11 -6 lines
Log Message:
UPSTREAM merge from 15.03.2006

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