ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/doc/Makefile.in
Revision: 1.1.1.1 (vendor branch)
Committed: Fri Feb 3 07:11:47 2006 UTC (18 years, 3 months ago) by root
Branch: UPSTREAM
CVS Tags: UPSTREAM_2006_03_15, UPSTREAM_2006_02_22, UPSTREAM_2006_02_03
Changes since 1.1: +0 -0 lines
Log Message:
initial import

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