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