ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/doc/Developers/Makefile.in
Revision: 1.1.1.1 (vendor branch)
Committed: Fri Feb 3 07:12:30 2006 UTC (18 years, 5 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

# 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 # Copyright (C) 1992 Frank Tore Johansen
21 # Copyright (C) 2002 Mark Wedel
22 #
23 # This program is free software; you can redistribute it and/or modify
24 # it under the terms of the GNU General Public License as published by
25 # the Free Software Foundation; either version 2 of the License, or
26 # (at your option) any later version.
27 #
28 # This program is distributed in the hope that it will be useful,
29 # but WITHOUT ANY WARRANTY; without even the implied warranty of
30 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
31 # GNU General Public License for more details.
32 #
33 # You should have received a copy of the GNU General Public License
34 # along with this program; if not, write to the Free Software
35 # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
36 #
37 # The author can be reached via e-mail to mwedel@scruz.net
38 srcdir = @srcdir@
39 top_srcdir = @top_srcdir@
40 VPATH = @srcdir@
41 pkgdatadir = $(datadir)/@PACKAGE@
42 pkglibdir = $(libdir)/@PACKAGE@
43 pkgincludedir = $(includedir)/@PACKAGE@
44 top_builddir = ../..
45 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
46 INSTALL = @INSTALL@
47 install_sh_DATA = $(install_sh) -c -m 644
48 install_sh_PROGRAM = $(install_sh) -c
49 install_sh_SCRIPT = $(install_sh) -c
50 INSTALL_HEADER = $(INSTALL_DATA)
51 transform = $(program_transform_name)
52 NORMAL_INSTALL = :
53 PRE_INSTALL = :
54 POST_INSTALL = :
55 NORMAL_UNINSTALL = :
56 PRE_UNINSTALL = :
57 POST_UNINSTALL = :
58 build_triplet = @build@
59 host_triplet = @host@
60 subdir = doc/Developers
61 DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in
62 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
63 am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
64 $(top_srcdir)/configure.ac
65 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
66 $(ACLOCAL_M4)
67 mkinstalldirs = $(SHELL) $(top_srcdir)/utils/mkinstalldirs
68 CONFIG_HEADER = $(top_builddir)/include/autoconf.h
69 CONFIG_CLEAN_FILES =
70 SOURCES =
71 DIST_SOURCES =
72 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
73 ACLOCAL = @ACLOCAL@
74 AMDEP_FALSE = @AMDEP_FALSE@
75 AMDEP_TRUE = @AMDEP_TRUE@
76 AMTAR = @AMTAR@
77 AR = @AR@
78 AUTOCONF = @AUTOCONF@
79 AUTOHEADER = @AUTOHEADER@
80 AUTOMAKE = @AUTOMAKE@
81 AWK = @AWK@
82 BASENAME = @BASENAME@
83 BUNZIP = @BUNZIP@
84 BZIP = @BZIP@
85 CC = @CC@
86 CCDEPMODE = @CCDEPMODE@
87 CFLAGS = @CFLAGS@
88 COMPRESS = @COMPRESS@
89 CPP = @CPP@
90 CPPFLAGS = @CPPFLAGS@
91 CXX = @CXX@
92 CXXCPP = @CXXCPP@
93 CXXDEPMODE = @CXXDEPMODE@
94 CXXFLAGS = @CXXFLAGS@
95 CYGPATH_W = @CYGPATH_W@
96 DEFS = @DEFS@
97 DEPDIR = @DEPDIR@
98 ECHO = @ECHO@
99 ECHO_C = @ECHO_C@
100 ECHO_N = @ECHO_N@
101 ECHO_T = @ECHO_T@
102 EGREP = @EGREP@
103 EXEEXT = @EXEEXT@
104 F77 = @F77@
105 FFLAGS = @FFLAGS@
106 GUNZIP = @GUNZIP@
107 GZIP = @GZIP@
108 HAVE_LIBDL_FALSE = @HAVE_LIBDL_FALSE@
109 HAVE_LIBDL_TRUE = @HAVE_LIBDL_TRUE@
110 HAVE_X_FALSE = @HAVE_X_FALSE@
111 HAVE_X_TRUE = @HAVE_X_TRUE@
112 INSTALL_DATA = @INSTALL_DATA@
113 INSTALL_PROGRAM = @INSTALL_PROGRAM@
114 INSTALL_SCRIPT = @INSTALL_SCRIPT@
115 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
116 LATEX = @LATEX@
117 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 OBJEXT = @OBJEXT@
131 PACKAGE = @PACKAGE@
132 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
133 PACKAGE_NAME = @PACKAGE_NAME@
134 PACKAGE_STRING = @PACKAGE_STRING@
135 PACKAGE_TARNAME = @PACKAGE_TARNAME@
136 PACKAGE_VERSION = @PACKAGE_VERSION@
137 PATH_SEPARATOR = @PATH_SEPARATOR@
138 PERL = @PERL@
139 PLUGIN_PYTHON = @PLUGIN_PYTHON@
140 PYTHON_LIB = @PYTHON_LIB@
141 PYTHON_PLUGIN_FALSE = @PYTHON_PLUGIN_FALSE@
142 PYTHON_PLUGIN_TRUE = @PYTHON_PLUGIN_TRUE@
143 PY_INCLUDES = @PY_INCLUDES@
144 PY_LIBS = @PY_LIBS@
145 RANLIB = @RANLIB@
146 SET_MAKE = @SET_MAKE@
147 SHELL = @SHELL@
148 STRIP = @STRIP@
149 TAR = @TAR@
150 UNCOMPRESS = @UNCOMPRESS@
151 VERSION = @VERSION@
152 X11LIBS = @X11LIBS@
153 X_CFLAGS = @X_CFLAGS@
154 X_EXTRA_LIBS = @X_EXTRA_LIBS@
155 X_LIBS = @X_LIBS@
156 X_PRE_LIBS = @X_PRE_LIBS@
157 ac_ct_AR = @ac_ct_AR@
158 ac_ct_CC = @ac_ct_CC@
159 ac_ct_CXX = @ac_ct_CXX@
160 ac_ct_F77 = @ac_ct_F77@
161 ac_ct_RANLIB = @ac_ct_RANLIB@
162 ac_ct_STRIP = @ac_ct_STRIP@
163 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
164 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
165 am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
166 am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
167 am__include = @am__include@
168 am__leading_dot = @am__leading_dot@
169 am__quote = @am__quote@
170 am__tar = @am__tar@
171 am__untar = @am__untar@
172 bindir = @bindir@
173 build = @build@
174 build_alias = @build_alias@
175 build_cpu = @build_cpu@
176 build_os = @build_os@
177 build_vendor = @build_vendor@
178 datadir = @datadir@
179 exec_prefix = @exec_prefix@
180 host = @host@
181 host_alias = @host_alias@
182 host_cpu = @host_cpu@
183 host_os = @host_os@
184 host_vendor = @host_vendor@
185 includedir = @includedir@
186 infodir = @infodir@
187 install_sh = @install_sh@
188 libdir = @libdir@
189 libexecdir = @libexecdir@
190 localstatedir = @localstatedir@
191 mandir = @mandir@
192 mkdir_p = @mkdir_p@
193 no_x = @no_x@
194 oldincludedir = @oldincludedir@
195 pkgconfdir = @pkgconfdir@
196 pkgstatedir = @pkgstatedir@
197 prefix = @prefix@
198 program_transform_name = @program_transform_name@
199 sbindir = @sbindir@
200 sharedstatedir = @sharedstatedir@
201 sysconfdir = @sysconfdir@
202 target_alias = @target_alias@
203 x_includes = @x_includes@
204 x_libraries = @x_libraries@
205 EXTRA_DIST = README cvs images key-value map-technical mapguide \
206 objects plugins programming_guide protocol python \
207 random-maps random-styles runes skills spells teleporters testplans
208
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 doc/Developers/Makefile'; \
222 cd $(top_srcdir) && \
223 $(AUTOMAKE) --gnu doc/Developers/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: