ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/crossedit/doc/Makefile.in
Revision: 1.1
Committed: Fri Feb 3 07:11:46 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
Branch point for: UPSTREAM
Log Message:
Initial revision

File Contents

# Content
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) 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 am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
67 $(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 CXX = @CXX@
95 CXXCPP = @CXXCPP@
96 CXXDEPMODE = @CXXDEPMODE@
97 CXXFLAGS = @CXXFLAGS@
98 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 F77 = @F77@
108 FFLAGS = @FFLAGS@
109 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 PLUGIN_PYTHON = @PLUGIN_PYTHON@
143 PYTHON_LIB = @PYTHON_LIB@
144 PYTHON_PLUGIN_FALSE = @PYTHON_PLUGIN_FALSE@
145 PYTHON_PLUGIN_TRUE = @PYTHON_PLUGIN_TRUE@
146 PY_INCLUDES = @PY_INCLUDES@
147 PY_LIBS = @PY_LIBS@
148 RANLIB = @RANLIB@
149 SET_MAKE = @SET_MAKE@
150 SHELL = @SHELL@
151 STRIP = @STRIP@
152 TAR = @TAR@
153 UNCOMPRESS = @UNCOMPRESS@
154 VERSION = @VERSION@
155 X11LIBS = @X11LIBS@
156 X_CFLAGS = @X_CFLAGS@
157 X_EXTRA_LIBS = @X_EXTRA_LIBS@
158 X_LIBS = @X_LIBS@
159 X_PRE_LIBS = @X_PRE_LIBS@
160 ac_ct_AR = @ac_ct_AR@
161 ac_ct_CC = @ac_ct_CC@
162 ac_ct_CXX = @ac_ct_CXX@
163 ac_ct_F77 = @ac_ct_F77@
164 ac_ct_RANLIB = @ac_ct_RANLIB@
165 ac_ct_STRIP = @ac_ct_STRIP@
166 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
167 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
168 am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
169 am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
170 am__include = @am__include@
171 am__leading_dot = @am__leading_dot@
172 am__quote = @am__quote@
173 am__tar = @am__tar@
174 am__untar = @am__untar@
175 bindir = @bindir@
176 build = @build@
177 build_alias = @build_alias@
178 build_cpu = @build_cpu@
179 build_os = @build_os@
180 build_vendor = @build_vendor@
181 datadir = @datadir@
182 exec_prefix = @exec_prefix@
183 host = @host@
184 host_alias = @host_alias@
185 host_cpu = @host_cpu@
186 host_os = @host_os@
187 host_vendor = @host_vendor@
188 includedir = @includedir@
189 infodir = @infodir@
190 install_sh = @install_sh@
191 libdir = @libdir@
192 libexecdir = @libexecdir@
193 localstatedir = @localstatedir@
194 mandir = @mandir@
195 mkdir_p = @mkdir_p@
196 no_x = @no_x@
197 oldincludedir = @oldincludedir@
198 pkgconfdir = @pkgconfdir@
199 pkgstatedir = @pkgstatedir@
200 prefix = @prefix@
201 program_transform_name = @program_transform_name@
202 sbindir = @sbindir@
203 sharedstatedir = @sharedstatedir@
204 sysconfdir = @sysconfdir@
205 target_alias = @target_alias@
206 x_includes = @x_includes@
207 x_libraries = @x_libraries@
208 EXTRA_DIST = Conventions.doc crossedit.man Features.doc README
209 all: all-am
210
211 .SUFFIXES:
212 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
213 @for dep in $?; do \
214 case '$(am__configure_deps)' in \
215 *$$dep*) \
216 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
217 && exit 0; \
218 exit 1;; \
219 esac; \
220 done; \
221 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu crossedit/doc/Makefile'; \
222 cd $(top_srcdir) && \
223 $(AUTOMAKE) --gnu crossedit/doc/Makefile
224 .PRECIOUS: Makefile
225 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
226 @case '$?' in \
227 *config.status*) \
228 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
229 *) \
230 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
231 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
232 esac;
233
234 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
235 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
236
237 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
238 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
239 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
240 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
241
242 mostlyclean-libtool:
243 -rm -f *.lo
244
245 clean-libtool:
246 -rm -rf .libs _libs
247
248 distclean-libtool:
249 -rm -f libtool
250 uninstall-info-am:
251 tags: TAGS
252 TAGS:
253
254 ctags: CTAGS
255 CTAGS:
256
257
258 distdir: $(DISTFILES)
259 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
260 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
261 list='$(DISTFILES)'; for file in $$list; do \
262 case $$file in \
263 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
264 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
265 esac; \
266 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
267 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
268 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
269 dir="/$$dir"; \
270 $(mkdir_p) "$(distdir)$$dir"; \
271 else \
272 dir=''; \
273 fi; \
274 if test -d $$d/$$file; then \
275 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
276 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
277 fi; \
278 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
279 else \
280 test -f $(distdir)/$$file \
281 || cp -p $$d/$$file $(distdir)/$$file \
282 || exit 1; \
283 fi; \
284 done
285 check-am: all-am
286 check: check-am
287 all-am: Makefile
288 installdirs:
289 install: install-am
290 install-exec: install-exec-am
291 install-data: install-data-am
292 uninstall: uninstall-am
293
294 install-am: all-am
295 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
296
297 installcheck: installcheck-am
298 install-strip:
299 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
300 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
301 `test -z '$(STRIP)' || \
302 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
303 mostlyclean-generic:
304
305 clean-generic:
306
307 distclean-generic:
308 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
309
310 maintainer-clean-generic:
311 @echo "This command is intended for maintainers to use"
312 @echo "it deletes files that may require special tools to rebuild."
313 clean: clean-am
314
315 clean-am: clean-generic clean-libtool mostlyclean-am
316
317 distclean: distclean-am
318 -rm -f Makefile
319 distclean-am: clean-am distclean-generic distclean-libtool
320
321 dvi: dvi-am
322
323 dvi-am:
324
325 html: html-am
326
327 info: info-am
328
329 info-am:
330
331 install-data-am:
332
333 install-exec-am:
334
335 install-info: install-info-am
336
337 install-man:
338
339 installcheck-am:
340
341 maintainer-clean: maintainer-clean-am
342 -rm -f Makefile
343 maintainer-clean-am: distclean-am maintainer-clean-generic
344
345 mostlyclean: mostlyclean-am
346
347 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
348
349 pdf: pdf-am
350
351 pdf-am:
352
353 ps: ps-am
354
355 ps-am:
356
357 uninstall-am: uninstall-info-am
358
359 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
360 distclean distclean-generic distclean-libtool distdir dvi \
361 dvi-am html html-am info info-am install install-am \
362 install-data install-data-am install-exec install-exec-am \
363 install-info install-info-am install-man install-strip \
364 installcheck installcheck-am installdirs maintainer-clean \
365 maintainer-clean-generic mostlyclean mostlyclean-generic \
366 mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \
367 uninstall-info-am
368
369 # Tell versions [3.59,3.63) of GNU make to not export all variables.
370 # Otherwise a system limit (for SysV at least) may be exceeded.
371 .NOEXPORT: