ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/plugins/cfanim/Makefile.in
Revision: 1.4
Committed: Thu Mar 16 21:08:19 2006 UTC (18 years, 3 months ago) by root
Branch: MAIN
Changes since 1.3: +10 -15 lines
Log Message:
allow perl to save/restore pelr data associated with players

File Contents

# User Rev Content
1 root 1.2 # Makefile.in generated by automake 1.9.6 from Makefile.am.
2 root 1.1 # @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     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     am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
50     INSTALL = @INSTALL@
51     install_sh_DATA = $(install_sh) -c -m 644
52     install_sh_PROGRAM = $(install_sh) -c
53     install_sh_SCRIPT = $(install_sh) -c
54     INSTALL_HEADER = $(INSTALL_DATA)
55     transform = $(program_transform_name)
56     NORMAL_INSTALL = :
57     PRE_INSTALL = :
58     POST_INSTALL = :
59     NORMAL_UNINSTALL = :
60     PRE_UNINSTALL = :
61     POST_UNINSTALL = :
62     build_triplet = @build@
63     host_triplet = @host@
64     subdir = plugins/cfanim
65 elmex 1.3 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
66 root 1.1 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
67 root 1.4 am__aclocal_m4_deps = $(top_srcdir)/libtool.m4 \
68     $(top_srcdir)/ltoptions.m4 $(top_srcdir)/ltsugar.m4 \
69     $(top_srcdir)/ltversion.m4 $(top_srcdir)/acinclude.m4 \
70 root 1.1 $(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     cfanim_la_DEPENDENCIES =
86     am_cfanim_la_OBJECTS = cfanim.lo plugin_common.lo
87     cfanim_la_OBJECTS = $(am_cfanim_la_OBJECTS)
88     DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)/include
89     depcomp = $(SHELL) $(top_srcdir)/utils/depcomp
90     am__depfiles_maybe = depfiles
91     COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
92     $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
93 root 1.4 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) \
94 root 1.1 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
95     $(AM_CFLAGS) $(CFLAGS)
96     CCLD = $(CC)
97 root 1.4 LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
98 root 1.1 $(AM_LDFLAGS) $(LDFLAGS) -o $@
99     SOURCES = $(cfanim_la_SOURCES)
100     DIST_SOURCES = $(cfanim_la_SOURCES)
101 elmex 1.3 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
102     html-recursive info-recursive install-data-recursive \
103     install-exec-recursive install-info-recursive \
104     install-recursive installcheck-recursive installdirs-recursive \
105     pdf-recursive ps-recursive uninstall-info-recursive \
106     uninstall-recursive
107 root 1.1 ETAGS = etags
108     CTAGS = ctags
109 elmex 1.3 DIST_SUBDIRS = $(SUBDIRS)
110 root 1.1 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 root 1.4 LD = @LD@
150 root 1.1 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 root 1.4 NM = @NM@
164 root 1.1 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 root 1.2 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 root 1.1 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 root 1.4 SED = @SED@
187 root 1.1 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     plugin_LTLIBRARIES = cfanim.la
244     cfanim_la_SOURCES = cfanim.c\
245     ../common/plugin_common.c
246    
247 elmex 1.3 SUBDIRS = include
248 root 1.1 cfanim_la_LIBADD =
249     cfanim_la_LDFLAGS = -module -avoid-version -Xlinker -export-dynamic -rdynamic -Xlinker -Bsymbolic
250 elmex 1.3 AM_CPPFLAGS = -I$(srcdir)/include -I$(srcdir)/../common/include -I$(top_srcdir)/include
251     all: all-recursive
252 root 1.1
253     .SUFFIXES:
254     .SUFFIXES: .c .lo .o .obj
255     $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
256     @for dep in $?; do \
257     case '$(am__configure_deps)' in \
258     *$$dep*) \
259     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
260     && exit 0; \
261     exit 1;; \
262     esac; \
263     done; \
264     echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu plugins/cfanim/Makefile'; \
265     cd $(top_srcdir) && \
266     $(AUTOMAKE) --gnu plugins/cfanim/Makefile
267     .PRECIOUS: Makefile
268     Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
269     @case '$?' in \
270     *config.status*) \
271     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
272     *) \
273     echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
274     cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
275     esac;
276    
277     $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
278     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
279    
280     $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
281     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
282     $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
283     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
284     install-pluginLTLIBRARIES: $(plugin_LTLIBRARIES)
285     @$(NORMAL_INSTALL)
286     test -z "$(plugindir)" || $(mkdir_p) "$(DESTDIR)$(plugindir)"
287     @list='$(plugin_LTLIBRARIES)'; for p in $$list; do \
288     if test -f $$p; then \
289     f=$(am__strip_dir) \
290     echo " $(LIBTOOL) --mode=install $(pluginLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(plugindir)/$$f'"; \
291     $(LIBTOOL) --mode=install $(pluginLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(plugindir)/$$f"; \
292     else :; fi; \
293     done
294    
295     uninstall-pluginLTLIBRARIES:
296     @$(NORMAL_UNINSTALL)
297     @set -x; list='$(plugin_LTLIBRARIES)'; for p in $$list; do \
298     p=$(am__strip_dir) \
299     echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(plugindir)/$$p'"; \
300     $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(plugindir)/$$p"; \
301     done
302    
303     clean-pluginLTLIBRARIES:
304     -test -z "$(plugin_LTLIBRARIES)" || rm -f $(plugin_LTLIBRARIES)
305     @list='$(plugin_LTLIBRARIES)'; for p in $$list; do \
306     dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
307     test "$$dir" != "$$p" || dir=.; \
308     echo "rm -f \"$${dir}/so_locations\""; \
309     rm -f "$${dir}/so_locations"; \
310     done
311     cfanim.la: $(cfanim_la_OBJECTS) $(cfanim_la_DEPENDENCIES)
312     $(LINK) -rpath $(plugindir) $(cfanim_la_LDFLAGS) $(cfanim_la_OBJECTS) $(cfanim_la_LIBADD) $(LIBS)
313    
314     mostlyclean-compile:
315     -rm -f *.$(OBJEXT)
316    
317     distclean-compile:
318     -rm -f *.tab.c
319    
320     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cfanim.Plo@am__quote@
321     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/plugin_common.Plo@am__quote@
322    
323     .c.o:
324     @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
325     @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
326     @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
327     @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
328     @am__fastdepCC_FALSE@ $(COMPILE) -c $<
329    
330     .c.obj:
331     @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
332     @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
333     @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
334     @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
335     @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
336    
337     .c.lo:
338     @am__fastdepCC_TRUE@ if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
339     @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
340     @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
341     @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
342     @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
343    
344     plugin_common.lo: ../common/plugin_common.c
345 root 1.4 @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; \
346 root 1.1 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/plugin_common.Tpo" "$(DEPDIR)/plugin_common.Plo"; else rm -f "$(DEPDIR)/plugin_common.Tpo"; exit 1; fi
347     @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='../common/plugin_common.c' object='plugin_common.lo' libtool=yes @AMDEPBACKSLASH@
348     @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
349 root 1.4 @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 root 1.1
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 elmex 1.3 # This directory's subdirectories are mostly independent; you can cd
362     # into them and run `make' without going through this Makefile.
363     # To change the values of `make' variables: instead of editing Makefiles,
364     # (1) if the variable is set in `config.status', edit `config.status'
365     # (which will cause the Makefiles to be regenerated when you run `make');
366     # (2) otherwise, pass the desired values on the `make' command line.
367     $(RECURSIVE_TARGETS):
368     @failcom='exit 1'; \
369     for f in x $$MAKEFLAGS; do \
370     case $$f in \
371     *=* | --[!k]*);; \
372     *k*) failcom='fail=yes';; \
373     esac; \
374     done; \
375     dot_seen=no; \
376     target=`echo $@ | sed s/-recursive//`; \
377     list='$(SUBDIRS)'; for subdir in $$list; do \
378     echo "Making $$target in $$subdir"; \
379     if test "$$subdir" = "."; then \
380     dot_seen=yes; \
381     local_target="$$target-am"; \
382     else \
383     local_target="$$target"; \
384     fi; \
385     (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
386     || eval $$failcom; \
387     done; \
388     if test "$$dot_seen" = "no"; then \
389     $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
390     fi; test -z "$$fail"
391    
392     mostlyclean-recursive clean-recursive distclean-recursive \
393     maintainer-clean-recursive:
394     @failcom='exit 1'; \
395     for f in x $$MAKEFLAGS; do \
396     case $$f in \
397     *=* | --[!k]*);; \
398     *k*) failcom='fail=yes';; \
399     esac; \
400     done; \
401     dot_seen=no; \
402     case "$@" in \
403     distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
404     *) list='$(SUBDIRS)' ;; \
405     esac; \
406     rev=''; for subdir in $$list; do \
407     if test "$$subdir" = "."; then :; else \
408     rev="$$subdir $$rev"; \
409     fi; \
410     done; \
411     rev="$$rev ."; \
412     target=`echo $@ | sed s/-recursive//`; \
413     for subdir in $$rev; do \
414     echo "Making $$target in $$subdir"; \
415     if test "$$subdir" = "."; then \
416     local_target="$$target-am"; \
417     else \
418     local_target="$$target"; \
419     fi; \
420     (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
421     || eval $$failcom; \
422     done && test -z "$$fail"
423     tags-recursive:
424     list='$(SUBDIRS)'; for subdir in $$list; do \
425     test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
426     done
427     ctags-recursive:
428     list='$(SUBDIRS)'; for subdir in $$list; do \
429     test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
430     done
431    
432 root 1.1 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
433     list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
434     unique=`for i in $$list; do \
435     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
436     done | \
437     $(AWK) ' { files[$$0] = 1; } \
438     END { for (i in files) print i; }'`; \
439     mkid -fID $$unique
440     tags: TAGS
441    
442 elmex 1.3 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
443 root 1.1 $(TAGS_FILES) $(LISP)
444     tags=; \
445     here=`pwd`; \
446 elmex 1.3 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
447     include_option=--etags-include; \
448     empty_fix=.; \
449     else \
450     include_option=--include; \
451     empty_fix=; \
452     fi; \
453     list='$(SUBDIRS)'; for subdir in $$list; do \
454     if test "$$subdir" = .; then :; else \
455     test ! -f $$subdir/TAGS || \
456     tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
457     fi; \
458     done; \
459 root 1.1 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
460     unique=`for i in $$list; do \
461     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
462     done | \
463     $(AWK) ' { files[$$0] = 1; } \
464     END { for (i in files) print i; }'`; \
465     if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
466     test -n "$$unique" || unique=$$empty_fix; \
467     $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
468     $$tags $$unique; \
469     fi
470     ctags: CTAGS
471 elmex 1.3 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
472 root 1.1 $(TAGS_FILES) $(LISP)
473     tags=; \
474     here=`pwd`; \
475     list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
476     unique=`for i in $$list; do \
477     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
478     done | \
479     $(AWK) ' { files[$$0] = 1; } \
480     END { for (i in files) print i; }'`; \
481     test -z "$(CTAGS_ARGS)$$tags$$unique" \
482     || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
483     $$tags $$unique
484    
485     GTAGS:
486     here=`$(am__cd) $(top_builddir) && pwd` \
487     && cd $(top_srcdir) \
488     && gtags -i $(GTAGS_ARGS) $$here
489    
490     distclean-tags:
491     -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
492    
493     distdir: $(DISTFILES)
494     @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
495     topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
496     list='$(DISTFILES)'; for file in $$list; do \
497     case $$file in \
498     $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
499     $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
500     esac; \
501     if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
502     dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
503     if test "$$dir" != "$$file" && test "$$dir" != "."; then \
504     dir="/$$dir"; \
505     $(mkdir_p) "$(distdir)$$dir"; \
506     else \
507     dir=''; \
508     fi; \
509     if test -d $$d/$$file; then \
510     if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
511     cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
512     fi; \
513     cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
514     else \
515     test -f $(distdir)/$$file \
516     || cp -p $$d/$$file $(distdir)/$$file \
517     || exit 1; \
518     fi; \
519     done
520 elmex 1.3 list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
521     if test "$$subdir" = .; then :; else \
522     test -d "$(distdir)/$$subdir" \
523     || $(mkdir_p) "$(distdir)/$$subdir" \
524     || exit 1; \
525     distdir=`$(am__cd) $(distdir) && pwd`; \
526     top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
527     (cd $$subdir && \
528     $(MAKE) $(AM_MAKEFLAGS) \
529     top_distdir="$$top_distdir" \
530     distdir="$$distdir/$$subdir" \
531     distdir) \
532     || exit 1; \
533     fi; \
534     done
535 root 1.1 check-am: all-am
536 elmex 1.3 check: check-recursive
537     all-am: Makefile $(LTLIBRARIES)
538     installdirs: installdirs-recursive
539     installdirs-am:
540 root 1.1 for dir in "$(DESTDIR)$(plugindir)"; do \
541     test -z "$$dir" || $(mkdir_p) "$$dir"; \
542     done
543 elmex 1.3 install: install-recursive
544     install-exec: install-exec-recursive
545     install-data: install-data-recursive
546     uninstall: uninstall-recursive
547 root 1.1
548     install-am: all-am
549     @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
550    
551 elmex 1.3 installcheck: installcheck-recursive
552 root 1.1 install-strip:
553     $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
554     install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
555     `test -z '$(STRIP)' || \
556     echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
557     mostlyclean-generic:
558    
559     clean-generic:
560    
561     distclean-generic:
562     -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
563    
564     maintainer-clean-generic:
565     @echo "This command is intended for maintainers to use"
566     @echo "it deletes files that may require special tools to rebuild."
567 elmex 1.3 clean: clean-recursive
568 root 1.1
569     clean-am: clean-generic clean-libtool clean-pluginLTLIBRARIES \
570     mostlyclean-am
571    
572 elmex 1.3 distclean: distclean-recursive
573 root 1.1 -rm -rf ./$(DEPDIR)
574     -rm -f Makefile
575     distclean-am: clean-am distclean-compile distclean-generic \
576     distclean-libtool distclean-tags
577    
578 elmex 1.3 dvi: dvi-recursive
579 root 1.1
580     dvi-am:
581    
582 elmex 1.3 html: html-recursive
583 root 1.1
584 elmex 1.3 info: info-recursive
585 root 1.1
586     info-am:
587    
588     install-data-am: install-pluginLTLIBRARIES
589    
590     install-exec-am:
591    
592 elmex 1.3 install-info: install-info-recursive
593 root 1.1
594     install-man:
595    
596     installcheck-am:
597    
598 elmex 1.3 maintainer-clean: maintainer-clean-recursive
599 root 1.1 -rm -rf ./$(DEPDIR)
600     -rm -f Makefile
601     maintainer-clean-am: distclean-am maintainer-clean-generic
602    
603 elmex 1.3 mostlyclean: mostlyclean-recursive
604 root 1.1
605     mostlyclean-am: mostlyclean-compile mostlyclean-generic \
606     mostlyclean-libtool
607    
608 elmex 1.3 pdf: pdf-recursive
609 root 1.1
610     pdf-am:
611    
612 elmex 1.3 ps: ps-recursive
613 root 1.1
614     ps-am:
615    
616     uninstall-am: uninstall-info-am uninstall-pluginLTLIBRARIES
617    
618 elmex 1.3 uninstall-info: uninstall-info-recursive
619    
620     .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
621     clean clean-generic clean-libtool clean-pluginLTLIBRARIES \
622     clean-recursive ctags ctags-recursive distclean \
623 root 1.1 distclean-compile distclean-generic distclean-libtool \
624 elmex 1.3 distclean-recursive distclean-tags distdir dvi dvi-am html \
625     html-am info info-am install install-am install-data \
626     install-data-am install-exec install-exec-am install-info \
627     install-info-am install-man install-pluginLTLIBRARIES \
628     install-strip installcheck installcheck-am installdirs \
629     installdirs-am maintainer-clean maintainer-clean-generic \
630     maintainer-clean-recursive mostlyclean mostlyclean-compile \
631     mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
632     pdf pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
633     uninstall-info-am uninstall-pluginLTLIBRARIES
634 root 1.1
635    
636     proto:
637     cproto -D__CEXTRACT__ -o include/cfanim_proto.h $(CPPFLAGS) $(AM_CPPFLAGS) \
638     `echo $(SOURCES) " " | $(AWK) -v RS=" " '/.c$$/ { print }'`
639     chmod 644 include/cfanim_proto.h
640     # Tell versions [3.59,3.63) of GNU make to not export all variables.
641     # Otherwise a system limit (for SysV at least) may be exceeded.
642     .NOEXPORT: