ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/plugins/cfanim/Makefile.in
Revision: 1.2
Committed: Fri Feb 3 07:25:25 2006 UTC (18 years, 5 months ago) by root
Branch: MAIN
Changes since 1.1: +17 -18 lines
Log Message:
initial cfperl/cf.schmorp.de import

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