ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/plugins/cfpython/Makefile.in
(Generate patch)

Comparing deliantra/server/plugins/cfpython/Makefile.in (file contents):
Revision 1.1 by root, Fri Feb 3 07:14:18 2006 UTC vs.
Revision 1.5 by root, Sun May 7 12:49:26 2006 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines