ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/plugins/Makefile.in
Revision: 1.1.1.2 (vendor branch)
Committed: Wed Mar 15 14:05:32 2006 UTC (18 years, 2 months ago) by elmex
Branch: UPSTREAM
CVS Tags: UPSTREAM_2006_03_15
Changes since 1.1.1.1: +1 -1 lines
Log Message:
cvs -z9 -d:ext:elmex@cvs.schmorp.de:/schmorpforge import cf.schmorp.de UPSTREAM UPSTREAM_2006_03_15

File Contents

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