ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/plugins/cfperl/Makefile.in
Revision: 1.4
Committed: Sun May 7 12:49:26 2006 UTC (18 years, 1 month ago) by root
Branch: MAIN
Changes since 1.3: +132 -124 lines
Log Message:
distconf

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 @PERL_PLUGIN_TRUE@noinst_HEADERS = ../common/include/plugin_common.h
197 @PERL_PLUGIN_TRUE@plugin_LTLIBRARIES = cfperl.la
198 @PERL_PLUGIN_TRUE@cfperl_la_SOURCES = cfperl.xs ../common/plugin_common.c
199
200 @PERL_PLUGIN_TRUE@cfperl_la_LIBADD = $(PERLLIB)
201 @PERL_PLUGIN_TRUE@cfperl_la_LDFLAGS = -module -avoid-version -Xlinker -export-dynamic -rdynamic -Xlinker -Bsymbolic
202 @PERL_PLUGIN_TRUE@AM_CPPFLAGS = -I$(srcdir)/include -I../common/include -I$(top_srcdir)/include $(PERLFLAGS)
203
204 @PERL_PLUGIN_TRUE@SUFFIXES = .xs
205 subdir = plugins/cfperl
206 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
207 mkinstalldirs = $(SHELL) $(top_srcdir)/utils/mkinstalldirs
208 CONFIG_HEADER = $(top_builddir)/include/autoconf.h
209 CONFIG_CLEAN_FILES =
210 LTLIBRARIES = $(plugin_LTLIBRARIES)
211
212 @PERL_PLUGIN_TRUE@cfperl_la_DEPENDENCIES =
213 @PERL_PLUGIN_FALSE@cfperl_la_DEPENDENCIES =
214 am__cfperl_la_SOURCES_DIST = cfperl.xs ../common/plugin_common.c
215 @PERL_PLUGIN_TRUE@am_cfperl_la_OBJECTS = cfperl.lo plugin_common.lo
216 cfperl_la_OBJECTS = $(am_cfperl_la_OBJECTS)
217
218 DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)/include
219 depcomp = $(SHELL) $(top_srcdir)/utils/depcomp
220 am__depfiles_maybe = depfiles
221 @AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/cfperl.Plo \
222 @AMDEP_TRUE@ ./$(DEPDIR)/plugin_common.Plo
223 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
224 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
225 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \
226 $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
227 CCLD = $(CC)
228 LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
229 $(AM_LDFLAGS) $(LDFLAGS) -o $@
230 DIST_SOURCES = $(am__cfperl_la_SOURCES_DIST)
231 HEADERS = $(noinst_HEADERS)
232
233 DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.in Makefile.am
234 SOURCES = $(cfperl_la_SOURCES)
235
236 all: all-am
237
238 .SUFFIXES:
239 .SUFFIXES: .c .lo .o .obj .xs
240 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
241 cd $(top_srcdir) && \
242 $(AUTOMAKE) --gnu plugins/cfperl/Makefile
243 Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in $(top_builddir)/config.status
244 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
245 pluginLTLIBRARIES_INSTALL = $(INSTALL)
246 install-pluginLTLIBRARIES: $(plugin_LTLIBRARIES)
247 @$(NORMAL_INSTALL)
248 $(mkinstalldirs) $(DESTDIR)$(plugindir)
249 @list='$(plugin_LTLIBRARIES)'; for p in $$list; do \
250 if test -f $$p; then \
251 f="`echo $$p | sed -e 's|^.*/||'`"; \
252 echo " $(LIBTOOL) --mode=install $(pluginLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(plugindir)/$$f"; \
253 $(LIBTOOL) --mode=install $(pluginLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(plugindir)/$$f; \
254 else :; fi; \
255 done
256
257 uninstall-pluginLTLIBRARIES:
258 @$(NORMAL_UNINSTALL)
259 @list='$(plugin_LTLIBRARIES)'; for p in $$list; do \
260 p="`echo $$p | sed -e 's|^.*/||'`"; \
261 echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(plugindir)/$$p"; \
262 $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(plugindir)/$$p; \
263 done
264
265 clean-pluginLTLIBRARIES:
266 -test -z "$(plugin_LTLIBRARIES)" || rm -f $(plugin_LTLIBRARIES)
267 @list='$(plugin_LTLIBRARIES)'; for p in $$list; do \
268 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
269 test "$$dir" = "$$p" && dir=.; \
270 echo "rm -f \"$${dir}/so_locations\""; \
271 rm -f "$${dir}/so_locations"; \
272 done
273 cfperl.la: $(cfperl_la_OBJECTS) $(cfperl_la_DEPENDENCIES)
274 $(LINK) -rpath $(plugindir) $(cfperl_la_LDFLAGS) $(cfperl_la_OBJECTS) $(cfperl_la_LIBADD) $(LIBS)
275
276 mostlyclean-compile:
277 -rm -f *.$(OBJEXT) core *.core
278
279 distclean-compile:
280 -rm -f *.tab.c
281
282 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cfperl.Plo@am__quote@
283 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/plugin_common.Plo@am__quote@
284
285 .c.o:
286 @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
287 @am__fastdepCC_TRUE@ -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
288 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
289 @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
290 @am__fastdepCC_TRUE@ fi
291 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
292 @AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
293 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
294 @am__fastdepCC_FALSE@ $(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
295
296 .c.obj:
297 @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
298 @am__fastdepCC_TRUE@ -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \
299 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
300 @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
301 @am__fastdepCC_TRUE@ fi
302 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
303 @AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
304 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
305 @am__fastdepCC_FALSE@ $(COMPILE) -c `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
306
307 .c.lo:
308 @am__fastdepCC_TRUE@ if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
309 @am__fastdepCC_TRUE@ -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
310 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; \
311 @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
312 @am__fastdepCC_TRUE@ fi
313 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
314 @AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
315 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
316 @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
317
318 plugin_common.o: ../common/plugin_common.c
319 @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" \
320 @am__fastdepCC_TRUE@ -c -o plugin_common.o `test -f '../common/plugin_common.c' || echo '$(srcdir)/'`../common/plugin_common.c; \
321 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/plugin_common.Tpo" "$(DEPDIR)/plugin_common.Po"; \
322 @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/plugin_common.Tpo"; exit 1; \
323 @am__fastdepCC_TRUE@ fi
324 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='../common/plugin_common.c' object='plugin_common.o' libtool=no @AMDEPBACKSLASH@
325 @AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/plugin_common.Po' tmpdepfile='$(DEPDIR)/plugin_common.TPo' @AMDEPBACKSLASH@
326 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
327 @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
328
329 plugin_common.obj: ../common/plugin_common.c
330 @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" \
331 @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`; \
332 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/plugin_common.Tpo" "$(DEPDIR)/plugin_common.Po"; \
333 @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/plugin_common.Tpo"; exit 1; \
334 @am__fastdepCC_TRUE@ fi
335 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='../common/plugin_common.c' object='plugin_common.obj' libtool=no @AMDEPBACKSLASH@
336 @AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/plugin_common.Po' tmpdepfile='$(DEPDIR)/plugin_common.TPo' @AMDEPBACKSLASH@
337 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
338 @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`
339
340 plugin_common.lo: ../common/plugin_common.c
341 @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" \
342 @am__fastdepCC_TRUE@ -c -o plugin_common.lo `test -f '../common/plugin_common.c' || echo '$(srcdir)/'`../common/plugin_common.c; \
343 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/plugin_common.Tpo" "$(DEPDIR)/plugin_common.Plo"; \
344 @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/plugin_common.Tpo"; exit 1; \
345 @am__fastdepCC_TRUE@ fi
346 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='../common/plugin_common.c' object='plugin_common.lo' libtool=yes @AMDEPBACKSLASH@
347 @AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/plugin_common.Plo' tmpdepfile='$(DEPDIR)/plugin_common.TPlo' @AMDEPBACKSLASH@
348 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
349 @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
350
351 mostlyclean-libtool:
352 -rm -f *.lo
353
354 clean-libtool:
355 -rm -rf .libs _libs
356
357 distclean-libtool:
358 -rm -f libtool
359 uninstall-info-am:
360
361 ETAGS = etags
362 ETAGSFLAGS =
363
364 CTAGS = ctags
365 CTAGSFLAGS =
366
367 tags: TAGS
368
369 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
370 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
371 unique=`for i in $$list; do \
372 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
373 done | \
374 $(AWK) ' { files[$$0] = 1; } \
375 END { for (i in files) print i; }'`; \
376 mkid -fID $$unique
377
378 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
379 $(TAGS_FILES) $(LISP)
380 tags=; \
381 here=`pwd`; \
382 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
383 unique=`for i in $$list; do \
384 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
385 done | \
386 $(AWK) ' { files[$$0] = 1; } \
387 END { for (i in files) print i; }'`; \
388 test -z "$(ETAGS_ARGS)$$tags$$unique" \
389 || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
390 $$tags $$unique
391
392 ctags: CTAGS
393 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
394 $(TAGS_FILES) $(LISP)
395 tags=; \
396 here=`pwd`; \
397 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
398 unique=`for i in $$list; do \
399 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
400 done | \
401 $(AWK) ' { files[$$0] = 1; } \
402 END { for (i in files) print i; }'`; \
403 test -z "$(CTAGS_ARGS)$$tags$$unique" \
404 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
405 $$tags $$unique
406
407 GTAGS:
408 here=`$(am__cd) $(top_builddir) && pwd` \
409 && cd $(top_srcdir) \
410 && gtags -i $(GTAGS_ARGS) $$here
411
412 distclean-tags:
413 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
414 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
415
416 top_distdir = ../..
417 distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
418
419 distdir: $(DISTFILES)
420 $(mkinstalldirs) $(distdir)/../common/include
421 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
422 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
423 list='$(DISTFILES)'; for file in $$list; do \
424 case $$file in \
425 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
426 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
427 esac; \
428 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
429 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
430 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
431 dir="/$$dir"; \
432 $(mkinstalldirs) "$(distdir)$$dir"; \
433 else \
434 dir=''; \
435 fi; \
436 if test -d $$d/$$file; then \
437 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
438 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
439 fi; \
440 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
441 else \
442 test -f $(distdir)/$$file \
443 || cp -p $$d/$$file $(distdir)/$$file \
444 || exit 1; \
445 fi; \
446 done
447 check-am: all-am
448 check: check-am
449 all-am: Makefile $(LTLIBRARIES) $(HEADERS)
450
451 installdirs:
452 $(mkinstalldirs) $(DESTDIR)$(plugindir)
453 install: install-am
454 install-exec: install-exec-am
455 install-data: install-data-am
456 uninstall: uninstall-am
457
458 install-am: all-am
459 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
460
461 installcheck: installcheck-am
462 install-strip:
463 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
464 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
465 `test -z '$(STRIP)' || \
466 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
467 mostlyclean-generic:
468
469 clean-generic:
470
471 distclean-generic:
472 -rm -f $(CONFIG_CLEAN_FILES)
473
474 maintainer-clean-generic:
475 @echo "This command is intended for maintainers to use"
476 @echo "it deletes files that may require special tools to rebuild."
477 clean: clean-am
478
479 clean-am: clean-generic clean-libtool clean-pluginLTLIBRARIES \
480 mostlyclean-am
481
482 distclean: distclean-am
483 -rm -rf ./$(DEPDIR)
484 -rm -f Makefile
485 distclean-am: clean-am distclean-compile distclean-generic \
486 distclean-libtool distclean-tags
487
488 dvi: dvi-am
489
490 dvi-am:
491
492 info: info-am
493
494 info-am:
495
496 install-data-am: install-pluginLTLIBRARIES
497
498 install-exec-am:
499
500 install-info: install-info-am
501
502 install-man:
503
504 installcheck-am:
505
506 maintainer-clean: maintainer-clean-am
507 -rm -rf ./$(DEPDIR)
508 -rm -f Makefile
509 maintainer-clean-am: distclean-am maintainer-clean-generic
510
511 mostlyclean: mostlyclean-am
512
513 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
514 mostlyclean-libtool
515
516 pdf: pdf-am
517
518 pdf-am:
519
520 ps: ps-am
521
522 ps-am:
523
524 uninstall-am: uninstall-info-am uninstall-pluginLTLIBRARIES
525
526 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
527 clean-libtool clean-pluginLTLIBRARIES ctags distclean \
528 distclean-compile distclean-generic distclean-libtool \
529 distclean-tags distdir dvi dvi-am info info-am install \
530 install-am install-data install-data-am install-exec \
531 install-exec-am install-info install-info-am install-man \
532 install-pluginLTLIBRARIES install-strip installcheck \
533 installcheck-am installdirs maintainer-clean \
534 maintainer-clean-generic mostlyclean mostlyclean-compile \
535 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
536 tags uninstall uninstall-am uninstall-info-am \
537 uninstall-pluginLTLIBRARIES
538
539
540 @PERL_PLUGIN_TRUE@.xs.c: typemap
541 @PERL_PLUGIN_TRUE@ $(PERL) -MExtUtils::Embed -e xsinit -- -std cf
542 @PERL_PLUGIN_TRUE@ $(PERL) @PERLPRIVLIBEXP@/ExtUtils/xsubpp -C++ -typemap @PERLPRIVLIBEXP@/ExtUtils/typemap -typemap typemap -prototypes cfperl.xs >$@
543
544 proto:
545 cproto -D__CEXTRACT__ -o include/plugin_template_proto.h $(CPPFLAGS) $(AM_CPPFLAGS) \
546 `echo $(SOURCES) " " | $(AWK) -v RS=" " '/.c$$/ { print }'`
547 chmod 644 include/plugin_template_proto.h
548 # Tell versions [3.59,3.63) of GNU make to not export all variables.
549 # Otherwise a system limit (for SysV at least) may be exceeded.
550 .NOEXPORT: