ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/plugins/cfpython/Makefile.in
Revision: 1.1.1.2 (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.1.1: +146 -39 lines
Log Message:
cvs -z9 -d:ext:elmex@cvs.schmorp.de:/schmorpforge import cf.schmorp.de UPSTREAM UPSTREAM_2006_03_15

File Contents

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