ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/plugins/cfperl/Makefile.in
Revision: 1.2
Committed: Wed Mar 15 15:35:52 2006 UTC (18 years, 3 months ago) by elmex
Branch: MAIN
Changes since 1.1: +15 -10 lines
Log Message:
UPSTREAM merge from 15.03.2006

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