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