ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/plugins/cfpython/include/Makefile.in
Revision: 1.1.1.1 (vendor branch)
Committed: Wed Mar 15 14:05:33 2006 UTC (20 years, 6 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/cfpython/include
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     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     CXX = @CXX@
75     CXXCPP = @CXXCPP@
76     CXXDEPMODE = @CXXDEPMODE@
77     CXXFLAGS = @CXXFLAGS@
78     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     F77 = @F77@
88     FFLAGS = @FFLAGS@
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     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     PLUGIN_PYTHON = @PLUGIN_PYTHON@
123     PYTHON_LIB = @PYTHON_LIB@
124     PYTHON_PLUGIN_FALSE = @PYTHON_PLUGIN_FALSE@
125     PYTHON_PLUGIN_TRUE = @PYTHON_PLUGIN_TRUE@
126     PY_INCLUDES = @PY_INCLUDES@
127     PY_LIBS = @PY_LIBS@
128     RANLIB = @RANLIB@
129     SET_MAKE = @SET_MAKE@
130     SHELL = @SHELL@
131     STRIP = @STRIP@
132     TAR = @TAR@
133     UNCOMPRESS = @UNCOMPRESS@
134     VERSION = @VERSION@
135     X11LIBS = @X11LIBS@
136     X_CFLAGS = @X_CFLAGS@
137     X_EXTRA_LIBS = @X_EXTRA_LIBS@
138     X_LIBS = @X_LIBS@
139     X_PRE_LIBS = @X_PRE_LIBS@
140     ac_ct_AR = @ac_ct_AR@
141     ac_ct_CC = @ac_ct_CC@
142     ac_ct_CXX = @ac_ct_CXX@
143     ac_ct_F77 = @ac_ct_F77@
144     ac_ct_RANLIB = @ac_ct_RANLIB@
145     ac_ct_STRIP = @ac_ct_STRIP@
146     am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
147     am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
148     am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
149     am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
150     am__include = @am__include@
151     am__leading_dot = @am__leading_dot@
152     am__quote = @am__quote@
153     am__tar = @am__tar@
154     am__untar = @am__untar@
155     bindir = @bindir@
156     build = @build@
157     build_alias = @build_alias@
158     build_cpu = @build_cpu@
159     build_os = @build_os@
160     build_vendor = @build_vendor@
161     datadir = @datadir@
162     exec_prefix = @exec_prefix@
163     host = @host@
164     host_alias = @host_alias@
165     host_cpu = @host_cpu@
166     host_os = @host_os@
167     host_vendor = @host_vendor@
168     includedir = @includedir@
169     infodir = @infodir@
170     install_sh = @install_sh@
171     libdir = @libdir@
172     libexecdir = @libexecdir@
173     localstatedir = @localstatedir@
174     mandir = @mandir@
175     mkdir_p = @mkdir_p@
176     no_x = @no_x@
177     oldincludedir = @oldincludedir@
178     pkgconfdir = @pkgconfdir@
179     pkgstatedir = @pkgstatedir@
180     prefix = @prefix@
181     program_transform_name = @program_transform_name@
182     sbindir = @sbindir@
183     sharedstatedir = @sharedstatedir@
184     sysconfdir = @sysconfdir@
185     target_alias = @target_alias@
186     x_includes = @x_includes@
187     x_libraries = @x_libraries@
188     noinst_HEADERS = \
189     cfpython.h cfpython_object_private.h \
190     cfpython_archetype.h cfpython_party.h \
191     cfpython_archetype_private.h cfpython_party_private.h \
192     cfpython_map.h cfpython_proto.h \
193     cfpython_map_private.h cfpython_region.h \
194     cfpython_object.h cfpython_region_private.h
195    
196     all: all-am
197    
198     .SUFFIXES:
199     $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
200     @for dep in $?; do \
201     case '$(am__configure_deps)' in \
202     *$$dep*) \
203     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
204     && exit 0; \
205     exit 1;; \
206     esac; \
207     done; \
208     echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu plugins/cfpython/include/Makefile'; \
209     cd $(top_srcdir) && \
210     $(AUTOMAKE) --gnu plugins/cfpython/include/Makefile
211     .PRECIOUS: Makefile
212     Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
213     @case '$?' in \
214     *config.status*) \
215     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
216     *) \
217     echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
218     cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
219     esac;
220    
221     $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
222     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
223    
224     $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
225     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
226     $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
227     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
228    
229     mostlyclean-libtool:
230     -rm -f *.lo
231    
232     clean-libtool:
233     -rm -rf .libs _libs
234    
235     distclean-libtool:
236     -rm -f libtool
237     uninstall-info-am:
238    
239     ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
240     list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
241     unique=`for i in $$list; do \
242     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
243     done | \
244     $(AWK) ' { files[$$0] = 1; } \
245     END { for (i in files) print i; }'`; \
246     mkid -fID $$unique
247     tags: TAGS
248    
249     TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
250     $(TAGS_FILES) $(LISP)
251     tags=; \
252     here=`pwd`; \
253     list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
254     unique=`for i in $$list; do \
255     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
256     done | \
257     $(AWK) ' { files[$$0] = 1; } \
258     END { for (i in files) print i; }'`; \
259     if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
260     test -n "$$unique" || unique=$$empty_fix; \
261     $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
262     $$tags $$unique; \
263     fi
264     ctags: CTAGS
265     CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
266     $(TAGS_FILES) $(LISP)
267     tags=; \
268     here=`pwd`; \
269     list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
270     unique=`for i in $$list; do \
271     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
272     done | \
273     $(AWK) ' { files[$$0] = 1; } \
274     END { for (i in files) print i; }'`; \
275     test -z "$(CTAGS_ARGS)$$tags$$unique" \
276     || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
277     $$tags $$unique
278    
279     GTAGS:
280     here=`$(am__cd) $(top_builddir) && pwd` \
281     && cd $(top_srcdir) \
282     && gtags -i $(GTAGS_ARGS) $$here
283    
284     distclean-tags:
285     -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
286    
287     distdir: $(DISTFILES)
288     @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
289     topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
290     list='$(DISTFILES)'; for file in $$list; do \
291     case $$file in \
292     $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
293     $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
294     esac; \
295     if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
296     dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
297     if test "$$dir" != "$$file" && test "$$dir" != "."; then \
298     dir="/$$dir"; \
299     $(mkdir_p) "$(distdir)$$dir"; \
300     else \
301     dir=''; \
302     fi; \
303     if test -d $$d/$$file; then \
304     if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
305     cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
306     fi; \
307     cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
308     else \
309     test -f $(distdir)/$$file \
310     || cp -p $$d/$$file $(distdir)/$$file \
311     || exit 1; \
312     fi; \
313     done
314     check-am: all-am
315     check: check-am
316     all-am: Makefile $(HEADERS)
317     installdirs:
318     install: install-am
319     install-exec: install-exec-am
320     install-data: install-data-am
321     uninstall: uninstall-am
322    
323     install-am: all-am
324     @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
325    
326     installcheck: installcheck-am
327     install-strip:
328     $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
329     install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
330     `test -z '$(STRIP)' || \
331     echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
332     mostlyclean-generic:
333    
334     clean-generic:
335    
336     distclean-generic:
337     -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
338    
339     maintainer-clean-generic:
340     @echo "This command is intended for maintainers to use"
341     @echo "it deletes files that may require special tools to rebuild."
342     clean: clean-am
343    
344     clean-am: clean-generic clean-libtool mostlyclean-am
345    
346     distclean: distclean-am
347     -rm -f Makefile
348     distclean-am: clean-am distclean-generic distclean-libtool \
349     distclean-tags
350    
351     dvi: dvi-am
352    
353     dvi-am:
354    
355     html: html-am
356    
357     info: info-am
358    
359     info-am:
360    
361     install-data-am:
362    
363     install-exec-am:
364    
365     install-info: install-info-am
366    
367     install-man:
368    
369     installcheck-am:
370    
371     maintainer-clean: maintainer-clean-am
372     -rm -f Makefile
373     maintainer-clean-am: distclean-am maintainer-clean-generic
374    
375     mostlyclean: mostlyclean-am
376    
377     mostlyclean-am: mostlyclean-generic mostlyclean-libtool
378    
379     pdf: pdf-am
380    
381     pdf-am:
382    
383     ps: ps-am
384    
385     ps-am:
386    
387     uninstall-am: uninstall-info-am
388    
389     .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
390     clean-libtool ctags distclean distclean-generic \
391     distclean-libtool distclean-tags distdir dvi dvi-am html \
392     html-am info info-am install install-am install-data \
393     install-data-am install-exec install-exec-am install-info \
394     install-info-am install-man install-strip installcheck \
395     installcheck-am installdirs maintainer-clean \
396     maintainer-clean-generic mostlyclean mostlyclean-generic \
397     mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
398     uninstall-am uninstall-info-am
399    
400     # Tell versions [3.59,3.63) of GNU make to not export all variables.
401     # Otherwise a system limit (for SysV at least) may be exceeded.
402     .NOEXPORT: