ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/plugins/cfperl/Makefile.in
Revision: 1.1
Committed: Fri Feb 24 12:44:38 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
Log Message:
*** empty log message ***

File Contents

# Content
1 # Makefile.in generated by automake 1.9.6 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005 Free Software Foundation, Inc.
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
9
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE.
14
15 @SET_MAKE@
16
17 #
18 # Makefile for crossfire 0.95.0 and beyond
19 #
20 # This file will eventually be replaced by a configure script. But for
21 # now, this simple makefile should do the job.
22 #
23 # Copyright (C) 1992 Frank Tore Johansen
24 # Copyright (C) 2001 Mark Wedel
25 #
26 # This program is free software; you can redistribute it and/or modify
27 # it under the terms of the GNU General Public License as published by
28 # the Free Software Foundation; either version 2 of the License, or
29 # (at your option) any later version.
30 #
31 # This program is distributed in the hope that it will be useful,
32 # but WITHOUT ANY WARRANTY; without even the implied warranty of
33 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
34 # GNU General Public License for more details.
35 #
36 # You should have received a copy of the GNU General Public License
37 # along with this program; if not, write to the Free Software
38 # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
39 #
40 # The author can be reached via e-mail to mwedel@sonic.net
41
42
43 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/cfperl
66 DIST_COMMON = $(am__noinst_HEADERS_DIST) $(srcdir)/Makefile.am \
67 $(srcdir)/Makefile.in
68 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
69 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 $(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 am__DEPENDENCIES_1 =
88 @PERL_PLUGIN_TRUE@cfperl_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
89 am__cfperl_la_SOURCES_DIST = cfperl.xs ../common/plugin_common.c
90 @PERL_PLUGIN_TRUE@am_cfperl_la_OBJECTS = cfperl.lo plugin_common.lo
91 cfperl_la_OBJECTS = $(am_cfperl_la_OBJECTS)
92 @PERL_PLUGIN_TRUE@am_cfperl_la_rpath = -rpath $(plugindir)
93 DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)/include
94 depcomp = $(SHELL) $(top_srcdir)/utils/depcomp
95 am__depfiles_maybe = depfiles
96 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
97 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
98 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) \
99 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
100 $(AM_CFLAGS) $(CFLAGS)
101 CCLD = $(CC)
102 LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
103 $(AM_LDFLAGS) $(LDFLAGS) -o $@
104 SOURCES = $(cfperl_la_SOURCES)
105 DIST_SOURCES = $(am__cfperl_la_SOURCES_DIST)
106 am__noinst_HEADERS_DIST = ../common/include/plugin_common.h
107 HEADERS = $(noinst_HEADERS)
108 ETAGS = etags
109 CTAGS = ctags
110 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
111 ACLOCAL = @ACLOCAL@
112 AMDEP_FALSE = @AMDEP_FALSE@
113 AMDEP_TRUE = @AMDEP_TRUE@
114 AMTAR = @AMTAR@
115 AR = @AR@
116 AUTOCONF = @AUTOCONF@
117 AUTOHEADER = @AUTOHEADER@
118 AUTOMAKE = @AUTOMAKE@
119 AWK = @AWK@
120 BASENAME = @BASENAME@
121 BUNZIP = @BUNZIP@
122 BZIP = @BZIP@
123 CC = @CC@
124 CCDEPMODE = @CCDEPMODE@
125 CFLAGS = @CFLAGS@
126 COMPRESS = @COMPRESS@
127 CPP = @CPP@
128 CPPFLAGS = @CPPFLAGS@
129 CYGPATH_W = @CYGPATH_W@
130 DEFS = @DEFS@
131 DEPDIR = @DEPDIR@
132 ECHO = @ECHO@
133 ECHO_C = @ECHO_C@
134 ECHO_N = @ECHO_N@
135 ECHO_T = @ECHO_T@
136 EGREP = @EGREP@
137 EXEEXT = @EXEEXT@
138 GUNZIP = @GUNZIP@
139 GZIP = @GZIP@
140 HAVE_LIBDL_FALSE = @HAVE_LIBDL_FALSE@
141 HAVE_LIBDL_TRUE = @HAVE_LIBDL_TRUE@
142 HAVE_X_FALSE = @HAVE_X_FALSE@
143 HAVE_X_TRUE = @HAVE_X_TRUE@
144 INSTALL_DATA = @INSTALL_DATA@
145 INSTALL_PROGRAM = @INSTALL_PROGRAM@
146 INSTALL_SCRIPT = @INSTALL_SCRIPT@
147 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
148 LATEX = @LATEX@
149 LD = @LD@
150 LDFLAGS = @LDFLAGS@
151 LEX = @LEX@
152 LEXLIB = @LEXLIB@
153 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
154 LIBOBJS = @LIBOBJS@
155 LIBS = @LIBS@
156 LIBTOOL = @LIBTOOL@
157 LN_S = @LN_S@
158 LTLIBOBJS = @LTLIBOBJS@
159 MAINT = @MAINT@
160 MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
161 MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
162 MAKEINFO = @MAKEINFO@
163 NM = @NM@
164 OBJEXT = @OBJEXT@
165 PACKAGE = @PACKAGE@
166 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
167 PACKAGE_NAME = @PACKAGE_NAME@
168 PACKAGE_STRING = @PACKAGE_STRING@
169 PACKAGE_TARNAME = @PACKAGE_TARNAME@
170 PACKAGE_VERSION = @PACKAGE_VERSION@
171 PATH_SEPARATOR = @PATH_SEPARATOR@
172 PERL = @PERL@
173 PERLFLAGS = @PERLFLAGS@
174 PERLLIB = @PERLLIB@
175 PERLPRIVLIBEXP = @PERLPRIVLIBEXP@
176 PERL_PLUGIN = @PERL_PLUGIN@
177 PERL_PLUGIN_FALSE = @PERL_PLUGIN_FALSE@
178 PERL_PLUGIN_TRUE = @PERL_PLUGIN_TRUE@
179 PLUGIN_PYTHON = @PLUGIN_PYTHON@
180 PYTHON_LIB = @PYTHON_LIB@
181 PYTHON_PLUGIN_FALSE = @PYTHON_PLUGIN_FALSE@
182 PYTHON_PLUGIN_TRUE = @PYTHON_PLUGIN_TRUE@
183 PY_INCLUDES = @PY_INCLUDES@
184 PY_LIBS = @PY_LIBS@
185 RANLIB = @RANLIB@
186 SED = @SED@
187 SET_MAKE = @SET_MAKE@
188 SHELL = @SHELL@
189 STRIP = @STRIP@
190 TAR = @TAR@
191 UNCOMPRESS = @UNCOMPRESS@
192 VERSION = @VERSION@
193 X11LIBS = @X11LIBS@
194 X_CFLAGS = @X_CFLAGS@
195 X_EXTRA_LIBS = @X_EXTRA_LIBS@
196 X_LIBS = @X_LIBS@
197 X_PRE_LIBS = @X_PRE_LIBS@
198 ac_ct_AR = @ac_ct_AR@
199 ac_ct_CC = @ac_ct_CC@
200 ac_ct_RANLIB = @ac_ct_RANLIB@
201 ac_ct_STRIP = @ac_ct_STRIP@
202 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
203 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
204 am__include = @am__include@
205 am__leading_dot = @am__leading_dot@
206 am__quote = @am__quote@
207 am__tar = @am__tar@
208 am__untar = @am__untar@
209 bindir = @bindir@
210 build = @build@
211 build_alias = @build_alias@
212 build_cpu = @build_cpu@
213 build_os = @build_os@
214 build_vendor = @build_vendor@
215 datadir = @datadir@
216 exec_prefix = @exec_prefix@
217 host = @host@
218 host_alias = @host_alias@
219 host_cpu = @host_cpu@
220 host_os = @host_os@
221 host_vendor = @host_vendor@
222 includedir = @includedir@
223 infodir = @infodir@
224 install_sh = @install_sh@
225 libdir = @libdir@
226 libexecdir = @libexecdir@
227 localstatedir = @localstatedir@
228 mandir = @mandir@
229 mkdir_p = @mkdir_p@
230 no_x = @no_x@
231 oldincludedir = @oldincludedir@
232 pkgconfdir = @pkgconfdir@
233 pkgstatedir = @pkgstatedir@
234 prefix = @prefix@
235 program_transform_name = @program_transform_name@
236 sbindir = @sbindir@
237 sharedstatedir = @sharedstatedir@
238 sysconfdir = @sysconfdir@
239 target_alias = @target_alias@
240 x_includes = @x_includes@
241 x_libraries = @x_libraries@
242 plugindir = $(pkglibdir)/plugins
243 @PERL_PLUGIN_TRUE@noinst_HEADERS = ../common/include/plugin_common.h
244 @PERL_PLUGIN_TRUE@plugin_LTLIBRARIES = cfperl.la
245 @PERL_PLUGIN_TRUE@cfperl_la_SOURCES = cfperl.xs ../common/plugin_common.c
246 @PERL_PLUGIN_TRUE@cfperl_la_LIBADD = $(PERLLIB)
247 @PERL_PLUGIN_TRUE@cfperl_la_LDFLAGS = -module -avoid-version -Xlinker -export-dynamic -rdynamic -Xlinker -Bsymbolic
248 @PERL_PLUGIN_TRUE@AM_CPPFLAGS = -I$(srcdir)/include -I../common/include -I$(top_srcdir)/include $(PERLFLAGS)
249 @PERL_PLUGIN_TRUE@SUFFIXES = .xs
250 all: all-am
251
252 .SUFFIXES:
253 .SUFFIXES: .xs .c .lo .o .obj
254 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
255 @for dep in $?; do \
256 case '$(am__configure_deps)' in \
257 *$$dep*) \
258 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
259 && exit 0; \
260 exit 1;; \
261 esac; \
262 done; \
263 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu plugins/cfperl/Makefile'; \
264 cd $(top_srcdir) && \
265 $(AUTOMAKE) --gnu plugins/cfperl/Makefile
266 .PRECIOUS: Makefile
267 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
268 @case '$?' in \
269 *config.status*) \
270 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
271 *) \
272 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
273 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
274 esac;
275
276 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
277 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
278
279 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
280 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
281 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
282 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
283 install-pluginLTLIBRARIES: $(plugin_LTLIBRARIES)
284 @$(NORMAL_INSTALL)
285 test -z "$(plugindir)" || $(mkdir_p) "$(DESTDIR)$(plugindir)"
286 @list='$(plugin_LTLIBRARIES)'; for p in $$list; do \
287 if test -f $$p; then \
288 f=$(am__strip_dir) \
289 echo " $(LIBTOOL) --mode=install $(pluginLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(plugindir)/$$f'"; \
290 $(LIBTOOL) --mode=install $(pluginLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(plugindir)/$$f"; \
291 else :; fi; \
292 done
293
294 uninstall-pluginLTLIBRARIES:
295 @$(NORMAL_UNINSTALL)
296 @set -x; list='$(plugin_LTLIBRARIES)'; for p in $$list; do \
297 p=$(am__strip_dir) \
298 echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(plugindir)/$$p'"; \
299 $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(plugindir)/$$p"; \
300 done
301
302 clean-pluginLTLIBRARIES:
303 -test -z "$(plugin_LTLIBRARIES)" || rm -f $(plugin_LTLIBRARIES)
304 @list='$(plugin_LTLIBRARIES)'; for p in $$list; do \
305 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
306 test "$$dir" != "$$p" || dir=.; \
307 echo "rm -f \"$${dir}/so_locations\""; \
308 rm -f "$${dir}/so_locations"; \
309 done
310 cfperl.la: $(cfperl_la_OBJECTS) $(cfperl_la_DEPENDENCIES)
311 $(LINK) $(am_cfperl_la_rpath) $(cfperl_la_LDFLAGS) $(cfperl_la_OBJECTS) $(cfperl_la_LIBADD) $(LIBS)
312
313 mostlyclean-compile:
314 -rm -f *.$(OBJEXT)
315
316 distclean-compile:
317 -rm -f *.tab.c
318
319 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cfperl.Plo@am__quote@
320 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/plugin_common.Plo@am__quote@
321
322 .c.o:
323 @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
324 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
325 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
326 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
327 @am__fastdepCC_FALSE@ $(COMPILE) -c $<
328
329 .c.obj:
330 @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
331 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
332 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
333 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
334 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
335
336 .c.lo:
337 @am__fastdepCC_TRUE@ if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
338 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
339 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
340 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
341 @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
342
343 plugin_common.lo: ../common/plugin_common.c
344 @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; \
345 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/plugin_common.Tpo" "$(DEPDIR)/plugin_common.Plo"; else rm -f "$(DEPDIR)/plugin_common.Tpo"; exit 1; 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@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
348 @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
349
350 mostlyclean-libtool:
351 -rm -f *.lo
352
353 clean-libtool:
354 -rm -rf .libs _libs
355
356 distclean-libtool:
357 -rm -f libtool
358 uninstall-info-am:
359
360 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
361 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
362 unique=`for i in $$list; do \
363 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
364 done | \
365 $(AWK) ' { files[$$0] = 1; } \
366 END { for (i in files) print i; }'`; \
367 mkid -fID $$unique
368 tags: TAGS
369
370 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
371 $(TAGS_FILES) $(LISP)
372 tags=; \
373 here=`pwd`; \
374 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
375 unique=`for i in $$list; do \
376 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
377 done | \
378 $(AWK) ' { files[$$0] = 1; } \
379 END { for (i in files) print i; }'`; \
380 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
381 test -n "$$unique" || unique=$$empty_fix; \
382 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
383 $$tags $$unique; \
384 fi
385 ctags: CTAGS
386 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
387 $(TAGS_FILES) $(LISP)
388 tags=; \
389 here=`pwd`; \
390 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
391 unique=`for i in $$list; do \
392 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
393 done | \
394 $(AWK) ' { files[$$0] = 1; } \
395 END { for (i in files) print i; }'`; \
396 test -z "$(CTAGS_ARGS)$$tags$$unique" \
397 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
398 $$tags $$unique
399
400 GTAGS:
401 here=`$(am__cd) $(top_builddir) && pwd` \
402 && cd $(top_srcdir) \
403 && gtags -i $(GTAGS_ARGS) $$here
404
405 distclean-tags:
406 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
407
408 distdir: $(DISTFILES)
409 $(mkdir_p) $(distdir)/../common/include
410 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
411 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
412 list='$(DISTFILES)'; for file in $$list; do \
413 case $$file in \
414 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
415 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
416 esac; \
417 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
418 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
419 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
420 dir="/$$dir"; \
421 $(mkdir_p) "$(distdir)$$dir"; \
422 else \
423 dir=''; \
424 fi; \
425 if test -d $$d/$$file; then \
426 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
427 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
428 fi; \
429 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
430 else \
431 test -f $(distdir)/$$file \
432 || cp -p $$d/$$file $(distdir)/$$file \
433 || exit 1; \
434 fi; \
435 done
436 check-am: all-am
437 check: check-am
438 all-am: Makefile $(LTLIBRARIES) $(HEADERS)
439 installdirs:
440 for dir in "$(DESTDIR)$(plugindir)"; do \
441 test -z "$$dir" || $(mkdir_p) "$$dir"; \
442 done
443 install: install-am
444 install-exec: install-exec-am
445 install-data: install-data-am
446 uninstall: uninstall-am
447
448 install-am: all-am
449 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
450
451 installcheck: installcheck-am
452 install-strip:
453 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
454 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
455 `test -z '$(STRIP)' || \
456 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
457 mostlyclean-generic:
458
459 clean-generic:
460
461 distclean-generic:
462 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
463
464 maintainer-clean-generic:
465 @echo "This command is intended for maintainers to use"
466 @echo "it deletes files that may require special tools to rebuild."
467 clean: clean-am
468
469 clean-am: clean-generic clean-libtool clean-pluginLTLIBRARIES \
470 mostlyclean-am
471
472 distclean: distclean-am
473 -rm -rf ./$(DEPDIR)
474 -rm -f Makefile
475 distclean-am: clean-am distclean-compile distclean-generic \
476 distclean-libtool distclean-tags
477
478 dvi: dvi-am
479
480 dvi-am:
481
482 html: html-am
483
484 info: info-am
485
486 info-am:
487
488 install-data-am: install-pluginLTLIBRARIES
489
490 install-exec-am:
491
492 install-info: install-info-am
493
494 install-man:
495
496 installcheck-am:
497
498 maintainer-clean: maintainer-clean-am
499 -rm -rf ./$(DEPDIR)
500 -rm -f Makefile
501 maintainer-clean-am: distclean-am maintainer-clean-generic
502
503 mostlyclean: mostlyclean-am
504
505 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
506 mostlyclean-libtool
507
508 pdf: pdf-am
509
510 pdf-am:
511
512 ps: ps-am
513
514 ps-am:
515
516 uninstall-am: uninstall-info-am uninstall-pluginLTLIBRARIES
517
518 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
519 clean-libtool clean-pluginLTLIBRARIES ctags distclean \
520 distclean-compile distclean-generic distclean-libtool \
521 distclean-tags distdir dvi dvi-am html html-am info info-am \
522 install install-am install-data install-data-am install-exec \
523 install-exec-am install-info install-info-am install-man \
524 install-pluginLTLIBRARIES install-strip installcheck \
525 installcheck-am installdirs maintainer-clean \
526 maintainer-clean-generic mostlyclean mostlyclean-compile \
527 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
528 tags uninstall uninstall-am uninstall-info-am \
529 uninstall-pluginLTLIBRARIES
530
531
532 @PERL_PLUGIN_TRUE@.xs.c: typemap
533 @PERL_PLUGIN_TRUE@ $(PERL) -MExtUtils::Embed -e xsinit -- -std cf
534 @PERL_PLUGIN_TRUE@ $(PERL) @PERLPRIVLIBEXP@/ExtUtils/xsubpp -C++ -typemap @PERLPRIVLIBEXP@/ExtUtils/typemap -typemap typemap -prototypes cfperl.xs >$@
535
536 proto:
537 cproto -D__CEXTRACT__ -o include/plugin_template_proto.h $(CPPFLAGS) $(AM_CPPFLAGS) \
538 `echo $(SOURCES) " " | $(AWK) -v RS=" " '/.c$$/ { print }'`
539 chmod 644 include/plugin_template_proto.h
540 # Tell versions [3.59,3.63) of GNU make to not export all variables.
541 # Otherwise a system limit (for SysV at least) may be exceeded.
542 .NOEXPORT: