ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/plugins/cfanim/Makefile.in
Revision: 1.1
Committed: Fri Feb 3 07:14:17 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
Branch point for: UPSTREAM
Log Message:
Initial revision

File Contents

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