ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/plugins/cfpython/include/Makefile.in
Revision: 1.4
Committed: Sun May 7 12:49:26 2006 UTC (20 years, 4 months ago) by root
Branch: MAIN
Changes since 1.3: +44 -71 lines
Log Message:
distconf

File Contents

# User Rev Content
1 root 1.4 # Makefile.in generated by automake 1.7.9 from Makefile.am.
2 elmex 1.1 # @configure_input@
3    
4 root 1.4 # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
5     # Free Software Foundation, Inc.
6 elmex 1.1 # 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 root 1.4
25 elmex 1.1 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
26     INSTALL = @INSTALL@
27     install_sh_DATA = $(install_sh) -c -m 644
28     install_sh_PROGRAM = $(install_sh) -c
29     install_sh_SCRIPT = $(install_sh) -c
30     INSTALL_HEADER = $(INSTALL_DATA)
31     transform = $(program_transform_name)
32     NORMAL_INSTALL = :
33     PRE_INSTALL = :
34     POST_INSTALL = :
35     NORMAL_UNINSTALL = :
36     PRE_UNINSTALL = :
37     POST_UNINSTALL = :
38     host_triplet = @host@
39     ACLOCAL = @ACLOCAL@
40     AMDEP_FALSE = @AMDEP_FALSE@
41     AMDEP_TRUE = @AMDEP_TRUE@
42     AMTAR = @AMTAR@
43     AR = @AR@
44     AUTOCONF = @AUTOCONF@
45     AUTOHEADER = @AUTOHEADER@
46     AUTOMAKE = @AUTOMAKE@
47     AWK = @AWK@
48     BASENAME = @BASENAME@
49     BUNZIP = @BUNZIP@
50     BZIP = @BZIP@
51     CC = @CC@
52     CCDEPMODE = @CCDEPMODE@
53     CFLAGS = @CFLAGS@
54     COMPRESS = @COMPRESS@
55     CPP = @CPP@
56     CPPFLAGS = @CPPFLAGS@
57 root 1.4 CROSSEDIT = @CROSSEDIT@
58 elmex 1.1 CYGPATH_W = @CYGPATH_W@
59     DEFS = @DEFS@
60     DEPDIR = @DEPDIR@
61     ECHO = @ECHO@
62     ECHO_C = @ECHO_C@
63     ECHO_N = @ECHO_N@
64     ECHO_T = @ECHO_T@
65     EGREP = @EGREP@
66     EXEEXT = @EXEEXT@
67     GUNZIP = @GUNZIP@
68     GZIP = @GZIP@
69     HAVE_LIBDL_FALSE = @HAVE_LIBDL_FALSE@
70     HAVE_LIBDL_TRUE = @HAVE_LIBDL_TRUE@
71     HAVE_X_FALSE = @HAVE_X_FALSE@
72     HAVE_X_TRUE = @HAVE_X_TRUE@
73     INSTALL_DATA = @INSTALL_DATA@
74     INSTALL_PROGRAM = @INSTALL_PROGRAM@
75     INSTALL_SCRIPT = @INSTALL_SCRIPT@
76     INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
77     LATEX = @LATEX@
78 root 1.3 LD = @LD@
79 elmex 1.1 LDFLAGS = @LDFLAGS@
80     LEX = @LEX@
81     LEXLIB = @LEXLIB@
82     LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
83     LIBOBJS = @LIBOBJS@
84     LIBS = @LIBS@
85     LIBTOOL = @LIBTOOL@
86     LN_S = @LN_S@
87     LTLIBOBJS = @LTLIBOBJS@
88     MAINT = @MAINT@
89     MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
90     MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
91     MAKEINFO = @MAKEINFO@
92 root 1.3 NM = @NM@
93 elmex 1.1 OBJEXT = @OBJEXT@
94     PACKAGE = @PACKAGE@
95     PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
96     PACKAGE_NAME = @PACKAGE_NAME@
97     PACKAGE_STRING = @PACKAGE_STRING@
98     PACKAGE_TARNAME = @PACKAGE_TARNAME@
99     PACKAGE_VERSION = @PACKAGE_VERSION@
100     PATH_SEPARATOR = @PATH_SEPARATOR@
101     PERL = @PERL@
102 elmex 1.2 PERLFLAGS = @PERLFLAGS@
103     PERLLIB = @PERLLIB@
104     PERLPRIVLIBEXP = @PERLPRIVLIBEXP@
105     PERL_PLUGIN = @PERL_PLUGIN@
106     PERL_PLUGIN_FALSE = @PERL_PLUGIN_FALSE@
107     PERL_PLUGIN_TRUE = @PERL_PLUGIN_TRUE@
108 elmex 1.1 PLUGIN_PYTHON = @PLUGIN_PYTHON@
109     PYTHON_LIB = @PYTHON_LIB@
110     PYTHON_PLUGIN_FALSE = @PYTHON_PLUGIN_FALSE@
111     PYTHON_PLUGIN_TRUE = @PYTHON_PLUGIN_TRUE@
112     PY_INCLUDES = @PY_INCLUDES@
113     PY_LIBS = @PY_LIBS@
114     RANLIB = @RANLIB@
115 root 1.3 SED = @SED@
116 elmex 1.1 SET_MAKE = @SET_MAKE@
117     SHELL = @SHELL@
118     STRIP = @STRIP@
119     TAR = @TAR@
120     UNCOMPRESS = @UNCOMPRESS@
121     VERSION = @VERSION@
122     X11LIBS = @X11LIBS@
123     X_CFLAGS = @X_CFLAGS@
124     X_EXTRA_LIBS = @X_EXTRA_LIBS@
125     X_LIBS = @X_LIBS@
126     X_PRE_LIBS = @X_PRE_LIBS@
127     ac_ct_AR = @ac_ct_AR@
128     ac_ct_CC = @ac_ct_CC@
129     ac_ct_RANLIB = @ac_ct_RANLIB@
130     ac_ct_STRIP = @ac_ct_STRIP@
131     am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
132     am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
133     am__include = @am__include@
134     am__leading_dot = @am__leading_dot@
135     am__quote = @am__quote@
136     bindir = @bindir@
137     build = @build@
138     build_alias = @build_alias@
139     build_cpu = @build_cpu@
140     build_os = @build_os@
141     build_vendor = @build_vendor@
142     datadir = @datadir@
143     exec_prefix = @exec_prefix@
144     host = @host@
145     host_alias = @host_alias@
146     host_cpu = @host_cpu@
147     host_os = @host_os@
148     host_vendor = @host_vendor@
149     includedir = @includedir@
150     infodir = @infodir@
151     install_sh = @install_sh@
152     libdir = @libdir@
153     libexecdir = @libexecdir@
154     localstatedir = @localstatedir@
155     mandir = @mandir@
156     no_x = @no_x@
157     oldincludedir = @oldincludedir@
158     pkgconfdir = @pkgconfdir@
159     pkgstatedir = @pkgstatedir@
160     prefix = @prefix@
161     program_transform_name = @program_transform_name@
162     sbindir = @sbindir@
163     sharedstatedir = @sharedstatedir@
164     sysconfdir = @sysconfdir@
165     target_alias = @target_alias@
166     x_includes = @x_includes@
167     x_libraries = @x_libraries@
168 root 1.4
169 elmex 1.1 noinst_HEADERS = \
170     cfpython.h cfpython_object_private.h \
171     cfpython_archetype.h cfpython_party.h \
172     cfpython_archetype_private.h cfpython_party_private.h \
173     cfpython_map.h cfpython_proto.h \
174     cfpython_map_private.h cfpython_region.h \
175     cfpython_object.h cfpython_region_private.h
176    
177 root 1.4 subdir = plugins/cfpython/include
178     ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
179     mkinstalldirs = $(SHELL) $(top_srcdir)/utils/mkinstalldirs
180     CONFIG_HEADER = $(top_builddir)/include/autoconf.h
181     CONFIG_CLEAN_FILES =
182     DIST_SOURCES =
183     HEADERS = $(noinst_HEADERS)
184    
185     DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.in Makefile.am
186 elmex 1.1 all: all-am
187    
188     .SUFFIXES:
189 root 1.4 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
190 elmex 1.1 cd $(top_srcdir) && \
191     $(AUTOMAKE) --gnu plugins/cfpython/include/Makefile
192 root 1.4 Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in $(top_builddir)/config.status
193     cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
194 elmex 1.1
195     mostlyclean-libtool:
196     -rm -f *.lo
197    
198     clean-libtool:
199     -rm -rf .libs _libs
200    
201     distclean-libtool:
202     -rm -f libtool
203     uninstall-info-am:
204    
205 root 1.4 ETAGS = etags
206     ETAGSFLAGS =
207    
208     CTAGS = ctags
209     CTAGSFLAGS =
210    
211     tags: TAGS
212    
213 elmex 1.1 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
214     list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
215     unique=`for i in $$list; do \
216     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
217     done | \
218     $(AWK) ' { files[$$0] = 1; } \
219     END { for (i in files) print i; }'`; \
220     mkid -fID $$unique
221    
222     TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
223     $(TAGS_FILES) $(LISP)
224     tags=; \
225     here=`pwd`; \
226     list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
227     unique=`for i in $$list; do \
228     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
229     done | \
230     $(AWK) ' { files[$$0] = 1; } \
231     END { for (i in files) print i; }'`; \
232 root 1.4 test -z "$(ETAGS_ARGS)$$tags$$unique" \
233     || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
234     $$tags $$unique
235    
236 elmex 1.1 ctags: CTAGS
237     CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
238     $(TAGS_FILES) $(LISP)
239     tags=; \
240     here=`pwd`; \
241     list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
242     unique=`for i in $$list; do \
243     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
244     done | \
245     $(AWK) ' { files[$$0] = 1; } \
246     END { for (i in files) print i; }'`; \
247     test -z "$(CTAGS_ARGS)$$tags$$unique" \
248     || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
249     $$tags $$unique
250    
251     GTAGS:
252     here=`$(am__cd) $(top_builddir) && pwd` \
253     && cd $(top_srcdir) \
254     && gtags -i $(GTAGS_ARGS) $$here
255    
256     distclean-tags:
257     -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
258 root 1.4 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
259    
260     top_distdir = ../../..
261     distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
262 elmex 1.1
263     distdir: $(DISTFILES)
264     @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
265     topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
266     list='$(DISTFILES)'; for file in $$list; do \
267     case $$file in \
268     $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
269     $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
270     esac; \
271     if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
272     dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
273     if test "$$dir" != "$$file" && test "$$dir" != "."; then \
274     dir="/$$dir"; \
275 root 1.4 $(mkinstalldirs) "$(distdir)$$dir"; \
276 elmex 1.1 else \
277     dir=''; \
278     fi; \
279     if test -d $$d/$$file; then \
280     if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
281     cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
282     fi; \
283     cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
284     else \
285     test -f $(distdir)/$$file \
286     || cp -p $$d/$$file $(distdir)/$$file \
287     || exit 1; \
288     fi; \
289     done
290     check-am: all-am
291     check: check-am
292     all-am: Makefile $(HEADERS)
293 root 1.4
294 elmex 1.1 installdirs:
295     install: install-am
296     install-exec: install-exec-am
297     install-data: install-data-am
298     uninstall: uninstall-am
299    
300     install-am: all-am
301     @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
302    
303     installcheck: installcheck-am
304     install-strip:
305     $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
306     install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
307     `test -z '$(STRIP)' || \
308     echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
309     mostlyclean-generic:
310    
311     clean-generic:
312    
313     distclean-generic:
314 root 1.4 -rm -f $(CONFIG_CLEAN_FILES)
315 elmex 1.1
316     maintainer-clean-generic:
317     @echo "This command is intended for maintainers to use"
318     @echo "it deletes files that may require special tools to rebuild."
319     clean: clean-am
320    
321     clean-am: clean-generic clean-libtool mostlyclean-am
322    
323     distclean: distclean-am
324     -rm -f Makefile
325     distclean-am: clean-am distclean-generic distclean-libtool \
326     distclean-tags
327    
328     dvi: dvi-am
329    
330     dvi-am:
331    
332     info: info-am
333    
334     info-am:
335    
336     install-data-am:
337    
338     install-exec-am:
339    
340     install-info: install-info-am
341    
342     install-man:
343    
344     installcheck-am:
345    
346     maintainer-clean: maintainer-clean-am
347     -rm -f Makefile
348     maintainer-clean-am: distclean-am maintainer-clean-generic
349    
350     mostlyclean: mostlyclean-am
351    
352     mostlyclean-am: mostlyclean-generic mostlyclean-libtool
353    
354     pdf: pdf-am
355    
356     pdf-am:
357    
358     ps: ps-am
359    
360     ps-am:
361    
362     uninstall-am: uninstall-info-am
363    
364     .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
365     clean-libtool ctags distclean distclean-generic \
366 root 1.4 distclean-libtool distclean-tags distdir dvi dvi-am info \
367     info-am install install-am install-data install-data-am \
368     install-exec install-exec-am install-info install-info-am \
369     install-man install-strip installcheck installcheck-am \
370     installdirs maintainer-clean maintainer-clean-generic \
371     mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
372     ps ps-am tags uninstall uninstall-am uninstall-info-am
373 elmex 1.1
374     # Tell versions [3.59,3.63) of GNU make to not export all variables.
375     # Otherwise a system limit (for SysV at least) may be exceeded.
376     .NOEXPORT: