ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/plugins/cfpython/Makefile.in
Revision: 1.2
Committed: Fri Feb 3 07:25:25 2006 UTC (18 years, 5 months ago) by root
Branch: MAIN
Changes since 1.1: +17 -18 lines
Log Message:
initial cfperl/cf.schmorp.de import

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