ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/include/Makefile.in
Revision: 1.4
Committed: Thu Mar 16 21:08:14 2006 UTC (18 years, 2 months ago) by root
Branch: MAIN
Changes since 1.3: +6 -11 lines
Log Message:
allow perl to save/restore pelr data associated with players

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