ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/crossedit/doc/Makefile.in
Revision: 1.6
Committed: Sun Jul 2 15:09:12 2006 UTC (17 years, 10 months ago) by pippijn
Branch: MAIN
CVS Tags: HEAD
Changes since 1.5: +0 -0 lines
State: FILE REMOVED
Log Message:
Removed autogenerated files.

File Contents

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