ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/plugins/Makefile.in
Revision: 1.4
Committed: Thu Mar 16 21:08:19 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

# Content
1 # Makefile.in generated by automake 1.9.6 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 srcdir = @srcdir@
17 top_srcdir = @top_srcdir@
18 VPATH = @srcdir@
19 pkgdatadir = $(datadir)/@PACKAGE@
20 pkglibdir = $(libdir)/@PACKAGE@
21 pkgincludedir = $(includedir)/@PACKAGE@
22 top_builddir = ..
23 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24 INSTALL = @INSTALL@
25 install_sh_DATA = $(install_sh) -c -m 644
26 install_sh_PROGRAM = $(install_sh) -c
27 install_sh_SCRIPT = $(install_sh) -c
28 INSTALL_HEADER = $(INSTALL_DATA)
29 transform = $(program_transform_name)
30 NORMAL_INSTALL = :
31 PRE_INSTALL = :
32 POST_INSTALL = :
33 NORMAL_UNINSTALL = :
34 PRE_UNINSTALL = :
35 POST_UNINSTALL = :
36 build_triplet = @build@
37 host_triplet = @host@
38 subdir = plugins
39 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
40 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
41 am__aclocal_m4_deps = $(top_srcdir)/libtool.m4 \
42 $(top_srcdir)/ltoptions.m4 $(top_srcdir)/ltsugar.m4 \
43 $(top_srcdir)/ltversion.m4 $(top_srcdir)/acinclude.m4 \
44 $(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 = $(top_builddir)/include/autoconf.h
49 CONFIG_CLEAN_FILES =
50 SOURCES =
51 DIST_SOURCES =
52 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
53 html-recursive info-recursive install-data-recursive \
54 install-exec-recursive install-info-recursive \
55 install-recursive installcheck-recursive installdirs-recursive \
56 pdf-recursive ps-recursive uninstall-info-recursive \
57 uninstall-recursive
58 ETAGS = etags
59 CTAGS = ctags
60 DIST_SUBDIRS = $(SUBDIRS)
61 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
62 ACLOCAL = @ACLOCAL@
63 AMDEP_FALSE = @AMDEP_FALSE@
64 AMDEP_TRUE = @AMDEP_TRUE@
65 AMTAR = @AMTAR@
66 AR = @AR@
67 AUTOCONF = @AUTOCONF@
68 AUTOHEADER = @AUTOHEADER@
69 AUTOMAKE = @AUTOMAKE@
70 AWK = @AWK@
71 BASENAME = @BASENAME@
72 BUNZIP = @BUNZIP@
73 BZIP = @BZIP@
74 CC = @CC@
75 CCDEPMODE = @CCDEPMODE@
76 CFLAGS = @CFLAGS@
77 COMPRESS = @COMPRESS@
78 CPP = @CPP@
79 CPPFLAGS = @CPPFLAGS@
80 CYGPATH_W = @CYGPATH_W@
81 DEFS = @DEFS@
82 DEPDIR = @DEPDIR@
83 ECHO = @ECHO@
84 ECHO_C = @ECHO_C@
85 ECHO_N = @ECHO_N@
86 ECHO_T = @ECHO_T@
87 EGREP = @EGREP@
88 EXEEXT = @EXEEXT@
89 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 LD = @LD@
101 LDFLAGS = @LDFLAGS@
102 LEX = @LEX@
103 LEXLIB = @LEXLIB@
104 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
105 LIBOBJS = @LIBOBJS@
106 LIBS = @LIBS@
107 LIBTOOL = @LIBTOOL@
108 LN_S = @LN_S@
109 LTLIBOBJS = @LTLIBOBJS@
110 MAINT = @MAINT@
111 MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
112 MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
113 MAKEINFO = @MAKEINFO@
114 NM = @NM@
115 OBJEXT = @OBJEXT@
116 PACKAGE = @PACKAGE@
117 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
118 PACKAGE_NAME = @PACKAGE_NAME@
119 PACKAGE_STRING = @PACKAGE_STRING@
120 PACKAGE_TARNAME = @PACKAGE_TARNAME@
121 PACKAGE_VERSION = @PACKAGE_VERSION@
122 PATH_SEPARATOR = @PATH_SEPARATOR@
123 PERL = @PERL@
124 PERLFLAGS = @PERLFLAGS@
125 PERLLIB = @PERLLIB@
126 PERLPRIVLIBEXP = @PERLPRIVLIBEXP@
127 PERL_PLUGIN = @PERL_PLUGIN@
128 PERL_PLUGIN_FALSE = @PERL_PLUGIN_FALSE@
129 PERL_PLUGIN_TRUE = @PERL_PLUGIN_TRUE@
130 PLUGIN_PYTHON = @PLUGIN_PYTHON@
131 PYTHON_LIB = @PYTHON_LIB@
132 PYTHON_PLUGIN_FALSE = @PYTHON_PLUGIN_FALSE@
133 PYTHON_PLUGIN_TRUE = @PYTHON_PLUGIN_TRUE@
134 PY_INCLUDES = @PY_INCLUDES@
135 PY_LIBS = @PY_LIBS@
136 RANLIB = @RANLIB@
137 SED = @SED@
138 SET_MAKE = @SET_MAKE@
139 SHELL = @SHELL@
140 STRIP = @STRIP@
141 TAR = @TAR@
142 UNCOMPRESS = @UNCOMPRESS@
143 VERSION = @VERSION@
144 X11LIBS = @X11LIBS@
145 X_CFLAGS = @X_CFLAGS@
146 X_EXTRA_LIBS = @X_EXTRA_LIBS@
147 X_LIBS = @X_LIBS@
148 X_PRE_LIBS = @X_PRE_LIBS@
149 ac_ct_AR = @ac_ct_AR@
150 ac_ct_CC = @ac_ct_CC@
151 ac_ct_RANLIB = @ac_ct_RANLIB@
152 ac_ct_STRIP = @ac_ct_STRIP@
153 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
154 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
155 am__include = @am__include@
156 am__leading_dot = @am__leading_dot@
157 am__quote = @am__quote@
158 am__tar = @am__tar@
159 am__untar = @am__untar@
160 bindir = @bindir@
161 build = @build@
162 build_alias = @build_alias@
163 build_cpu = @build_cpu@
164 build_os = @build_os@
165 build_vendor = @build_vendor@
166 datadir = @datadir@
167 exec_prefix = @exec_prefix@
168 host = @host@
169 host_alias = @host_alias@
170 host_cpu = @host_cpu@
171 host_os = @host_os@
172 host_vendor = @host_vendor@
173 includedir = @includedir@
174 infodir = @infodir@
175 install_sh = @install_sh@
176 libdir = @libdir@
177 libexecdir = @libexecdir@
178 localstatedir = @localstatedir@
179 mandir = @mandir@
180 mkdir_p = @mkdir_p@
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 SUBDIRS = cfperl cfpython cfanim common
194 DISTCHECK_CONFIGURE_FLAGS = --localstatedir=$$dc_install_base/var --mandir=$$dc_install_base/man
195 all: all-recursive
196
197 .SUFFIXES:
198 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
199 @for dep in $?; do \
200 case '$(am__configure_deps)' in \
201 *$$dep*) \
202 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
203 && exit 0; \
204 exit 1;; \
205 esac; \
206 done; \
207 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu plugins/Makefile'; \
208 cd $(top_srcdir) && \
209 $(AUTOMAKE) --gnu plugins/Makefile
210 .PRECIOUS: Makefile
211 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
212 @case '$?' in \
213 *config.status*) \
214 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
215 *) \
216 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
217 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
218 esac;
219
220 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
221 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
222
223 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
224 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
225 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
226 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
227
228 mostlyclean-libtool:
229 -rm -f *.lo
230
231 clean-libtool:
232 -rm -rf .libs _libs
233
234 distclean-libtool:
235 -rm -f libtool
236 uninstall-info-am:
237
238 # This directory's subdirectories are mostly independent; you can cd
239 # into them and run `make' without going through this Makefile.
240 # To change the values of `make' variables: instead of editing Makefiles,
241 # (1) if the variable is set in `config.status', edit `config.status'
242 # (which will cause the Makefiles to be regenerated when you run `make');
243 # (2) otherwise, pass the desired values on the `make' command line.
244 $(RECURSIVE_TARGETS):
245 @failcom='exit 1'; \
246 for f in x $$MAKEFLAGS; do \
247 case $$f in \
248 *=* | --[!k]*);; \
249 *k*) failcom='fail=yes';; \
250 esac; \
251 done; \
252 dot_seen=no; \
253 target=`echo $@ | sed s/-recursive//`; \
254 list='$(SUBDIRS)'; for subdir in $$list; do \
255 echo "Making $$target in $$subdir"; \
256 if test "$$subdir" = "."; then \
257 dot_seen=yes; \
258 local_target="$$target-am"; \
259 else \
260 local_target="$$target"; \
261 fi; \
262 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
263 || eval $$failcom; \
264 done; \
265 if test "$$dot_seen" = "no"; then \
266 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
267 fi; test -z "$$fail"
268
269 mostlyclean-recursive clean-recursive distclean-recursive \
270 maintainer-clean-recursive:
271 @failcom='exit 1'; \
272 for f in x $$MAKEFLAGS; do \
273 case $$f in \
274 *=* | --[!k]*);; \
275 *k*) failcom='fail=yes';; \
276 esac; \
277 done; \
278 dot_seen=no; \
279 case "$@" in \
280 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
281 *) list='$(SUBDIRS)' ;; \
282 esac; \
283 rev=''; for subdir in $$list; do \
284 if test "$$subdir" = "."; then :; else \
285 rev="$$subdir $$rev"; \
286 fi; \
287 done; \
288 rev="$$rev ."; \
289 target=`echo $@ | sed s/-recursive//`; \
290 for subdir in $$rev; do \
291 echo "Making $$target in $$subdir"; \
292 if test "$$subdir" = "."; then \
293 local_target="$$target-am"; \
294 else \
295 local_target="$$target"; \
296 fi; \
297 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
298 || eval $$failcom; \
299 done && test -z "$$fail"
300 tags-recursive:
301 list='$(SUBDIRS)'; for subdir in $$list; do \
302 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
303 done
304 ctags-recursive:
305 list='$(SUBDIRS)'; for subdir in $$list; do \
306 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
307 done
308
309 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
310 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
311 unique=`for i in $$list; do \
312 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
313 done | \
314 $(AWK) ' { files[$$0] = 1; } \
315 END { for (i in files) print i; }'`; \
316 mkid -fID $$unique
317 tags: TAGS
318
319 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
320 $(TAGS_FILES) $(LISP)
321 tags=; \
322 here=`pwd`; \
323 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
324 include_option=--etags-include; \
325 empty_fix=.; \
326 else \
327 include_option=--include; \
328 empty_fix=; \
329 fi; \
330 list='$(SUBDIRS)'; for subdir in $$list; do \
331 if test "$$subdir" = .; then :; else \
332 test ! -f $$subdir/TAGS || \
333 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
334 fi; \
335 done; \
336 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
337 unique=`for i in $$list; do \
338 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
339 done | \
340 $(AWK) ' { files[$$0] = 1; } \
341 END { for (i in files) print i; }'`; \
342 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
343 test -n "$$unique" || unique=$$empty_fix; \
344 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
345 $$tags $$unique; \
346 fi
347 ctags: CTAGS
348 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
349 $(TAGS_FILES) $(LISP)
350 tags=; \
351 here=`pwd`; \
352 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
353 unique=`for i in $$list; do \
354 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
355 done | \
356 $(AWK) ' { files[$$0] = 1; } \
357 END { for (i in files) print i; }'`; \
358 test -z "$(CTAGS_ARGS)$$tags$$unique" \
359 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
360 $$tags $$unique
361
362 GTAGS:
363 here=`$(am__cd) $(top_builddir) && pwd` \
364 && cd $(top_srcdir) \
365 && gtags -i $(GTAGS_ARGS) $$here
366
367 distclean-tags:
368 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
369
370 distdir: $(DISTFILES)
371 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
372 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
373 list='$(DISTFILES)'; for file in $$list; do \
374 case $$file in \
375 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
376 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
377 esac; \
378 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
379 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
380 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
381 dir="/$$dir"; \
382 $(mkdir_p) "$(distdir)$$dir"; \
383 else \
384 dir=''; \
385 fi; \
386 if test -d $$d/$$file; then \
387 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
388 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
389 fi; \
390 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
391 else \
392 test -f $(distdir)/$$file \
393 || cp -p $$d/$$file $(distdir)/$$file \
394 || exit 1; \
395 fi; \
396 done
397 list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
398 if test "$$subdir" = .; then :; else \
399 test -d "$(distdir)/$$subdir" \
400 || $(mkdir_p) "$(distdir)/$$subdir" \
401 || exit 1; \
402 distdir=`$(am__cd) $(distdir) && pwd`; \
403 top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
404 (cd $$subdir && \
405 $(MAKE) $(AM_MAKEFLAGS) \
406 top_distdir="$$top_distdir" \
407 distdir="$$distdir/$$subdir" \
408 distdir) \
409 || exit 1; \
410 fi; \
411 done
412 check-am: all-am
413 check: check-recursive
414 all-am: Makefile
415 installdirs: installdirs-recursive
416 installdirs-am:
417 install: install-recursive
418 install-exec: install-exec-recursive
419 install-data: install-data-recursive
420 uninstall: uninstall-recursive
421
422 install-am: all-am
423 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
424
425 installcheck: installcheck-recursive
426 install-strip:
427 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
428 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
429 `test -z '$(STRIP)' || \
430 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
431 mostlyclean-generic:
432
433 clean-generic:
434
435 distclean-generic:
436 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
437
438 maintainer-clean-generic:
439 @echo "This command is intended for maintainers to use"
440 @echo "it deletes files that may require special tools to rebuild."
441 clean: clean-recursive
442
443 clean-am: clean-generic clean-libtool mostlyclean-am
444
445 distclean: distclean-recursive
446 -rm -f Makefile
447 distclean-am: clean-am distclean-generic distclean-libtool \
448 distclean-tags
449
450 dvi: dvi-recursive
451
452 dvi-am:
453
454 html: html-recursive
455
456 info: info-recursive
457
458 info-am:
459
460 install-data-am:
461
462 install-exec-am:
463
464 install-info: install-info-recursive
465
466 install-man:
467
468 installcheck-am:
469
470 maintainer-clean: maintainer-clean-recursive
471 -rm -f Makefile
472 maintainer-clean-am: distclean-am maintainer-clean-generic
473
474 mostlyclean: mostlyclean-recursive
475
476 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
477
478 pdf: pdf-recursive
479
480 pdf-am:
481
482 ps: ps-recursive
483
484 ps-am:
485
486 uninstall-am: uninstall-info-am
487
488 uninstall-info: uninstall-info-recursive
489
490 .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
491 clean clean-generic clean-libtool clean-recursive ctags \
492 ctags-recursive distclean distclean-generic distclean-libtool \
493 distclean-recursive distclean-tags distdir dvi dvi-am html \
494 html-am info info-am install install-am install-data \
495 install-data-am install-exec install-exec-am install-info \
496 install-info-am install-man install-strip installcheck \
497 installcheck-am installdirs installdirs-am maintainer-clean \
498 maintainer-clean-generic maintainer-clean-recursive \
499 mostlyclean mostlyclean-generic mostlyclean-libtool \
500 mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
501 uninstall uninstall-am uninstall-info-am
502
503
504 proto:
505 (cd cfpython; make proto; cd..; cd cfanim; make proto; )
506 # Tell versions [3.59,3.63) of GNU make to not export all variables.
507 # Otherwise a system limit (for SysV at least) may be exceeded.
508 .NOEXPORT: