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

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