ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/plugins/cfanim/Makefile.in
Revision: 1.1.1.2 (vendor branch)
Committed: Wed Mar 15 14:05:32 2006 UTC (18 years, 3 months ago) by elmex
Branch: UPSTREAM
CVS Tags: UPSTREAM_2006_03_15
Changes since 1.1.1.1: +146 -39 lines
Log Message:
cvs -z9 -d:ext:elmex@cvs.schmorp.de:/schmorpforge import cf.schmorp.de UPSTREAM UPSTREAM_2006_03_15

File Contents

# Content
1 # Makefile.in generated by automake 1.9.5 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 SOURCES = $(cfanim_la_SOURCES)
43
44 srcdir = @srcdir@
45 top_srcdir = @top_srcdir@
46 VPATH = @srcdir@
47 pkgdatadir = $(datadir)/@PACKAGE@
48 pkglibdir = $(libdir)/@PACKAGE@
49 pkgincludedir = $(includedir)/@PACKAGE@
50 top_builddir = ../..
51 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
52 INSTALL = @INSTALL@
53 install_sh_DATA = $(install_sh) -c -m 644
54 install_sh_PROGRAM = $(install_sh) -c
55 install_sh_SCRIPT = $(install_sh) -c
56 INSTALL_HEADER = $(INSTALL_DATA)
57 transform = $(program_transform_name)
58 NORMAL_INSTALL = :
59 PRE_INSTALL = :
60 POST_INSTALL = :
61 NORMAL_UNINSTALL = :
62 PRE_UNINSTALL = :
63 POST_UNINSTALL = :
64 build_triplet = @build@
65 host_triplet = @host@
66 subdir = plugins/cfanim
67 DIST_COMMON = $(srcdir)/Makefile.am $(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 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 LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
94 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
95 $(AM_CFLAGS) $(CFLAGS)
96 CCLD = $(CC)
97 LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
98 $(AM_LDFLAGS) $(LDFLAGS) -o $@
99 SOURCES = $(cfanim_la_SOURCES)
100 DIST_SOURCES = $(cfanim_la_SOURCES)
101 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 ETAGS = etags
108 CTAGS = ctags
109 DIST_SUBDIRS = $(SUBDIRS)
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 CXX = @CXX@
130 CXXCPP = @CXXCPP@
131 CXXDEPMODE = @CXXDEPMODE@
132 CXXFLAGS = @CXXFLAGS@
133 CYGPATH_W = @CYGPATH_W@
134 DEFS = @DEFS@
135 DEPDIR = @DEPDIR@
136 ECHO = @ECHO@
137 ECHO_C = @ECHO_C@
138 ECHO_N = @ECHO_N@
139 ECHO_T = @ECHO_T@
140 EGREP = @EGREP@
141 EXEEXT = @EXEEXT@
142 F77 = @F77@
143 FFLAGS = @FFLAGS@
144 GUNZIP = @GUNZIP@
145 GZIP = @GZIP@
146 HAVE_LIBDL_FALSE = @HAVE_LIBDL_FALSE@
147 HAVE_LIBDL_TRUE = @HAVE_LIBDL_TRUE@
148 HAVE_X_FALSE = @HAVE_X_FALSE@
149 HAVE_X_TRUE = @HAVE_X_TRUE@
150 INSTALL_DATA = @INSTALL_DATA@
151 INSTALL_PROGRAM = @INSTALL_PROGRAM@
152 INSTALL_SCRIPT = @INSTALL_SCRIPT@
153 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
154 LATEX = @LATEX@
155 LDFLAGS = @LDFLAGS@
156 LEX = @LEX@
157 LEXLIB = @LEXLIB@
158 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
159 LIBOBJS = @LIBOBJS@
160 LIBS = @LIBS@
161 LIBTOOL = @LIBTOOL@
162 LN_S = @LN_S@
163 LTLIBOBJS = @LTLIBOBJS@
164 MAINT = @MAINT@
165 MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
166 MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
167 MAKEINFO = @MAKEINFO@
168 OBJEXT = @OBJEXT@
169 PACKAGE = @PACKAGE@
170 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
171 PACKAGE_NAME = @PACKAGE_NAME@
172 PACKAGE_STRING = @PACKAGE_STRING@
173 PACKAGE_TARNAME = @PACKAGE_TARNAME@
174 PACKAGE_VERSION = @PACKAGE_VERSION@
175 PATH_SEPARATOR = @PATH_SEPARATOR@
176 PERL = @PERL@
177 PLUGIN_PYTHON = @PLUGIN_PYTHON@
178 PYTHON_LIB = @PYTHON_LIB@
179 PYTHON_PLUGIN_FALSE = @PYTHON_PLUGIN_FALSE@
180 PYTHON_PLUGIN_TRUE = @PYTHON_PLUGIN_TRUE@
181 PY_INCLUDES = @PY_INCLUDES@
182 PY_LIBS = @PY_LIBS@
183 RANLIB = @RANLIB@
184 SET_MAKE = @SET_MAKE@
185 SHELL = @SHELL@
186 STRIP = @STRIP@
187 TAR = @TAR@
188 UNCOMPRESS = @UNCOMPRESS@
189 VERSION = @VERSION@
190 X11LIBS = @X11LIBS@
191 X_CFLAGS = @X_CFLAGS@
192 X_EXTRA_LIBS = @X_EXTRA_LIBS@
193 X_LIBS = @X_LIBS@
194 X_PRE_LIBS = @X_PRE_LIBS@
195 ac_ct_AR = @ac_ct_AR@
196 ac_ct_CC = @ac_ct_CC@
197 ac_ct_CXX = @ac_ct_CXX@
198 ac_ct_F77 = @ac_ct_F77@
199 ac_ct_RANLIB = @ac_ct_RANLIB@
200 ac_ct_STRIP = @ac_ct_STRIP@
201 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
202 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
203 am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
204 am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
205 am__include = @am__include@
206 am__leading_dot = @am__leading_dot@
207 am__quote = @am__quote@
208 am__tar = @am__tar@
209 am__untar = @am__untar@
210 bindir = @bindir@
211 build = @build@
212 build_alias = @build_alias@
213 build_cpu = @build_cpu@
214 build_os = @build_os@
215 build_vendor = @build_vendor@
216 datadir = @datadir@
217 exec_prefix = @exec_prefix@
218 host = @host@
219 host_alias = @host_alias@
220 host_cpu = @host_cpu@
221 host_os = @host_os@
222 host_vendor = @host_vendor@
223 includedir = @includedir@
224 infodir = @infodir@
225 install_sh = @install_sh@
226 libdir = @libdir@
227 libexecdir = @libexecdir@
228 localstatedir = @localstatedir@
229 mandir = @mandir@
230 mkdir_p = @mkdir_p@
231 no_x = @no_x@
232 oldincludedir = @oldincludedir@
233 pkgconfdir = @pkgconfdir@
234 pkgstatedir = @pkgstatedir@
235 prefix = @prefix@
236 program_transform_name = @program_transform_name@
237 sbindir = @sbindir@
238 sharedstatedir = @sharedstatedir@
239 sysconfdir = @sysconfdir@
240 target_alias = @target_alias@
241 x_includes = @x_includes@
242 x_libraries = @x_libraries@
243 plugindir = $(pkglibdir)/plugins
244 plugin_LTLIBRARIES = cfanim.la
245 cfanim_la_SOURCES = cfanim.c\
246 ../common/plugin_common.c
247
248 SUBDIRS = include
249 cfanim_la_LIBADD =
250 cfanim_la_LDFLAGS = -module -avoid-version -Xlinker -export-dynamic -rdynamic -Xlinker -Bsymbolic
251 AM_CPPFLAGS = -I$(srcdir)/include -I$(srcdir)/../common/include -I$(top_srcdir)/include
252 all: all-recursive
253
254 .SUFFIXES:
255 .SUFFIXES: .c .lo .o .obj
256 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
257 @for dep in $?; do \
258 case '$(am__configure_deps)' in \
259 *$$dep*) \
260 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
261 && exit 0; \
262 exit 1;; \
263 esac; \
264 done; \
265 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu plugins/cfanim/Makefile'; \
266 cd $(top_srcdir) && \
267 $(AUTOMAKE) --gnu plugins/cfanim/Makefile
268 .PRECIOUS: Makefile
269 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
270 @case '$?' in \
271 *config.status*) \
272 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
273 *) \
274 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
275 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
276 esac;
277
278 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
279 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
280
281 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
282 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
283 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
284 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
285 install-pluginLTLIBRARIES: $(plugin_LTLIBRARIES)
286 @$(NORMAL_INSTALL)
287 test -z "$(plugindir)" || $(mkdir_p) "$(DESTDIR)$(plugindir)"
288 @list='$(plugin_LTLIBRARIES)'; for p in $$list; do \
289 if test -f $$p; then \
290 f=$(am__strip_dir) \
291 echo " $(LIBTOOL) --mode=install $(pluginLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(plugindir)/$$f'"; \
292 $(LIBTOOL) --mode=install $(pluginLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(plugindir)/$$f"; \
293 else :; fi; \
294 done
295
296 uninstall-pluginLTLIBRARIES:
297 @$(NORMAL_UNINSTALL)
298 @set -x; list='$(plugin_LTLIBRARIES)'; for p in $$list; do \
299 p=$(am__strip_dir) \
300 echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(plugindir)/$$p'"; \
301 $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(plugindir)/$$p"; \
302 done
303
304 clean-pluginLTLIBRARIES:
305 -test -z "$(plugin_LTLIBRARIES)" || rm -f $(plugin_LTLIBRARIES)
306 @list='$(plugin_LTLIBRARIES)'; for p in $$list; do \
307 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
308 test "$$dir" != "$$p" || dir=.; \
309 echo "rm -f \"$${dir}/so_locations\""; \
310 rm -f "$${dir}/so_locations"; \
311 done
312 cfanim.la: $(cfanim_la_OBJECTS) $(cfanim_la_DEPENDENCIES)
313 $(LINK) -rpath $(plugindir) $(cfanim_la_LDFLAGS) $(cfanim_la_OBJECTS) $(cfanim_la_LIBADD) $(LIBS)
314
315 mostlyclean-compile:
316 -rm -f *.$(OBJEXT)
317
318 distclean-compile:
319 -rm -f *.tab.c
320
321 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cfanim.Plo@am__quote@
322 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/plugin_common.Plo@am__quote@
323
324 .c.o:
325 @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
326 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
327 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
328 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
329 @am__fastdepCC_FALSE@ $(COMPILE) -c $<
330
331 .c.obj:
332 @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
333 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
334 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
335 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
336 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
337
338 .c.lo:
339 @am__fastdepCC_TRUE@ if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
340 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
341 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
342 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
343 @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
344
345 plugin_common.lo: ../common/plugin_common.c
346 @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; \
347 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/plugin_common.Tpo" "$(DEPDIR)/plugin_common.Plo"; else rm -f "$(DEPDIR)/plugin_common.Tpo"; exit 1; fi
348 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='../common/plugin_common.c' object='plugin_common.lo' libtool=yes @AMDEPBACKSLASH@
349 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
350 @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
351
352 mostlyclean-libtool:
353 -rm -f *.lo
354
355 clean-libtool:
356 -rm -rf .libs _libs
357
358 distclean-libtool:
359 -rm -f libtool
360 uninstall-info-am:
361
362 # This directory's subdirectories are mostly independent; you can cd
363 # into them and run `make' without going through this Makefile.
364 # To change the values of `make' variables: instead of editing Makefiles,
365 # (1) if the variable is set in `config.status', edit `config.status'
366 # (which will cause the Makefiles to be regenerated when you run `make');
367 # (2) otherwise, pass the desired values on the `make' command line.
368 $(RECURSIVE_TARGETS):
369 @failcom='exit 1'; \
370 for f in x $$MAKEFLAGS; do \
371 case $$f in \
372 *=* | --[!k]*);; \
373 *k*) failcom='fail=yes';; \
374 esac; \
375 done; \
376 dot_seen=no; \
377 target=`echo $@ | sed s/-recursive//`; \
378 list='$(SUBDIRS)'; for subdir in $$list; do \
379 echo "Making $$target in $$subdir"; \
380 if test "$$subdir" = "."; then \
381 dot_seen=yes; \
382 local_target="$$target-am"; \
383 else \
384 local_target="$$target"; \
385 fi; \
386 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
387 || eval $$failcom; \
388 done; \
389 if test "$$dot_seen" = "no"; then \
390 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
391 fi; test -z "$$fail"
392
393 mostlyclean-recursive clean-recursive distclean-recursive \
394 maintainer-clean-recursive:
395 @failcom='exit 1'; \
396 for f in x $$MAKEFLAGS; do \
397 case $$f in \
398 *=* | --[!k]*);; \
399 *k*) failcom='fail=yes';; \
400 esac; \
401 done; \
402 dot_seen=no; \
403 case "$@" in \
404 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
405 *) list='$(SUBDIRS)' ;; \
406 esac; \
407 rev=''; for subdir in $$list; do \
408 if test "$$subdir" = "."; then :; else \
409 rev="$$subdir $$rev"; \
410 fi; \
411 done; \
412 rev="$$rev ."; \
413 target=`echo $@ | sed s/-recursive//`; \
414 for subdir in $$rev; do \
415 echo "Making $$target in $$subdir"; \
416 if test "$$subdir" = "."; then \
417 local_target="$$target-am"; \
418 else \
419 local_target="$$target"; \
420 fi; \
421 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
422 || eval $$failcom; \
423 done && test -z "$$fail"
424 tags-recursive:
425 list='$(SUBDIRS)'; for subdir in $$list; do \
426 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
427 done
428 ctags-recursive:
429 list='$(SUBDIRS)'; for subdir in $$list; do \
430 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
431 done
432
433 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
434 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
435 unique=`for i in $$list; do \
436 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
437 done | \
438 $(AWK) ' { files[$$0] = 1; } \
439 END { for (i in files) print i; }'`; \
440 mkid -fID $$unique
441 tags: TAGS
442
443 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
444 $(TAGS_FILES) $(LISP)
445 tags=; \
446 here=`pwd`; \
447 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
448 include_option=--etags-include; \
449 empty_fix=.; \
450 else \
451 include_option=--include; \
452 empty_fix=; \
453 fi; \
454 list='$(SUBDIRS)'; for subdir in $$list; do \
455 if test "$$subdir" = .; then :; else \
456 test ! -f $$subdir/TAGS || \
457 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
458 fi; \
459 done; \
460 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
461 unique=`for i in $$list; do \
462 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
463 done | \
464 $(AWK) ' { files[$$0] = 1; } \
465 END { for (i in files) print i; }'`; \
466 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
467 test -n "$$unique" || unique=$$empty_fix; \
468 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
469 $$tags $$unique; \
470 fi
471 ctags: CTAGS
472 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
473 $(TAGS_FILES) $(LISP)
474 tags=; \
475 here=`pwd`; \
476 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
477 unique=`for i in $$list; do \
478 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
479 done | \
480 $(AWK) ' { files[$$0] = 1; } \
481 END { for (i in files) print i; }'`; \
482 test -z "$(CTAGS_ARGS)$$tags$$unique" \
483 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
484 $$tags $$unique
485
486 GTAGS:
487 here=`$(am__cd) $(top_builddir) && pwd` \
488 && cd $(top_srcdir) \
489 && gtags -i $(GTAGS_ARGS) $$here
490
491 distclean-tags:
492 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
493
494 distdir: $(DISTFILES)
495 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
496 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
497 list='$(DISTFILES)'; for file in $$list; do \
498 case $$file in \
499 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
500 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
501 esac; \
502 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
503 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
504 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
505 dir="/$$dir"; \
506 $(mkdir_p) "$(distdir)$$dir"; \
507 else \
508 dir=''; \
509 fi; \
510 if test -d $$d/$$file; then \
511 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
512 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
513 fi; \
514 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
515 else \
516 test -f $(distdir)/$$file \
517 || cp -p $$d/$$file $(distdir)/$$file \
518 || exit 1; \
519 fi; \
520 done
521 list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
522 if test "$$subdir" = .; then :; else \
523 test -d "$(distdir)/$$subdir" \
524 || $(mkdir_p) "$(distdir)/$$subdir" \
525 || exit 1; \
526 distdir=`$(am__cd) $(distdir) && pwd`; \
527 top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
528 (cd $$subdir && \
529 $(MAKE) $(AM_MAKEFLAGS) \
530 top_distdir="$$top_distdir" \
531 distdir="$$distdir/$$subdir" \
532 distdir) \
533 || exit 1; \
534 fi; \
535 done
536 check-am: all-am
537 check: check-recursive
538 all-am: Makefile $(LTLIBRARIES)
539 installdirs: installdirs-recursive
540 installdirs-am:
541 for dir in "$(DESTDIR)$(plugindir)"; do \
542 test -z "$$dir" || $(mkdir_p) "$$dir"; \
543 done
544 install: install-recursive
545 install-exec: install-exec-recursive
546 install-data: install-data-recursive
547 uninstall: uninstall-recursive
548
549 install-am: all-am
550 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
551
552 installcheck: installcheck-recursive
553 install-strip:
554 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
555 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
556 `test -z '$(STRIP)' || \
557 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
558 mostlyclean-generic:
559
560 clean-generic:
561
562 distclean-generic:
563 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
564
565 maintainer-clean-generic:
566 @echo "This command is intended for maintainers to use"
567 @echo "it deletes files that may require special tools to rebuild."
568 clean: clean-recursive
569
570 clean-am: clean-generic clean-libtool clean-pluginLTLIBRARIES \
571 mostlyclean-am
572
573 distclean: distclean-recursive
574 -rm -rf ./$(DEPDIR)
575 -rm -f Makefile
576 distclean-am: clean-am distclean-compile distclean-generic \
577 distclean-libtool distclean-tags
578
579 dvi: dvi-recursive
580
581 dvi-am:
582
583 html: html-recursive
584
585 info: info-recursive
586
587 info-am:
588
589 install-data-am: install-pluginLTLIBRARIES
590
591 install-exec-am:
592
593 install-info: install-info-recursive
594
595 install-man:
596
597 installcheck-am:
598
599 maintainer-clean: maintainer-clean-recursive
600 -rm -rf ./$(DEPDIR)
601 -rm -f Makefile
602 maintainer-clean-am: distclean-am maintainer-clean-generic
603
604 mostlyclean: mostlyclean-recursive
605
606 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
607 mostlyclean-libtool
608
609 pdf: pdf-recursive
610
611 pdf-am:
612
613 ps: ps-recursive
614
615 ps-am:
616
617 uninstall-am: uninstall-info-am uninstall-pluginLTLIBRARIES
618
619 uninstall-info: uninstall-info-recursive
620
621 .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
622 clean clean-generic clean-libtool clean-pluginLTLIBRARIES \
623 clean-recursive ctags ctags-recursive distclean \
624 distclean-compile distclean-generic distclean-libtool \
625 distclean-recursive distclean-tags distdir dvi dvi-am html \
626 html-am info info-am install install-am install-data \
627 install-data-am install-exec install-exec-am install-info \
628 install-info-am install-man install-pluginLTLIBRARIES \
629 install-strip installcheck installcheck-am installdirs \
630 installdirs-am maintainer-clean maintainer-clean-generic \
631 maintainer-clean-recursive mostlyclean mostlyclean-compile \
632 mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
633 pdf pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
634 uninstall-info-am uninstall-pluginLTLIBRARIES
635
636
637 proto:
638 cproto -D__CEXTRACT__ -o include/cfanim_proto.h $(CPPFLAGS) $(AM_CPPFLAGS) \
639 `echo $(SOURCES) " " | $(AWK) -v RS=" " '/.c$$/ { print }'`
640 chmod 644 include/cfanim_proto.h
641 # Tell versions [3.59,3.63) of GNU make to not export all variables.
642 # Otherwise a system limit (for SysV at least) may be exceeded.
643 .NOEXPORT: