ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/plugins/cfpython/Makefile.in
Revision: 1.3
Committed: Wed Mar 15 15:35:52 2006 UTC (20 years, 6 months ago) by elmex
Branch: MAIN
Changes since 1.2: +161 -49 lines
Log Message:
UPSTREAM merge from 15.03.2006

File Contents

# User Rev Content
1 root 1.2 # Makefile.in generated by automake 1.9.6 from Makefile.am.
2 root 1.1 # @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     #
18     # Makefile for crossfire 0.95.0 and beyond
19     #
20     # This file will eventually be replaced by a configure script. But for
21     # now, this simple makefile should do the job.
22     #
23     # Copyright (C) 1992 Frank Tore Johansen
24     # Copyright (C) 2001 Mark Wedel
25     #
26     # This program is free software; you can redistribute it and/or modify
27     # it under the terms of the GNU General Public License as published by
28     # the Free Software Foundation; either version 2 of the License, or
29     # (at your option) any later version.
30     #
31     # This program is distributed in the hope that it will be useful,
32     # but WITHOUT ANY WARRANTY; without even the implied warranty of
33     # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
34     # GNU General Public License for more details.
35     #
36     # You should have received a copy of the GNU General Public License
37     # along with this program; if not, write to the Free Software
38     # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
39     #
40     # The author can be reached via e-mail to mwedel@sonic.net
41    
42     srcdir = @srcdir@
43     top_srcdir = @top_srcdir@
44     VPATH = @srcdir@
45     pkgdatadir = $(datadir)/@PACKAGE@
46     pkglibdir = $(libdir)/@PACKAGE@
47     pkgincludedir = $(includedir)/@PACKAGE@
48     top_builddir = ../..
49     am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
50     INSTALL = @INSTALL@
51     install_sh_DATA = $(install_sh) -c -m 644
52     install_sh_PROGRAM = $(install_sh) -c
53     install_sh_SCRIPT = $(install_sh) -c
54     INSTALL_HEADER = $(INSTALL_DATA)
55     transform = $(program_transform_name)
56     NORMAL_INSTALL = :
57     PRE_INSTALL = :
58     POST_INSTALL = :
59     NORMAL_UNINSTALL = :
60     PRE_UNINSTALL = :
61     POST_UNINSTALL = :
62     build_triplet = @build@
63     host_triplet = @host@
64     subdir = plugins/cfpython
65 elmex 1.3 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
66 root 1.1 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
67 elmex 1.3 am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
68 root 1.1 $(top_srcdir)/configure.ac
69     am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
70     $(ACLOCAL_M4)
71     mkinstalldirs = $(SHELL) $(top_srcdir)/utils/mkinstalldirs
72     CONFIG_HEADER = $(top_builddir)/include/autoconf.h
73     CONFIG_CLEAN_FILES =
74     am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
75     am__vpath_adj = case $$p in \
76     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
77     *) f=$$p;; \
78     esac;
79     am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
80     am__installdirs = "$(DESTDIR)$(plugindir)"
81     pluginLTLIBRARIES_INSTALL = $(INSTALL)
82     LTLIBRARIES = $(plugin_LTLIBRARIES)
83     cfpython_la_DEPENDENCIES =
84     am_cfpython_la_OBJECTS = cfpython.lo cfpython_archetype.lo \
85     cfpython_object.lo cfpython_map.lo cfpython_party.lo \
86     cfpython_region.lo plugin_common.lo
87     cfpython_la_OBJECTS = $(am_cfpython_la_OBJECTS)
88     @PYTHON_PLUGIN_TRUE@am_cfpython_la_rpath = -rpath $(plugindir)
89     DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)/include
90     depcomp = $(SHELL) $(top_srcdir)/utils/depcomp
91     am__depfiles_maybe = depfiles
92     COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
93     $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
94 elmex 1.3 LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
95 root 1.1 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
96     $(AM_CFLAGS) $(CFLAGS)
97     CCLD = $(CC)
98 elmex 1.3 LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
99 root 1.1 $(AM_LDFLAGS) $(LDFLAGS) -o $@
100     SOURCES = $(cfpython_la_SOURCES)
101     DIST_SOURCES = $(cfpython_la_SOURCES)
102 elmex 1.3 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
103     html-recursive info-recursive install-data-recursive \
104     install-exec-recursive install-info-recursive \
105     install-recursive installcheck-recursive installdirs-recursive \
106     pdf-recursive ps-recursive uninstall-info-recursive \
107     uninstall-recursive
108 root 1.1 ETAGS = etags
109     CTAGS = ctags
110 elmex 1.3 DIST_SUBDIRS = $(SUBDIRS)
111 root 1.1 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
112     ACLOCAL = @ACLOCAL@
113     AMDEP_FALSE = @AMDEP_FALSE@
114     AMDEP_TRUE = @AMDEP_TRUE@
115     AMTAR = @AMTAR@
116     AR = @AR@
117     AUTOCONF = @AUTOCONF@
118     AUTOHEADER = @AUTOHEADER@
119     AUTOMAKE = @AUTOMAKE@
120     AWK = @AWK@
121     BASENAME = @BASENAME@
122     BUNZIP = @BUNZIP@
123     BZIP = @BZIP@
124     CC = @CC@
125     CCDEPMODE = @CCDEPMODE@
126     CFLAGS = @CFLAGS@
127     COMPRESS = @COMPRESS@
128     CPP = @CPP@
129     CPPFLAGS = @CPPFLAGS@
130 elmex 1.3 CXX = @CXX@
131     CXXCPP = @CXXCPP@
132     CXXDEPMODE = @CXXDEPMODE@
133     CXXFLAGS = @CXXFLAGS@
134 root 1.1 CYGPATH_W = @CYGPATH_W@
135     DEFS = @DEFS@
136     DEPDIR = @DEPDIR@
137     ECHO = @ECHO@
138     ECHO_C = @ECHO_C@
139     ECHO_N = @ECHO_N@
140     ECHO_T = @ECHO_T@
141     EGREP = @EGREP@
142     EXEEXT = @EXEEXT@
143 elmex 1.3 F77 = @F77@
144     FFLAGS = @FFLAGS@
145 root 1.1 GUNZIP = @GUNZIP@
146     GZIP = @GZIP@
147     HAVE_LIBDL_FALSE = @HAVE_LIBDL_FALSE@
148     HAVE_LIBDL_TRUE = @HAVE_LIBDL_TRUE@
149     HAVE_X_FALSE = @HAVE_X_FALSE@
150     HAVE_X_TRUE = @HAVE_X_TRUE@
151     INSTALL_DATA = @INSTALL_DATA@
152     INSTALL_PROGRAM = @INSTALL_PROGRAM@
153     INSTALL_SCRIPT = @INSTALL_SCRIPT@
154     INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
155     LATEX = @LATEX@
156     LDFLAGS = @LDFLAGS@
157     LEX = @LEX@
158     LEXLIB = @LEXLIB@
159     LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
160     LIBOBJS = @LIBOBJS@
161     LIBS = @LIBS@
162     LIBTOOL = @LIBTOOL@
163     LN_S = @LN_S@
164     LTLIBOBJS = @LTLIBOBJS@
165     MAINT = @MAINT@
166     MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
167     MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
168     MAKEINFO = @MAKEINFO@
169     OBJEXT = @OBJEXT@
170     PACKAGE = @PACKAGE@
171     PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
172     PACKAGE_NAME = @PACKAGE_NAME@
173     PACKAGE_STRING = @PACKAGE_STRING@
174     PACKAGE_TARNAME = @PACKAGE_TARNAME@
175     PACKAGE_VERSION = @PACKAGE_VERSION@
176     PATH_SEPARATOR = @PATH_SEPARATOR@
177     PERL = @PERL@
178 root 1.2 PERLFLAGS = @PERLFLAGS@
179     PERLLIB = @PERLLIB@
180     PERLPRIVLIBEXP = @PERLPRIVLIBEXP@
181     PERL_PLUGIN = @PERL_PLUGIN@
182     PERL_PLUGIN_FALSE = @PERL_PLUGIN_FALSE@
183     PERL_PLUGIN_TRUE = @PERL_PLUGIN_TRUE@
184 root 1.1 PLUGIN_PYTHON = @PLUGIN_PYTHON@
185     PYTHON_LIB = @PYTHON_LIB@
186     PYTHON_PLUGIN_FALSE = @PYTHON_PLUGIN_FALSE@
187     PYTHON_PLUGIN_TRUE = @PYTHON_PLUGIN_TRUE@
188     PY_INCLUDES = @PY_INCLUDES@
189     PY_LIBS = @PY_LIBS@
190     RANLIB = @RANLIB@
191     SET_MAKE = @SET_MAKE@
192     SHELL = @SHELL@
193     STRIP = @STRIP@
194     TAR = @TAR@
195     UNCOMPRESS = @UNCOMPRESS@
196     VERSION = @VERSION@
197     X11LIBS = @X11LIBS@
198     X_CFLAGS = @X_CFLAGS@
199     X_EXTRA_LIBS = @X_EXTRA_LIBS@
200     X_LIBS = @X_LIBS@
201     X_PRE_LIBS = @X_PRE_LIBS@
202     ac_ct_AR = @ac_ct_AR@
203     ac_ct_CC = @ac_ct_CC@
204 elmex 1.3 ac_ct_CXX = @ac_ct_CXX@
205     ac_ct_F77 = @ac_ct_F77@
206 root 1.1 ac_ct_RANLIB = @ac_ct_RANLIB@
207     ac_ct_STRIP = @ac_ct_STRIP@
208     am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
209     am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
210 elmex 1.3 am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
211     am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
212 root 1.1 am__include = @am__include@
213     am__leading_dot = @am__leading_dot@
214     am__quote = @am__quote@
215     am__tar = @am__tar@
216     am__untar = @am__untar@
217     bindir = @bindir@
218     build = @build@
219     build_alias = @build_alias@
220     build_cpu = @build_cpu@
221     build_os = @build_os@
222     build_vendor = @build_vendor@
223     datadir = @datadir@
224     exec_prefix = @exec_prefix@
225     host = @host@
226     host_alias = @host_alias@
227     host_cpu = @host_cpu@
228     host_os = @host_os@
229     host_vendor = @host_vendor@
230     includedir = @includedir@
231     infodir = @infodir@
232     install_sh = @install_sh@
233     libdir = @libdir@
234     libexecdir = @libexecdir@
235     localstatedir = @localstatedir@
236     mandir = @mandir@
237     mkdir_p = @mkdir_p@
238     no_x = @no_x@
239     oldincludedir = @oldincludedir@
240     pkgconfdir = @pkgconfdir@
241     pkgstatedir = @pkgstatedir@
242     prefix = @prefix@
243     program_transform_name = @program_transform_name@
244     sbindir = @sbindir@
245     sharedstatedir = @sharedstatedir@
246     sysconfdir = @sysconfdir@
247     target_alias = @target_alias@
248     x_includes = @x_includes@
249     x_libraries = @x_libraries@
250     plugindir = $(pkglibdir)/plugins
251 elmex 1.3 SUBDIRS = include
252 root 1.1 @PYTHON_PLUGIN_FALSE@plugin_LTLIBRARIES =
253     @PYTHON_PLUGIN_TRUE@plugin_LTLIBRARIES = cfpython.la
254     cfpython_la_SOURCES = cfpython.c\
255     cfpython_archetype.c\
256     cfpython_object.c\
257     cfpython_map.c\
258     cfpython_party.c\
259     cfpython_region.c\
260     ../common/plugin_common.c
261    
262     cfpython_la_CPSOURCES = cfpython.c\
263     cfpython_archetype.c\
264     cfpython_object.c\
265     cfpython_party.c\
266     cfpython_region.c\
267     cfpython_map.c
268    
269     cfpython_la_LIBADD = @PYTHON_LIB@ @PY_LIBS@
270     cfpython_la_LDFLAGS = -module -avoid-version -Xlinker -export-dynamic -rdynamic -Xlinker -Bsymbolic
271 elmex 1.3 AM_CPPFLAGS = -I$(srcdir)/include -I$(top_srcdir)/plugins/common/include -I$(top_srcdir)/include @PY_INCLUDES@
272     all: all-recursive
273 root 1.1
274     .SUFFIXES:
275     .SUFFIXES: .c .lo .o .obj
276     $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
277     @for dep in $?; do \
278     case '$(am__configure_deps)' in \
279     *$$dep*) \
280     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
281     && exit 0; \
282     exit 1;; \
283     esac; \
284     done; \
285     echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu plugins/cfpython/Makefile'; \
286     cd $(top_srcdir) && \
287     $(AUTOMAKE) --gnu plugins/cfpython/Makefile
288     .PRECIOUS: Makefile
289     Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
290     @case '$?' in \
291     *config.status*) \
292     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
293     *) \
294     echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
295     cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
296     esac;
297    
298     $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
299     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
300    
301     $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
302     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
303     $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
304     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
305     install-pluginLTLIBRARIES: $(plugin_LTLIBRARIES)
306     @$(NORMAL_INSTALL)
307     test -z "$(plugindir)" || $(mkdir_p) "$(DESTDIR)$(plugindir)"
308     @list='$(plugin_LTLIBRARIES)'; for p in $$list; do \
309     if test -f $$p; then \
310     f=$(am__strip_dir) \
311     echo " $(LIBTOOL) --mode=install $(pluginLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(plugindir)/$$f'"; \
312     $(LIBTOOL) --mode=install $(pluginLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(plugindir)/$$f"; \
313     else :; fi; \
314     done
315    
316     uninstall-pluginLTLIBRARIES:
317     @$(NORMAL_UNINSTALL)
318     @set -x; list='$(plugin_LTLIBRARIES)'; for p in $$list; do \
319     p=$(am__strip_dir) \
320     echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(plugindir)/$$p'"; \
321     $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(plugindir)/$$p"; \
322     done
323    
324     clean-pluginLTLIBRARIES:
325     -test -z "$(plugin_LTLIBRARIES)" || rm -f $(plugin_LTLIBRARIES)
326     @list='$(plugin_LTLIBRARIES)'; for p in $$list; do \
327     dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
328     test "$$dir" != "$$p" || dir=.; \
329     echo "rm -f \"$${dir}/so_locations\""; \
330     rm -f "$${dir}/so_locations"; \
331     done
332     cfpython.la: $(cfpython_la_OBJECTS) $(cfpython_la_DEPENDENCIES)
333     $(LINK) $(am_cfpython_la_rpath) $(cfpython_la_LDFLAGS) $(cfpython_la_OBJECTS) $(cfpython_la_LIBADD) $(LIBS)
334    
335     mostlyclean-compile:
336     -rm -f *.$(OBJEXT)
337    
338     distclean-compile:
339     -rm -f *.tab.c
340    
341     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cfpython.Plo@am__quote@
342     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cfpython_archetype.Plo@am__quote@
343     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cfpython_map.Plo@am__quote@
344     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cfpython_object.Plo@am__quote@
345     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cfpython_party.Plo@am__quote@
346     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cfpython_region.Plo@am__quote@
347     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/plugin_common.Plo@am__quote@
348    
349     .c.o:
350     @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
351     @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
352     @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
353     @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
354     @am__fastdepCC_FALSE@ $(COMPILE) -c $<
355    
356     .c.obj:
357     @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
358     @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
359     @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
360     @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
361     @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
362    
363     .c.lo:
364     @am__fastdepCC_TRUE@ if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
365     @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
366     @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
367     @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
368     @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
369    
370     plugin_common.lo: ../common/plugin_common.c
371 elmex 1.3 @am__fastdepCC_TRUE@ if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT plugin_common.lo -MD -MP -MF "$(DEPDIR)/plugin_common.Tpo" -c -o plugin_common.lo `test -f '../common/plugin_common.c' || echo '$(srcdir)/'`../common/plugin_common.c; \
372 root 1.1 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/plugin_common.Tpo" "$(DEPDIR)/plugin_common.Plo"; else rm -f "$(DEPDIR)/plugin_common.Tpo"; exit 1; fi
373     @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='../common/plugin_common.c' object='plugin_common.lo' libtool=yes @AMDEPBACKSLASH@
374     @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
375 elmex 1.3 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o plugin_common.lo `test -f '../common/plugin_common.c' || echo '$(srcdir)/'`../common/plugin_common.c
376 root 1.1
377     mostlyclean-libtool:
378     -rm -f *.lo
379    
380     clean-libtool:
381     -rm -rf .libs _libs
382    
383     distclean-libtool:
384     -rm -f libtool
385     uninstall-info-am:
386    
387 elmex 1.3 # This directory's subdirectories are mostly independent; you can cd
388     # into them and run `make' without going through this Makefile.
389     # To change the values of `make' variables: instead of editing Makefiles,
390     # (1) if the variable is set in `config.status', edit `config.status'
391     # (which will cause the Makefiles to be regenerated when you run `make');
392     # (2) otherwise, pass the desired values on the `make' command line.
393     $(RECURSIVE_TARGETS):
394     @failcom='exit 1'; \
395     for f in x $$MAKEFLAGS; do \
396     case $$f in \
397     *=* | --[!k]*);; \
398     *k*) failcom='fail=yes';; \
399     esac; \
400     done; \
401     dot_seen=no; \
402     target=`echo $@ | sed s/-recursive//`; \
403     list='$(SUBDIRS)'; for subdir in $$list; do \
404     echo "Making $$target in $$subdir"; \
405     if test "$$subdir" = "."; then \
406     dot_seen=yes; \
407     local_target="$$target-am"; \
408     else \
409     local_target="$$target"; \
410     fi; \
411     (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
412     || eval $$failcom; \
413     done; \
414     if test "$$dot_seen" = "no"; then \
415     $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
416     fi; test -z "$$fail"
417    
418     mostlyclean-recursive clean-recursive distclean-recursive \
419     maintainer-clean-recursive:
420     @failcom='exit 1'; \
421     for f in x $$MAKEFLAGS; do \
422     case $$f in \
423     *=* | --[!k]*);; \
424     *k*) failcom='fail=yes';; \
425     esac; \
426     done; \
427     dot_seen=no; \
428     case "$@" in \
429     distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
430     *) list='$(SUBDIRS)' ;; \
431     esac; \
432     rev=''; for subdir in $$list; do \
433     if test "$$subdir" = "."; then :; else \
434     rev="$$subdir $$rev"; \
435     fi; \
436     done; \
437     rev="$$rev ."; \
438     target=`echo $@ | sed s/-recursive//`; \
439     for subdir in $$rev; do \
440     echo "Making $$target in $$subdir"; \
441     if test "$$subdir" = "."; then \
442     local_target="$$target-am"; \
443     else \
444     local_target="$$target"; \
445     fi; \
446     (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
447     || eval $$failcom; \
448     done && test -z "$$fail"
449     tags-recursive:
450     list='$(SUBDIRS)'; for subdir in $$list; do \
451     test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
452     done
453     ctags-recursive:
454     list='$(SUBDIRS)'; for subdir in $$list; do \
455     test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
456     done
457    
458 root 1.1 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
459     list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
460     unique=`for i in $$list; do \
461     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
462     done | \
463     $(AWK) ' { files[$$0] = 1; } \
464     END { for (i in files) print i; }'`; \
465     mkid -fID $$unique
466     tags: TAGS
467    
468 elmex 1.3 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
469 root 1.1 $(TAGS_FILES) $(LISP)
470     tags=; \
471     here=`pwd`; \
472 elmex 1.3 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
473     include_option=--etags-include; \
474     empty_fix=.; \
475     else \
476     include_option=--include; \
477     empty_fix=; \
478     fi; \
479     list='$(SUBDIRS)'; for subdir in $$list; do \
480     if test "$$subdir" = .; then :; else \
481     test ! -f $$subdir/TAGS || \
482     tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
483     fi; \
484     done; \
485 root 1.1 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
486     unique=`for i in $$list; do \
487     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
488     done | \
489     $(AWK) ' { files[$$0] = 1; } \
490     END { for (i in files) print i; }'`; \
491     if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
492     test -n "$$unique" || unique=$$empty_fix; \
493     $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
494     $$tags $$unique; \
495     fi
496     ctags: CTAGS
497 elmex 1.3 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
498 root 1.1 $(TAGS_FILES) $(LISP)
499     tags=; \
500     here=`pwd`; \
501     list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
502     unique=`for i in $$list; do \
503     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
504     done | \
505     $(AWK) ' { files[$$0] = 1; } \
506     END { for (i in files) print i; }'`; \
507     test -z "$(CTAGS_ARGS)$$tags$$unique" \
508     || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
509     $$tags $$unique
510    
511     GTAGS:
512     here=`$(am__cd) $(top_builddir) && pwd` \
513     && cd $(top_srcdir) \
514     && gtags -i $(GTAGS_ARGS) $$here
515    
516     distclean-tags:
517     -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
518    
519     distdir: $(DISTFILES)
520     @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
521     topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
522     list='$(DISTFILES)'; for file in $$list; do \
523     case $$file in \
524     $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
525     $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
526     esac; \
527     if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
528     dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
529     if test "$$dir" != "$$file" && test "$$dir" != "."; then \
530     dir="/$$dir"; \
531     $(mkdir_p) "$(distdir)$$dir"; \
532     else \
533     dir=''; \
534     fi; \
535     if test -d $$d/$$file; then \
536     if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
537     cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
538     fi; \
539     cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
540     else \
541     test -f $(distdir)/$$file \
542     || cp -p $$d/$$file $(distdir)/$$file \
543     || exit 1; \
544     fi; \
545     done
546 elmex 1.3 list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
547     if test "$$subdir" = .; then :; else \
548     test -d "$(distdir)/$$subdir" \
549     || $(mkdir_p) "$(distdir)/$$subdir" \
550     || exit 1; \
551     distdir=`$(am__cd) $(distdir) && pwd`; \
552     top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
553     (cd $$subdir && \
554     $(MAKE) $(AM_MAKEFLAGS) \
555     top_distdir="$$top_distdir" \
556     distdir="$$distdir/$$subdir" \
557     distdir) \
558     || exit 1; \
559     fi; \
560     done
561 root 1.1 check-am: all-am
562 elmex 1.3 check: check-recursive
563     all-am: Makefile $(LTLIBRARIES)
564     installdirs: installdirs-recursive
565     installdirs-am:
566 root 1.1 for dir in "$(DESTDIR)$(plugindir)"; do \
567     test -z "$$dir" || $(mkdir_p) "$$dir"; \
568     done
569 elmex 1.3 install: install-recursive
570     install-exec: install-exec-recursive
571     install-data: install-data-recursive
572     uninstall: uninstall-recursive
573 root 1.1
574     install-am: all-am
575     @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
576    
577 elmex 1.3 installcheck: installcheck-recursive
578 root 1.1 install-strip:
579     $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
580     install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
581     `test -z '$(STRIP)' || \
582     echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
583     mostlyclean-generic:
584    
585     clean-generic:
586    
587     distclean-generic:
588     -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
589    
590     maintainer-clean-generic:
591     @echo "This command is intended for maintainers to use"
592     @echo "it deletes files that may require special tools to rebuild."
593 elmex 1.3 clean: clean-recursive
594 root 1.1
595     clean-am: clean-generic clean-libtool clean-pluginLTLIBRARIES \
596     mostlyclean-am
597    
598 elmex 1.3 distclean: distclean-recursive
599 root 1.1 -rm -rf ./$(DEPDIR)
600     -rm -f Makefile
601     distclean-am: clean-am distclean-compile distclean-generic \
602     distclean-libtool distclean-tags
603    
604 elmex 1.3 dvi: dvi-recursive
605 root 1.1
606     dvi-am:
607    
608 elmex 1.3 html: html-recursive
609 root 1.1
610 elmex 1.3 info: info-recursive
611 root 1.1
612     info-am:
613    
614     install-data-am: install-pluginLTLIBRARIES
615    
616     install-exec-am:
617    
618 elmex 1.3 install-info: install-info-recursive
619 root 1.1
620     install-man:
621    
622     installcheck-am:
623    
624 elmex 1.3 maintainer-clean: maintainer-clean-recursive
625 root 1.1 -rm -rf ./$(DEPDIR)
626     -rm -f Makefile
627     maintainer-clean-am: distclean-am maintainer-clean-generic
628    
629 elmex 1.3 mostlyclean: mostlyclean-recursive
630 root 1.1
631     mostlyclean-am: mostlyclean-compile mostlyclean-generic \
632     mostlyclean-libtool
633    
634 elmex 1.3 pdf: pdf-recursive
635 root 1.1
636     pdf-am:
637    
638 elmex 1.3 ps: ps-recursive
639 root 1.1
640     ps-am:
641    
642     uninstall-am: uninstall-info-am uninstall-pluginLTLIBRARIES
643    
644 elmex 1.3 uninstall-info: uninstall-info-recursive
645    
646     .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
647     clean clean-generic clean-libtool clean-pluginLTLIBRARIES \
648     clean-recursive ctags ctags-recursive distclean \
649 root 1.1 distclean-compile distclean-generic distclean-libtool \
650 elmex 1.3 distclean-recursive distclean-tags distdir dvi dvi-am html \
651     html-am info info-am install install-am install-data \
652     install-data-am install-exec install-exec-am install-info \
653     install-info-am install-man install-pluginLTLIBRARIES \
654     install-strip installcheck installcheck-am installdirs \
655     installdirs-am maintainer-clean maintainer-clean-generic \
656     maintainer-clean-recursive mostlyclean mostlyclean-compile \
657     mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
658     pdf pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
659     uninstall-info-am uninstall-pluginLTLIBRARIES
660 root 1.1
661    
662     proto:
663     cproto -D__CEXTRACT__ -o include/cfpython_proto.h $(CPPFLAGS) $(AM_CPPFLAGS) \
664     `echo $(cfpython_la_CPSOURCES) " " | $(AWK) -v RS=" " '/.c$$/ { print }'`
665     chmod 644 include/cfpython_proto.h
666     # Tell versions [3.59,3.63) of GNU make to not export all variables.
667     # Otherwise a system limit (for SysV at least) may be exceeded.
668     .NOEXPORT: