ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/plugins/cfpython/Makefile.in
Revision: 1.1.1.1 (vendor branch)
Committed: Fri Feb 3 07:14:18 2006 UTC (18 years, 5 months ago) by root
Branch: UPSTREAM
CVS Tags: UPSTREAM_2006_02_22, UPSTREAM_2006_02_03
Changes since 1.1: +0 -0 lines
Log Message:
initial import

File Contents

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