ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/crossedit/doc/Makefile.in
Revision: 1.4
Committed: Thu Mar 16 21:08:10 2006 UTC (18 years, 3 months ago) by root
Branch: MAIN
Changes since 1.3: +6 -11 lines
Log Message:
allow perl to save/restore pelr data associated with players

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) 1998 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 mark@pyramid.com
41     srcdir = @srcdir@
42     top_srcdir = @top_srcdir@
43     VPATH = @srcdir@
44     pkgdatadir = $(datadir)/@PACKAGE@
45     pkglibdir = $(libdir)/@PACKAGE@
46     pkgincludedir = $(includedir)/@PACKAGE@
47     top_builddir = ../..
48     am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
49     INSTALL = @INSTALL@
50     install_sh_DATA = $(install_sh) -c -m 644
51     install_sh_PROGRAM = $(install_sh) -c
52     install_sh_SCRIPT = $(install_sh) -c
53     INSTALL_HEADER = $(INSTALL_DATA)
54     transform = $(program_transform_name)
55     NORMAL_INSTALL = :
56     PRE_INSTALL = :
57     POST_INSTALL = :
58     NORMAL_UNINSTALL = :
59     PRE_UNINSTALL = :
60     POST_UNINSTALL = :
61     build_triplet = @build@
62     host_triplet = @host@
63     subdir = crossedit/doc
64     DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in
65     ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
66 root 1.4 am__aclocal_m4_deps = $(top_srcdir)/libtool.m4 \
67     $(top_srcdir)/ltoptions.m4 $(top_srcdir)/ltsugar.m4 \
68     $(top_srcdir)/ltversion.m4 $(top_srcdir)/acinclude.m4 \
69 root 1.1 $(top_srcdir)/configure.ac
70     am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
71     $(ACLOCAL_M4)
72     mkinstalldirs = $(SHELL) $(top_srcdir)/utils/mkinstalldirs
73     CONFIG_HEADER = $(top_builddir)/include/autoconf.h
74     CONFIG_CLEAN_FILES =
75     SOURCES =
76     DIST_SOURCES =
77     DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
78     ACLOCAL = @ACLOCAL@
79     AMDEP_FALSE = @AMDEP_FALSE@
80     AMDEP_TRUE = @AMDEP_TRUE@
81     AMTAR = @AMTAR@
82     AR = @AR@
83     AUTOCONF = @AUTOCONF@
84     AUTOHEADER = @AUTOHEADER@
85     AUTOMAKE = @AUTOMAKE@
86     AWK = @AWK@
87     BASENAME = @BASENAME@
88     BUNZIP = @BUNZIP@
89     BZIP = @BZIP@
90     CC = @CC@
91     CCDEPMODE = @CCDEPMODE@
92     CFLAGS = @CFLAGS@
93     COMPRESS = @COMPRESS@
94     CPP = @CPP@
95     CPPFLAGS = @CPPFLAGS@
96     CYGPATH_W = @CYGPATH_W@
97     DEFS = @DEFS@
98     DEPDIR = @DEPDIR@
99     ECHO = @ECHO@
100     ECHO_C = @ECHO_C@
101     ECHO_N = @ECHO_N@
102     ECHO_T = @ECHO_T@
103     EGREP = @EGREP@
104     EXEEXT = @EXEEXT@
105     GUNZIP = @GUNZIP@
106     GZIP = @GZIP@
107     HAVE_LIBDL_FALSE = @HAVE_LIBDL_FALSE@
108     HAVE_LIBDL_TRUE = @HAVE_LIBDL_TRUE@
109     HAVE_X_FALSE = @HAVE_X_FALSE@
110     HAVE_X_TRUE = @HAVE_X_TRUE@
111     INSTALL_DATA = @INSTALL_DATA@
112     INSTALL_PROGRAM = @INSTALL_PROGRAM@
113     INSTALL_SCRIPT = @INSTALL_SCRIPT@
114     INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
115     LATEX = @LATEX@
116 root 1.4 LD = @LD@
117 root 1.1 LDFLAGS = @LDFLAGS@
118     LEX = @LEX@
119     LEXLIB = @LEXLIB@
120     LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
121     LIBOBJS = @LIBOBJS@
122     LIBS = @LIBS@
123     LIBTOOL = @LIBTOOL@
124     LN_S = @LN_S@
125     LTLIBOBJS = @LTLIBOBJS@
126     MAINT = @MAINT@
127     MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
128     MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
129     MAKEINFO = @MAKEINFO@
130 root 1.4 NM = @NM@
131 root 1.1 OBJEXT = @OBJEXT@
132     PACKAGE = @PACKAGE@
133     PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
134     PACKAGE_NAME = @PACKAGE_NAME@
135     PACKAGE_STRING = @PACKAGE_STRING@
136     PACKAGE_TARNAME = @PACKAGE_TARNAME@
137     PACKAGE_VERSION = @PACKAGE_VERSION@
138     PATH_SEPARATOR = @PATH_SEPARATOR@
139     PERL = @PERL@
140 root 1.2 PERLFLAGS = @PERLFLAGS@
141     PERLLIB = @PERLLIB@
142     PERLPRIVLIBEXP = @PERLPRIVLIBEXP@
143     PERL_PLUGIN = @PERL_PLUGIN@
144     PERL_PLUGIN_FALSE = @PERL_PLUGIN_FALSE@
145     PERL_PLUGIN_TRUE = @PERL_PLUGIN_TRUE@
146 root 1.1 PLUGIN_PYTHON = @PLUGIN_PYTHON@
147     PYTHON_LIB = @PYTHON_LIB@
148     PYTHON_PLUGIN_FALSE = @PYTHON_PLUGIN_FALSE@
149     PYTHON_PLUGIN_TRUE = @PYTHON_PLUGIN_TRUE@
150     PY_INCLUDES = @PY_INCLUDES@
151     PY_LIBS = @PY_LIBS@
152     RANLIB = @RANLIB@
153 root 1.4 SED = @SED@
154 root 1.1 SET_MAKE = @SET_MAKE@
155     SHELL = @SHELL@
156     STRIP = @STRIP@
157     TAR = @TAR@
158     UNCOMPRESS = @UNCOMPRESS@
159     VERSION = @VERSION@
160     X11LIBS = @X11LIBS@
161     X_CFLAGS = @X_CFLAGS@
162     X_EXTRA_LIBS = @X_EXTRA_LIBS@
163     X_LIBS = @X_LIBS@
164     X_PRE_LIBS = @X_PRE_LIBS@
165     ac_ct_AR = @ac_ct_AR@
166     ac_ct_CC = @ac_ct_CC@
167     ac_ct_RANLIB = @ac_ct_RANLIB@
168     ac_ct_STRIP = @ac_ct_STRIP@
169     am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
170     am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
171     am__include = @am__include@
172     am__leading_dot = @am__leading_dot@
173     am__quote = @am__quote@
174     am__tar = @am__tar@
175     am__untar = @am__untar@
176     bindir = @bindir@
177     build = @build@
178     build_alias = @build_alias@
179     build_cpu = @build_cpu@
180     build_os = @build_os@
181     build_vendor = @build_vendor@
182     datadir = @datadir@
183     exec_prefix = @exec_prefix@
184     host = @host@
185     host_alias = @host_alias@
186     host_cpu = @host_cpu@
187     host_os = @host_os@
188     host_vendor = @host_vendor@
189     includedir = @includedir@
190     infodir = @infodir@
191     install_sh = @install_sh@
192     libdir = @libdir@
193     libexecdir = @libexecdir@
194     localstatedir = @localstatedir@
195     mandir = @mandir@
196     mkdir_p = @mkdir_p@
197     no_x = @no_x@
198     oldincludedir = @oldincludedir@
199     pkgconfdir = @pkgconfdir@
200     pkgstatedir = @pkgstatedir@
201     prefix = @prefix@
202     program_transform_name = @program_transform_name@
203     sbindir = @sbindir@
204     sharedstatedir = @sharedstatedir@
205     sysconfdir = @sysconfdir@
206     target_alias = @target_alias@
207     x_includes = @x_includes@
208     x_libraries = @x_libraries@
209     EXTRA_DIST = Conventions.doc crossedit.man Features.doc README
210     all: all-am
211    
212     .SUFFIXES:
213     $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
214     @for dep in $?; do \
215     case '$(am__configure_deps)' in \
216     *$$dep*) \
217     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
218     && exit 0; \
219     exit 1;; \
220     esac; \
221     done; \
222     echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu crossedit/doc/Makefile'; \
223     cd $(top_srcdir) && \
224     $(AUTOMAKE) --gnu crossedit/doc/Makefile
225     .PRECIOUS: Makefile
226     Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
227     @case '$?' in \
228     *config.status*) \
229     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
230     *) \
231     echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
232     cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
233     esac;
234    
235     $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
236     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
237    
238     $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
239     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
240     $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
241     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
242    
243     mostlyclean-libtool:
244     -rm -f *.lo
245    
246     clean-libtool:
247     -rm -rf .libs _libs
248    
249     distclean-libtool:
250     -rm -f libtool
251     uninstall-info-am:
252     tags: TAGS
253     TAGS:
254    
255     ctags: CTAGS
256     CTAGS:
257    
258    
259     distdir: $(DISTFILES)
260     @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
261     topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
262     list='$(DISTFILES)'; for file in $$list; do \
263     case $$file in \
264     $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
265     $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
266     esac; \
267     if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
268     dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
269     if test "$$dir" != "$$file" && test "$$dir" != "."; then \
270     dir="/$$dir"; \
271     $(mkdir_p) "$(distdir)$$dir"; \
272     else \
273     dir=''; \
274     fi; \
275     if test -d $$d/$$file; then \
276     if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
277     cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
278     fi; \
279     cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
280     else \
281     test -f $(distdir)/$$file \
282     || cp -p $$d/$$file $(distdir)/$$file \
283     || exit 1; \
284     fi; \
285     done
286     check-am: all-am
287     check: check-am
288     all-am: Makefile
289     installdirs:
290     install: install-am
291     install-exec: install-exec-am
292     install-data: install-data-am
293     uninstall: uninstall-am
294    
295     install-am: all-am
296     @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
297    
298     installcheck: installcheck-am
299     install-strip:
300     $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
301     install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
302     `test -z '$(STRIP)' || \
303     echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
304     mostlyclean-generic:
305    
306     clean-generic:
307    
308     distclean-generic:
309     -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
310    
311     maintainer-clean-generic:
312     @echo "This command is intended for maintainers to use"
313     @echo "it deletes files that may require special tools to rebuild."
314     clean: clean-am
315    
316     clean-am: clean-generic clean-libtool mostlyclean-am
317    
318     distclean: distclean-am
319     -rm -f Makefile
320     distclean-am: clean-am distclean-generic distclean-libtool
321    
322     dvi: dvi-am
323    
324     dvi-am:
325    
326     html: html-am
327    
328     info: info-am
329    
330     info-am:
331    
332     install-data-am:
333    
334     install-exec-am:
335    
336     install-info: install-info-am
337    
338     install-man:
339    
340     installcheck-am:
341    
342     maintainer-clean: maintainer-clean-am
343     -rm -f Makefile
344     maintainer-clean-am: distclean-am maintainer-clean-generic
345    
346     mostlyclean: mostlyclean-am
347    
348     mostlyclean-am: mostlyclean-generic mostlyclean-libtool
349    
350     pdf: pdf-am
351    
352     pdf-am:
353    
354     ps: ps-am
355    
356     ps-am:
357    
358     uninstall-am: uninstall-info-am
359    
360     .PHONY: all all-am check check-am clean clean-generic clean-libtool \
361     distclean distclean-generic distclean-libtool distdir dvi \
362     dvi-am html html-am info info-am install install-am \
363     install-data install-data-am install-exec install-exec-am \
364     install-info install-info-am install-man install-strip \
365     installcheck installcheck-am installdirs maintainer-clean \
366     maintainer-clean-generic mostlyclean mostlyclean-generic \
367     mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \
368     uninstall-info-am
369    
370     # Tell versions [3.59,3.63) of GNU make to not export all variables.
371     # Otherwise a system limit (for SysV at least) may be exceeded.
372     .NOEXPORT: