ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/include/Makefile.in
Revision: 1.3
Committed: Wed Mar 15 15:35:49 2006 UTC (18 years, 2 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     srcdir = @srcdir@
18     top_srcdir = @top_srcdir@
19     VPATH = @srcdir@
20     pkgdatadir = $(datadir)/@PACKAGE@
21     pkglibdir = $(libdir)/@PACKAGE@
22     pkgincludedir = $(includedir)/@PACKAGE@
23     top_builddir = ..
24     am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
25     INSTALL = @INSTALL@
26     install_sh_DATA = $(install_sh) -c -m 644
27     install_sh_PROGRAM = $(install_sh) -c
28     install_sh_SCRIPT = $(install_sh) -c
29     INSTALL_HEADER = $(INSTALL_DATA)
30     transform = $(program_transform_name)
31     NORMAL_INSTALL = :
32     PRE_INSTALL = :
33     POST_INSTALL = :
34     NORMAL_UNINSTALL = :
35     PRE_UNINSTALL = :
36     POST_UNINSTALL = :
37     build_triplet = @build@
38     host_triplet = @host@
39     subdir = include
40     DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
41     $(srcdir)/Makefile.in $(srcdir)/autoconf.h.in
42     ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
43 elmex 1.3 am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
44 root 1.1 $(top_srcdir)/configure.ac
45     am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
46     $(ACLOCAL_M4)
47     mkinstalldirs = $(SHELL) $(top_srcdir)/utils/mkinstalldirs
48     CONFIG_HEADER = autoconf.h
49     CONFIG_CLEAN_FILES =
50     SOURCES =
51     DIST_SOURCES =
52     HEADERS = $(noinst_HEADERS)
53     ETAGS = etags
54     CTAGS = ctags
55     DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
56     ACLOCAL = @ACLOCAL@
57     AMDEP_FALSE = @AMDEP_FALSE@
58     AMDEP_TRUE = @AMDEP_TRUE@
59     AMTAR = @AMTAR@
60     AR = @AR@
61     AUTOCONF = @AUTOCONF@
62     AUTOHEADER = @AUTOHEADER@
63     AUTOMAKE = @AUTOMAKE@
64     AWK = @AWK@
65     BASENAME = @BASENAME@
66     BUNZIP = @BUNZIP@
67     BZIP = @BZIP@
68     CC = @CC@
69     CCDEPMODE = @CCDEPMODE@
70     CFLAGS = @CFLAGS@
71     COMPRESS = @COMPRESS@
72     CPP = @CPP@
73     CPPFLAGS = @CPPFLAGS@
74 elmex 1.3 CXX = @CXX@
75     CXXCPP = @CXXCPP@
76     CXXDEPMODE = @CXXDEPMODE@
77     CXXFLAGS = @CXXFLAGS@
78 root 1.1 CYGPATH_W = @CYGPATH_W@
79     DEFS = @DEFS@
80     DEPDIR = @DEPDIR@
81     ECHO = @ECHO@
82     ECHO_C = @ECHO_C@
83     ECHO_N = @ECHO_N@
84     ECHO_T = @ECHO_T@
85     EGREP = @EGREP@
86     EXEEXT = @EXEEXT@
87 elmex 1.3 F77 = @F77@
88     FFLAGS = @FFLAGS@
89 root 1.1 GUNZIP = @GUNZIP@
90     GZIP = @GZIP@
91     HAVE_LIBDL_FALSE = @HAVE_LIBDL_FALSE@
92     HAVE_LIBDL_TRUE = @HAVE_LIBDL_TRUE@
93     HAVE_X_FALSE = @HAVE_X_FALSE@
94     HAVE_X_TRUE = @HAVE_X_TRUE@
95     INSTALL_DATA = @INSTALL_DATA@
96     INSTALL_PROGRAM = @INSTALL_PROGRAM@
97     INSTALL_SCRIPT = @INSTALL_SCRIPT@
98     INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
99     LATEX = @LATEX@
100     LDFLAGS = @LDFLAGS@
101     LEX = @LEX@
102     LEXLIB = @LEXLIB@
103     LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
104     LIBOBJS = @LIBOBJS@
105     LIBS = @LIBS@
106     LIBTOOL = @LIBTOOL@
107     LN_S = @LN_S@
108     LTLIBOBJS = @LTLIBOBJS@
109     MAINT = @MAINT@
110     MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
111     MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
112     MAKEINFO = @MAKEINFO@
113     OBJEXT = @OBJEXT@
114     PACKAGE = @PACKAGE@
115     PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
116     PACKAGE_NAME = @PACKAGE_NAME@
117     PACKAGE_STRING = @PACKAGE_STRING@
118     PACKAGE_TARNAME = @PACKAGE_TARNAME@
119     PACKAGE_VERSION = @PACKAGE_VERSION@
120     PATH_SEPARATOR = @PATH_SEPARATOR@
121     PERL = @PERL@
122 root 1.2 PERLFLAGS = @PERLFLAGS@
123     PERLLIB = @PERLLIB@
124     PERLPRIVLIBEXP = @PERLPRIVLIBEXP@
125     PERL_PLUGIN = @PERL_PLUGIN@
126     PERL_PLUGIN_FALSE = @PERL_PLUGIN_FALSE@
127     PERL_PLUGIN_TRUE = @PERL_PLUGIN_TRUE@
128 root 1.1 PLUGIN_PYTHON = @PLUGIN_PYTHON@
129     PYTHON_LIB = @PYTHON_LIB@
130     PYTHON_PLUGIN_FALSE = @PYTHON_PLUGIN_FALSE@
131     PYTHON_PLUGIN_TRUE = @PYTHON_PLUGIN_TRUE@
132     PY_INCLUDES = @PY_INCLUDES@
133     PY_LIBS = @PY_LIBS@
134     RANLIB = @RANLIB@
135     SET_MAKE = @SET_MAKE@
136     SHELL = @SHELL@
137     STRIP = @STRIP@
138     TAR = @TAR@
139     UNCOMPRESS = @UNCOMPRESS@
140     VERSION = @VERSION@
141     X11LIBS = @X11LIBS@
142     X_CFLAGS = @X_CFLAGS@
143     X_EXTRA_LIBS = @X_EXTRA_LIBS@
144     X_LIBS = @X_LIBS@
145     X_PRE_LIBS = @X_PRE_LIBS@
146     ac_ct_AR = @ac_ct_AR@
147     ac_ct_CC = @ac_ct_CC@
148 elmex 1.3 ac_ct_CXX = @ac_ct_CXX@
149     ac_ct_F77 = @ac_ct_F77@
150 root 1.1 ac_ct_RANLIB = @ac_ct_RANLIB@
151     ac_ct_STRIP = @ac_ct_STRIP@
152     am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
153     am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
154 elmex 1.3 am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
155     am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
156 root 1.1 am__include = @am__include@
157     am__leading_dot = @am__leading_dot@
158     am__quote = @am__quote@
159     am__tar = @am__tar@
160     am__untar = @am__untar@
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     mkdir_p = @mkdir_p@
182     no_x = @no_x@
183     oldincludedir = @oldincludedir@
184     pkgconfdir = @pkgconfdir@
185     pkgstatedir = @pkgstatedir@
186     prefix = @prefix@
187     program_transform_name = @program_transform_name@
188     sbindir = @sbindir@
189     sharedstatedir = @sharedstatedir@
190     sysconfdir = @sysconfdir@
191     target_alias = @target_alias@
192     x_includes = @x_includes@
193     x_libraries = @x_libraries@
194     noinst_HEADERS = \
195     commands.h libproto.h sounds.h attack.h \
196     Makefile.in config.h living.h player.h \
197     define.h loader.h race.h material.h spells.h \
198     arch.h face.h logger.h re-cmp.h sproto.h \
199     artifact.h funcpoint.h map.h recipe.h treasure.h \
200     global.h newclient.h path.h shstr.h tod.h\
201     god.h newserver.h quest.h xdir.h \
202     book.h includes.h object.h skills.h sockproto.h \
203     plugin.h timers.h
204    
205     all: autoconf.h
206     $(MAKE) $(AM_MAKEFLAGS) all-am
207    
208     .SUFFIXES:
209     $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
210     @for dep in $?; do \
211     case '$(am__configure_deps)' in \
212     *$$dep*) \
213     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
214     && exit 0; \
215     exit 1;; \
216     esac; \
217     done; \
218     echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu include/Makefile'; \
219     cd $(top_srcdir) && \
220     $(AUTOMAKE) --gnu include/Makefile
221     .PRECIOUS: Makefile
222     Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
223     @case '$?' in \
224     *config.status*) \
225     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
226     *) \
227     echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
228     cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
229     esac;
230    
231     $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
232     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
233    
234     $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
235     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
236     $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
237     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
238    
239     autoconf.h: stamp-h1
240     @if test ! -f $@; then \
241     rm -f stamp-h1; \
242     $(MAKE) stamp-h1; \
243     else :; fi
244    
245     stamp-h1: $(srcdir)/autoconf.h.in $(top_builddir)/config.status
246     @rm -f stamp-h1
247     cd $(top_builddir) && $(SHELL) ./config.status include/autoconf.h
248     $(srcdir)/autoconf.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
249     cd $(top_srcdir) && $(AUTOHEADER)
250     rm -f stamp-h1
251     touch $@
252    
253     distclean-hdr:
254     -rm -f autoconf.h stamp-h1
255    
256     mostlyclean-libtool:
257     -rm -f *.lo
258    
259     clean-libtool:
260     -rm -rf .libs _libs
261    
262     distclean-libtool:
263     -rm -f libtool
264     uninstall-info-am:
265    
266     ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
267     list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
268     unique=`for i in $$list; do \
269     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
270     done | \
271     $(AWK) ' { files[$$0] = 1; } \
272     END { for (i in files) print i; }'`; \
273     mkid -fID $$unique
274     tags: TAGS
275    
276     TAGS: $(HEADERS) $(SOURCES) autoconf.h.in $(TAGS_DEPENDENCIES) \
277     $(TAGS_FILES) $(LISP)
278     tags=; \
279     here=`pwd`; \
280     list='$(SOURCES) $(HEADERS) autoconf.h.in $(LISP) $(TAGS_FILES)'; \
281     unique=`for i in $$list; do \
282     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
283     done | \
284     $(AWK) ' { files[$$0] = 1; } \
285     END { for (i in files) print i; }'`; \
286     if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
287     test -n "$$unique" || unique=$$empty_fix; \
288     $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
289     $$tags $$unique; \
290     fi
291     ctags: CTAGS
292     CTAGS: $(HEADERS) $(SOURCES) autoconf.h.in $(TAGS_DEPENDENCIES) \
293     $(TAGS_FILES) $(LISP)
294     tags=; \
295     here=`pwd`; \
296     list='$(SOURCES) $(HEADERS) autoconf.h.in $(LISP) $(TAGS_FILES)'; \
297     unique=`for i in $$list; do \
298     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
299     done | \
300     $(AWK) ' { files[$$0] = 1; } \
301     END { for (i in files) print i; }'`; \
302     test -z "$(CTAGS_ARGS)$$tags$$unique" \
303     || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
304     $$tags $$unique
305    
306     GTAGS:
307     here=`$(am__cd) $(top_builddir) && pwd` \
308     && cd $(top_srcdir) \
309     && gtags -i $(GTAGS_ARGS) $$here
310    
311     distclean-tags:
312     -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
313    
314     distdir: $(DISTFILES)
315     @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
316     topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
317     list='$(DISTFILES)'; for file in $$list; do \
318     case $$file in \
319     $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
320     $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
321     esac; \
322     if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
323     dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
324     if test "$$dir" != "$$file" && test "$$dir" != "."; then \
325     dir="/$$dir"; \
326     $(mkdir_p) "$(distdir)$$dir"; \
327     else \
328     dir=''; \
329     fi; \
330     if test -d $$d/$$file; then \
331     if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
332     cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
333     fi; \
334     cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
335     else \
336     test -f $(distdir)/$$file \
337     || cp -p $$d/$$file $(distdir)/$$file \
338     || exit 1; \
339     fi; \
340     done
341     check-am: all-am
342     check: check-am
343     all-am: Makefile $(HEADERS) autoconf.h
344     installdirs:
345     install: install-am
346     install-exec: install-exec-am
347     install-data: install-data-am
348     uninstall: uninstall-am
349    
350     install-am: all-am
351     @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
352    
353     installcheck: installcheck-am
354     install-strip:
355     $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
356     install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
357     `test -z '$(STRIP)' || \
358     echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
359     mostlyclean-generic:
360    
361     clean-generic:
362    
363     distclean-generic:
364     -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
365    
366     maintainer-clean-generic:
367     @echo "This command is intended for maintainers to use"
368     @echo "it deletes files that may require special tools to rebuild."
369     clean: clean-am
370    
371     clean-am: clean-generic clean-libtool mostlyclean-am
372    
373     distclean: distclean-am
374     -rm -f Makefile
375     distclean-am: clean-am distclean-generic distclean-hdr \
376     distclean-libtool distclean-tags
377    
378     dvi: dvi-am
379    
380     dvi-am:
381    
382     html: html-am
383    
384     info: info-am
385    
386     info-am:
387    
388     install-data-am:
389    
390     install-exec-am:
391    
392     install-info: install-info-am
393    
394     install-man:
395    
396     installcheck-am:
397    
398     maintainer-clean: maintainer-clean-am
399     -rm -f Makefile
400     maintainer-clean-am: distclean-am maintainer-clean-generic
401    
402     mostlyclean: mostlyclean-am
403    
404     mostlyclean-am: mostlyclean-generic mostlyclean-libtool
405    
406     pdf: pdf-am
407    
408     pdf-am:
409    
410     ps: ps-am
411    
412     ps-am:
413    
414     uninstall-am: uninstall-info-am
415    
416     .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
417     clean-libtool ctags distclean distclean-generic distclean-hdr \
418     distclean-libtool distclean-tags distdir dvi dvi-am html \
419     html-am info info-am install install-am install-data \
420     install-data-am install-exec install-exec-am install-info \
421     install-info-am install-man install-strip installcheck \
422     installcheck-am installdirs maintainer-clean \
423     maintainer-clean-generic mostlyclean mostlyclean-generic \
424     mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
425     uninstall-am uninstall-info-am
426    
427     # Tell versions [3.59,3.63) of GNU make to not export all variables.
428     # Otherwise a system limit (for SysV at least) may be exceeded.
429     .NOEXPORT: