ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/plugins/cfpython/Makefile.in
Revision: 1.6
Committed: Sun Jul 2 15:09:15 2006 UTC (17 years, 10 months ago) by pippijn
Branch: MAIN
CVS Tags: HEAD
Changes since 1.5: +0 -0 lines
State: FILE REMOVED
Log Message:
Removed autogenerated files.

File Contents

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