ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/plugins/cfanim/Makefile.in
(Generate patch)

Comparing deliantra/server/plugins/cfanim/Makefile.in (file contents):
Revision 1.2 by root, Fri Feb 3 07:25:25 2006 UTC vs.
Revision 1.5 by root, Sun May 7 12:49:25 2006 UTC

1# Makefile.in generated by automake 1.9.6 from Makefile.am. 1# Makefile.in generated by automake 1.7.9 from Makefile.am.
2# @configure_input@ 2# @configure_input@
3 3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 4# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
5# 2003, 2004, 2005 Free Software Foundation, Inc. 5# Free Software Foundation, Inc.
6# This Makefile.in is free software; the Free Software Foundation 6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it, 7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved. 8# with or without modifications, as long as this notice is preserved.
9 9
10# This program is distributed in the hope that it will be useful, 10# This program is distributed in the hope that it will be useful,
37# along with this program; if not, write to the Free Software 37# along with this program; if not, write to the Free Software
38# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 38# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
39# 39#
40# The author can be reached via e-mail to mwedel@sonic.net 40# The author can be reached via e-mail to mwedel@sonic.net
41 41
42
43srcdir = @srcdir@ 42srcdir = @srcdir@
44top_srcdir = @top_srcdir@ 43top_srcdir = @top_srcdir@
45VPATH = @srcdir@ 44VPATH = @srcdir@
46pkgdatadir = $(datadir)/@PACKAGE@ 45pkgdatadir = $(datadir)/@PACKAGE@
47pkglibdir = $(libdir)/@PACKAGE@ 46pkglibdir = $(libdir)/@PACKAGE@
48pkgincludedir = $(includedir)/@PACKAGE@ 47pkgincludedir = $(includedir)/@PACKAGE@
49top_builddir = ../.. 48top_builddir = ../..
49
50am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 50am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
51INSTALL = @INSTALL@ 51INSTALL = @INSTALL@
52install_sh_DATA = $(install_sh) -c -m 644 52install_sh_DATA = $(install_sh) -c -m 644
53install_sh_PROGRAM = $(install_sh) -c 53install_sh_PROGRAM = $(install_sh) -c
54install_sh_SCRIPT = $(install_sh) -c 54install_sh_SCRIPT = $(install_sh) -c
58PRE_INSTALL = : 58PRE_INSTALL = :
59POST_INSTALL = : 59POST_INSTALL = :
60NORMAL_UNINSTALL = : 60NORMAL_UNINSTALL = :
61PRE_UNINSTALL = : 61PRE_UNINSTALL = :
62POST_UNINSTALL = : 62POST_UNINSTALL = :
63build_triplet = @build@
64host_triplet = @host@ 63host_triplet = @host@
65subdir = plugins/cfanim
66DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
67 $(srcdir)/Makefile.in
68ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
69am__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 $(top_srcdir)/configure.ac
73am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
74 $(ACLOCAL_M4)
75mkinstalldirs = $(SHELL) $(top_srcdir)/utils/mkinstalldirs
76CONFIG_HEADER = $(top_builddir)/include/autoconf.h
77CONFIG_CLEAN_FILES =
78am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
79am__vpath_adj = case $$p in \
80 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
81 *) f=$$p;; \
82 esac;
83am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
84am__installdirs = "$(DESTDIR)$(plugindir)"
85pluginLTLIBRARIES_INSTALL = $(INSTALL)
86LTLIBRARIES = $(plugin_LTLIBRARIES)
87cfanim_la_DEPENDENCIES =
88am_cfanim_la_OBJECTS = cfanim.lo plugin_common.lo
89cfanim_la_OBJECTS = $(am_cfanim_la_OBJECTS)
90DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)/include
91depcomp = $(SHELL) $(top_srcdir)/utils/depcomp
92am__depfiles_maybe = depfiles
93COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
94 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
95LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) \
96 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
97 $(AM_CFLAGS) $(CFLAGS)
98CCLD = $(CC)
99LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
100 $(AM_LDFLAGS) $(LDFLAGS) -o $@
101SOURCES = $(cfanim_la_SOURCES)
102DIST_SOURCES = $(cfanim_la_SOURCES)
103HEADERS = $(noinst_HEADERS)
104ETAGS = etags
105CTAGS = ctags
106DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
107ACLOCAL = @ACLOCAL@ 64ACLOCAL = @ACLOCAL@
108AMDEP_FALSE = @AMDEP_FALSE@ 65AMDEP_FALSE = @AMDEP_FALSE@
109AMDEP_TRUE = @AMDEP_TRUE@ 66AMDEP_TRUE = @AMDEP_TRUE@
110AMTAR = @AMTAR@ 67AMTAR = @AMTAR@
111AR = @AR@ 68AR = @AR@
120CCDEPMODE = @CCDEPMODE@ 77CCDEPMODE = @CCDEPMODE@
121CFLAGS = @CFLAGS@ 78CFLAGS = @CFLAGS@
122COMPRESS = @COMPRESS@ 79COMPRESS = @COMPRESS@
123CPP = @CPP@ 80CPP = @CPP@
124CPPFLAGS = @CPPFLAGS@ 81CPPFLAGS = @CPPFLAGS@
82CROSSEDIT = @CROSSEDIT@
125CYGPATH_W = @CYGPATH_W@ 83CYGPATH_W = @CYGPATH_W@
126DEFS = @DEFS@ 84DEFS = @DEFS@
127DEPDIR = @DEPDIR@ 85DEPDIR = @DEPDIR@
128ECHO = @ECHO@ 86ECHO = @ECHO@
129ECHO_C = @ECHO_C@ 87ECHO_C = @ECHO_C@
198am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ 156am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
199am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ 157am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
200am__include = @am__include@ 158am__include = @am__include@
201am__leading_dot = @am__leading_dot@ 159am__leading_dot = @am__leading_dot@
202am__quote = @am__quote@ 160am__quote = @am__quote@
203am__tar = @am__tar@
204am__untar = @am__untar@
205bindir = @bindir@ 161bindir = @bindir@
206build = @build@ 162build = @build@
207build_alias = @build_alias@ 163build_alias = @build_alias@
208build_cpu = @build_cpu@ 164build_cpu = @build_cpu@
209build_os = @build_os@ 165build_os = @build_os@
220install_sh = @install_sh@ 176install_sh = @install_sh@
221libdir = @libdir@ 177libdir = @libdir@
222libexecdir = @libexecdir@ 178libexecdir = @libexecdir@
223localstatedir = @localstatedir@ 179localstatedir = @localstatedir@
224mandir = @mandir@ 180mandir = @mandir@
225mkdir_p = @mkdir_p@
226no_x = @no_x@ 181no_x = @no_x@
227oldincludedir = @oldincludedir@ 182oldincludedir = @oldincludedir@
228pkgconfdir = @pkgconfdir@ 183pkgconfdir = @pkgconfdir@
229pkgstatedir = @pkgstatedir@ 184pkgstatedir = @pkgstatedir@
230prefix = @prefix@ 185prefix = @prefix@
233sharedstatedir = @sharedstatedir@ 188sharedstatedir = @sharedstatedir@
234sysconfdir = @sysconfdir@ 189sysconfdir = @sysconfdir@
235target_alias = @target_alias@ 190target_alias = @target_alias@
236x_includes = @x_includes@ 191x_includes = @x_includes@
237x_libraries = @x_libraries@ 192x_libraries = @x_libraries@
193
238plugindir = $(pkglibdir)/plugins 194plugindir = $(pkglibdir)/plugins
239noinst_HEADERS = include/cfanim.h ../common/include/plugin_common.h
240plugin_LTLIBRARIES = cfanim.la 195plugin_LTLIBRARIES = cfanim.la
241cfanim_la_SOURCES = cfanim.c\ 196cfanim_la_SOURCES = cfanim.c\
242 ../common/plugin_common.c 197 ../common/plugin_common.c
243 198
199
200SUBDIRS = include
201
244cfanim_la_LIBADD = 202cfanim_la_LIBADD =
245cfanim_la_LDFLAGS = -module -avoid-version -Xlinker -export-dynamic -rdynamic -Xlinker -Bsymbolic 203cfanim_la_LDFLAGS = -module -avoid-version -Xlinker -export-dynamic -rdynamic -Xlinker -Bsymbolic
246AM_CPPFLAGS = -I$(srcdir)/include -I../common/include -I$(top_srcdir)/include 204AM_CPPFLAGS = -I$(srcdir)/include -I$(srcdir)/../common/include -I$(top_srcdir)/include
247all: all-am 205subdir = plugins/cfanim
206ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
207mkinstalldirs = $(SHELL) $(top_srcdir)/utils/mkinstalldirs
208CONFIG_HEADER = $(top_builddir)/include/autoconf.h
209CONFIG_CLEAN_FILES =
210LTLIBRARIES = $(plugin_LTLIBRARIES)
211
212cfanim_la_DEPENDENCIES =
213am_cfanim_la_OBJECTS = cfanim.lo plugin_common.lo
214cfanim_la_OBJECTS = $(am_cfanim_la_OBJECTS)
215
216DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)/include
217depcomp = $(SHELL) $(top_srcdir)/utils/depcomp
218am__depfiles_maybe = depfiles
219@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/cfanim.Plo \
220@AMDEP_TRUE@ ./$(DEPDIR)/plugin_common.Plo
221COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
222 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
223LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \
224 $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
225CCLD = $(CC)
226LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
227 $(AM_LDFLAGS) $(LDFLAGS) -o $@
228DIST_SOURCES = $(cfanim_la_SOURCES)
229
230RECURSIVE_TARGETS = info-recursive dvi-recursive pdf-recursive \
231 ps-recursive install-info-recursive uninstall-info-recursive \
232 all-recursive install-data-recursive install-exec-recursive \
233 installdirs-recursive install-recursive uninstall-recursive \
234 check-recursive installcheck-recursive
235DIST_COMMON = $(srcdir)/Makefile.in Makefile.am
236DIST_SUBDIRS = $(SUBDIRS)
237SOURCES = $(cfanim_la_SOURCES)
238
239all: all-recursive
248 240
249.SUFFIXES: 241.SUFFIXES:
250.SUFFIXES: .c .lo .o .obj 242.SUFFIXES: .c .lo .o .obj
251$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) 243$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
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) && \ 244 cd $(top_srcdir) && \
262 $(AUTOMAKE) --gnu plugins/cfanim/Makefile 245 $(AUTOMAKE) --gnu plugins/cfanim/Makefile
263.PRECIOUS: Makefile
264Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 246Makefile: @MAINTAINER_MODE_TRUE@ $(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);; \ 247 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
271 esac; 248pluginLTLIBRARIES_INSTALL = $(INSTALL)
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
280install-pluginLTLIBRARIES: $(plugin_LTLIBRARIES) 249install-pluginLTLIBRARIES: $(plugin_LTLIBRARIES)
281 @$(NORMAL_INSTALL) 250 @$(NORMAL_INSTALL)
282 test -z "$(plugindir)" || $(mkdir_p) "$(DESTDIR)$(plugindir)" 251 $(mkinstalldirs) $(DESTDIR)$(plugindir)
283 @list='$(plugin_LTLIBRARIES)'; for p in $$list; do \ 252 @list='$(plugin_LTLIBRARIES)'; for p in $$list; do \
284 if test -f $$p; then \ 253 if test -f $$p; then \
285 f=$(am__strip_dir) \ 254 f="`echo $$p | sed -e 's|^.*/||'`"; \
286 echo " $(LIBTOOL) --mode=install $(pluginLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(plugindir)/$$f'"; \ 255 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"; \ 256 $(LIBTOOL) --mode=install $(pluginLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(plugindir)/$$f; \
288 else :; fi; \ 257 else :; fi; \
289 done 258 done
290 259
291uninstall-pluginLTLIBRARIES: 260uninstall-pluginLTLIBRARIES:
292 @$(NORMAL_UNINSTALL) 261 @$(NORMAL_UNINSTALL)
293 @set -x; list='$(plugin_LTLIBRARIES)'; for p in $$list; do \ 262 @list='$(plugin_LTLIBRARIES)'; for p in $$list; do \
294 p=$(am__strip_dir) \ 263 p="`echo $$p | sed -e 's|^.*/||'`"; \
295 echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(plugindir)/$$p'"; \ 264 echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(plugindir)/$$p"; \
296 $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(plugindir)/$$p"; \ 265 $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(plugindir)/$$p; \
297 done 266 done
298 267
299clean-pluginLTLIBRARIES: 268clean-pluginLTLIBRARIES:
300 -test -z "$(plugin_LTLIBRARIES)" || rm -f $(plugin_LTLIBRARIES) 269 -test -z "$(plugin_LTLIBRARIES)" || rm -f $(plugin_LTLIBRARIES)
301 @list='$(plugin_LTLIBRARIES)'; for p in $$list; do \ 270 @list='$(plugin_LTLIBRARIES)'; for p in $$list; do \
302 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ 271 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
303 test "$$dir" != "$$p" || dir=.; \ 272 test "$$dir" = "$$p" && dir=.; \
304 echo "rm -f \"$${dir}/so_locations\""; \ 273 echo "rm -f \"$${dir}/so_locations\""; \
305 rm -f "$${dir}/so_locations"; \ 274 rm -f "$${dir}/so_locations"; \
306 done 275 done
307cfanim.la: $(cfanim_la_OBJECTS) $(cfanim_la_DEPENDENCIES) 276cfanim.la: $(cfanim_la_OBJECTS) $(cfanim_la_DEPENDENCIES)
308 $(LINK) -rpath $(plugindir) $(cfanim_la_LDFLAGS) $(cfanim_la_OBJECTS) $(cfanim_la_LIBADD) $(LIBS) 277 $(LINK) -rpath $(plugindir) $(cfanim_la_LDFLAGS) $(cfanim_la_OBJECTS) $(cfanim_la_LIBADD) $(LIBS)
309 278
310mostlyclean-compile: 279mostlyclean-compile:
311 -rm -f *.$(OBJEXT) 280 -rm -f *.$(OBJEXT) core *.core
312 281
313distclean-compile: 282distclean-compile:
314 -rm -f *.tab.c 283 -rm -f *.tab.c
315 284
316@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cfanim.Plo@am__quote@ 285@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cfanim.Plo@am__quote@
317@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/plugin_common.Plo@am__quote@ 286@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/plugin_common.Plo@am__quote@
318 287
319.c.o: 288.c.o:
320@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \ 289@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
290@am__fastdepCC_TRUE@ -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
321@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi 291@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
292@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
293@am__fastdepCC_TRUE@ fi
322@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 294@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
295@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
323@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 296@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
324@am__fastdepCC_FALSE@ $(COMPILE) -c $< 297@am__fastdepCC_FALSE@ $(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
325 298
326.c.obj: 299.c.obj:
327@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \ 300@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
301@am__fastdepCC_TRUE@ -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \
328@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi 302@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
303@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
304@am__fastdepCC_TRUE@ fi
329@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 305@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
306@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
330@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 307@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
331@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` 308@am__fastdepCC_FALSE@ $(COMPILE) -c `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
332 309
333.c.lo: 310.c.lo:
334@am__fastdepCC_TRUE@ if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \ 311@am__fastdepCC_TRUE@ if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
312@am__fastdepCC_TRUE@ -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
335@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi 313@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; \
314@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
315@am__fastdepCC_TRUE@ fi
336@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ 316@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
317@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
337@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 318@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
338@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< 319@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
320
321plugin_common.o: ../common/plugin_common.c
322@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT plugin_common.o -MD -MP -MF "$(DEPDIR)/plugin_common.Tpo" \
323@am__fastdepCC_TRUE@ -c -o plugin_common.o `test -f '../common/plugin_common.c' || echo '$(srcdir)/'`../common/plugin_common.c; \
324@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/plugin_common.Tpo" "$(DEPDIR)/plugin_common.Po"; \
325@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/plugin_common.Tpo"; exit 1; \
326@am__fastdepCC_TRUE@ fi
327@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='../common/plugin_common.c' object='plugin_common.o' libtool=no @AMDEPBACKSLASH@
328@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/plugin_common.Po' tmpdepfile='$(DEPDIR)/plugin_common.TPo' @AMDEPBACKSLASH@
329@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
330@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o plugin_common.o `test -f '../common/plugin_common.c' || echo '$(srcdir)/'`../common/plugin_common.c
331
332plugin_common.obj: ../common/plugin_common.c
333@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT plugin_common.obj -MD -MP -MF "$(DEPDIR)/plugin_common.Tpo" \
334@am__fastdepCC_TRUE@ -c -o plugin_common.obj `if test -f '../common/plugin_common.c'; then $(CYGPATH_W) '../common/plugin_common.c'; else $(CYGPATH_W) '$(srcdir)/../common/plugin_common.c'; fi`; \
335@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/plugin_common.Tpo" "$(DEPDIR)/plugin_common.Po"; \
336@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/plugin_common.Tpo"; exit 1; \
337@am__fastdepCC_TRUE@ fi
338@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='../common/plugin_common.c' object='plugin_common.obj' libtool=no @AMDEPBACKSLASH@
339@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/plugin_common.Po' tmpdepfile='$(DEPDIR)/plugin_common.TPo' @AMDEPBACKSLASH@
340@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
341@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o plugin_common.obj `if test -f '../common/plugin_common.c'; then $(CYGPATH_W) '../common/plugin_common.c'; else $(CYGPATH_W) '$(srcdir)/../common/plugin_common.c'; fi`
339 342
340plugin_common.lo: ../common/plugin_common.c 343plugin_common.lo: ../common/plugin_common.c
341@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; \ 344@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" \
345@am__fastdepCC_TRUE@ -c -o plugin_common.lo `test -f '../common/plugin_common.c' || echo '$(srcdir)/'`../common/plugin_common.c; \
342@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/plugin_common.Tpo" "$(DEPDIR)/plugin_common.Plo"; else rm -f "$(DEPDIR)/plugin_common.Tpo"; exit 1; fi 346@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/plugin_common.Tpo" "$(DEPDIR)/plugin_common.Plo"; \
347@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/plugin_common.Tpo"; exit 1; \
348@am__fastdepCC_TRUE@ fi
343@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='../common/plugin_common.c' object='plugin_common.lo' libtool=yes @AMDEPBACKSLASH@ 349@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='../common/plugin_common.c' object='plugin_common.lo' libtool=yes @AMDEPBACKSLASH@
350@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/plugin_common.Plo' tmpdepfile='$(DEPDIR)/plugin_common.TPlo' @AMDEPBACKSLASH@
344@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 351@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
345@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 352@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 353
347mostlyclean-libtool: 354mostlyclean-libtool:
348 -rm -f *.lo 355 -rm -f *.lo
349 356
351 -rm -rf .libs _libs 358 -rm -rf .libs _libs
352 359
353distclean-libtool: 360distclean-libtool:
354 -rm -f libtool 361 -rm -f libtool
355uninstall-info-am: 362uninstall-info-am:
363
364# This directory's subdirectories are mostly independent; you can cd
365# into them and run `make' without going through this Makefile.
366# To change the values of `make' variables: instead of editing Makefiles,
367# (1) if the variable is set in `config.status', edit `config.status'
368# (which will cause the Makefiles to be regenerated when you run `make');
369# (2) otherwise, pass the desired values on the `make' command line.
370$(RECURSIVE_TARGETS):
371 @set fnord $$MAKEFLAGS; amf=$$2; \
372 dot_seen=no; \
373 target=`echo $@ | sed s/-recursive//`; \
374 list='$(SUBDIRS)'; for subdir in $$list; do \
375 echo "Making $$target in $$subdir"; \
376 if test "$$subdir" = "."; then \
377 dot_seen=yes; \
378 local_target="$$target-am"; \
379 else \
380 local_target="$$target"; \
381 fi; \
382 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
383 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
384 done; \
385 if test "$$dot_seen" = "no"; then \
386 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
387 fi; test -z "$$fail"
388
389mostlyclean-recursive clean-recursive distclean-recursive \
390maintainer-clean-recursive:
391 @set fnord $$MAKEFLAGS; amf=$$2; \
392 dot_seen=no; \
393 case "$@" in \
394 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
395 *) list='$(SUBDIRS)' ;; \
396 esac; \
397 rev=''; for subdir in $$list; do \
398 if test "$$subdir" = "."; then :; else \
399 rev="$$subdir $$rev"; \
400 fi; \
401 done; \
402 rev="$$rev ."; \
403 target=`echo $@ | sed s/-recursive//`; \
404 for subdir in $$rev; do \
405 echo "Making $$target in $$subdir"; \
406 if test "$$subdir" = "."; then \
407 local_target="$$target-am"; \
408 else \
409 local_target="$$target"; \
410 fi; \
411 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
412 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
413 done && test -z "$$fail"
414tags-recursive:
415 list='$(SUBDIRS)'; for subdir in $$list; do \
416 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
417 done
418ctags-recursive:
419 list='$(SUBDIRS)'; for subdir in $$list; do \
420 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
421 done
422
423ETAGS = etags
424ETAGSFLAGS =
425
426CTAGS = ctags
427CTAGSFLAGS =
428
429tags: TAGS
356 430
357ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 431ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
358 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 432 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
359 unique=`for i in $$list; do \ 433 unique=`for i in $$list; do \
360 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 434 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
361 done | \ 435 done | \
362 $(AWK) ' { files[$$0] = 1; } \ 436 $(AWK) ' { files[$$0] = 1; } \
363 END { for (i in files) print i; }'`; \ 437 END { for (i in files) print i; }'`; \
364 mkid -fID $$unique 438 mkid -fID $$unique
365tags: TAGS
366 439
367TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 440TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
368 $(TAGS_FILES) $(LISP) 441 $(TAGS_FILES) $(LISP)
369 tags=; \ 442 tags=; \
370 here=`pwd`; \ 443 here=`pwd`; \
444 if (etags --etags-include --version) >/dev/null 2>&1; then \
445 include_option=--etags-include; \
446 else \
447 include_option=--include; \
448 fi; \
449 list='$(SUBDIRS)'; for subdir in $$list; do \
450 if test "$$subdir" = .; then :; else \
451 test -f $$subdir/TAGS && \
452 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
453 fi; \
454 done; \
371 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 455 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
372 unique=`for i in $$list; do \ 456 unique=`for i in $$list; do \
373 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 457 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
374 done | \ 458 done | \
375 $(AWK) ' { files[$$0] = 1; } \ 459 $(AWK) ' { files[$$0] = 1; } \
376 END { for (i in files) print i; }'`; \ 460 END { for (i in files) print i; }'`; \
377 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ 461 test -z "$(ETAGS_ARGS)$$tags$$unique" \
378 test -n "$$unique" || unique=$$empty_fix; \
379 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 462 || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
380 $$tags $$unique; \ 463 $$tags $$unique
381 fi 464
382ctags: CTAGS 465ctags: CTAGS
383CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 466CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
384 $(TAGS_FILES) $(LISP) 467 $(TAGS_FILES) $(LISP)
385 tags=; \ 468 tags=; \
386 here=`pwd`; \ 469 here=`pwd`; \
387 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 470 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
388 unique=`for i in $$list; do \ 471 unique=`for i in $$list; do \
399 && cd $(top_srcdir) \ 482 && cd $(top_srcdir) \
400 && gtags -i $(GTAGS_ARGS) $$here 483 && gtags -i $(GTAGS_ARGS) $$here
401 484
402distclean-tags: 485distclean-tags:
403 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 486 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
487DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
488
489top_distdir = ../..
490distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
404 491
405distdir: $(DISTFILES) 492distdir: $(DISTFILES)
406 $(mkdir_p) $(distdir)/../common/include $(distdir)/include
407 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ 493 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
408 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ 494 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
409 list='$(DISTFILES)'; for file in $$list; do \ 495 list='$(DISTFILES)'; for file in $$list; do \
410 case $$file in \ 496 case $$file in \
411 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ 497 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
413 esac; \ 499 esac; \
414 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 500 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
415 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ 501 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
416 if test "$$dir" != "$$file" && test "$$dir" != "."; then \ 502 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
417 dir="/$$dir"; \ 503 dir="/$$dir"; \
418 $(mkdir_p) "$(distdir)$$dir"; \ 504 $(mkinstalldirs) "$(distdir)$$dir"; \
419 else \ 505 else \
420 dir=''; \ 506 dir=''; \
421 fi; \ 507 fi; \
422 if test -d $$d/$$file; then \ 508 if test -d $$d/$$file; then \
423 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 509 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
428 test -f $(distdir)/$$file \ 514 test -f $(distdir)/$$file \
429 || cp -p $$d/$$file $(distdir)/$$file \ 515 || cp -p $$d/$$file $(distdir)/$$file \
430 || exit 1; \ 516 || exit 1; \
431 fi; \ 517 fi; \
432 done 518 done
519 list='$(SUBDIRS)'; for subdir in $$list; do \
520 if test "$$subdir" = .; then :; else \
521 test -d $(distdir)/$$subdir \
522 || mkdir $(distdir)/$$subdir \
523 || exit 1; \
524 (cd $$subdir && \
525 $(MAKE) $(AM_MAKEFLAGS) \
526 top_distdir="$(top_distdir)" \
527 distdir=../$(distdir)/$$subdir \
528 distdir) \
529 || exit 1; \
530 fi; \
531 done
433check-am: all-am 532check-am: all-am
434check: check-am 533check: check-recursive
435all-am: Makefile $(LTLIBRARIES) $(HEADERS) 534all-am: Makefile $(LTLIBRARIES)
535installdirs: installdirs-recursive
436installdirs: 536installdirs-am:
437 for dir in "$(DESTDIR)$(plugindir)"; do \ 537 $(mkinstalldirs) $(DESTDIR)$(plugindir)
438 test -z "$$dir" || $(mkdir_p) "$$dir"; \ 538
439 done
440install: install-am 539install: install-recursive
441install-exec: install-exec-am 540install-exec: install-exec-recursive
442install-data: install-data-am 541install-data: install-data-recursive
443uninstall: uninstall-am 542uninstall: uninstall-recursive
444 543
445install-am: all-am 544install-am: all-am
446 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 545 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
447 546
448installcheck: installcheck-am 547installcheck: installcheck-recursive
449install-strip: 548install-strip:
450 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 549 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
451 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 550 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
452 `test -z '$(STRIP)' || \ 551 `test -z '$(STRIP)' || \
453 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 552 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
454mostlyclean-generic: 553mostlyclean-generic:
455 554
456clean-generic: 555clean-generic:
457 556
458distclean-generic: 557distclean-generic:
459 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 558 -rm -f $(CONFIG_CLEAN_FILES)
460 559
461maintainer-clean-generic: 560maintainer-clean-generic:
462 @echo "This command is intended for maintainers to use" 561 @echo "This command is intended for maintainers to use"
463 @echo "it deletes files that may require special tools to rebuild." 562 @echo "it deletes files that may require special tools to rebuild."
464clean: clean-am 563clean: clean-recursive
465 564
466clean-am: clean-generic clean-libtool clean-pluginLTLIBRARIES \ 565clean-am: clean-generic clean-libtool clean-pluginLTLIBRARIES \
467 mostlyclean-am 566 mostlyclean-am
468 567
469distclean: distclean-am 568distclean: distclean-recursive
470 -rm -rf ./$(DEPDIR) 569 -rm -rf ./$(DEPDIR)
471 -rm -f Makefile 570 -rm -f Makefile
472distclean-am: clean-am distclean-compile distclean-generic \ 571distclean-am: clean-am distclean-compile distclean-generic \
473 distclean-libtool distclean-tags 572 distclean-libtool distclean-tags
474 573
475dvi: dvi-am 574dvi: dvi-recursive
476 575
477dvi-am: 576dvi-am:
478 577
479html: html-am 578info: info-recursive
480
481info: info-am
482 579
483info-am: 580info-am:
484 581
485install-data-am: install-pluginLTLIBRARIES 582install-data-am: install-pluginLTLIBRARIES
486 583
487install-exec-am: 584install-exec-am:
488 585
489install-info: install-info-am 586install-info: install-info-recursive
490 587
491install-man: 588install-man:
492 589
493installcheck-am: 590installcheck-am:
494 591
495maintainer-clean: maintainer-clean-am 592maintainer-clean: maintainer-clean-recursive
496 -rm -rf ./$(DEPDIR) 593 -rm -rf ./$(DEPDIR)
497 -rm -f Makefile 594 -rm -f Makefile
498maintainer-clean-am: distclean-am maintainer-clean-generic 595maintainer-clean-am: distclean-am maintainer-clean-generic
499 596
500mostlyclean: mostlyclean-am 597mostlyclean: mostlyclean-recursive
501 598
502mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 599mostlyclean-am: mostlyclean-compile mostlyclean-generic \
503 mostlyclean-libtool 600 mostlyclean-libtool
504 601
505pdf: pdf-am 602pdf: pdf-recursive
506 603
507pdf-am: 604pdf-am:
508 605
509ps: ps-am 606ps: ps-recursive
510 607
511ps-am: 608ps-am:
512 609
513uninstall-am: uninstall-info-am uninstall-pluginLTLIBRARIES 610uninstall-am: uninstall-info-am uninstall-pluginLTLIBRARIES
514 611
612uninstall-info: uninstall-info-recursive
613
515.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \ 614.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am clean \
516 clean-libtool clean-pluginLTLIBRARIES ctags distclean \ 615 clean-generic clean-libtool clean-pluginLTLIBRARIES \
616 clean-recursive ctags ctags-recursive distclean \
517 distclean-compile distclean-generic distclean-libtool \ 617 distclean-compile distclean-generic distclean-libtool \
518 distclean-tags distdir dvi dvi-am html html-am info info-am \ 618 distclean-recursive distclean-tags distdir dvi dvi-am \
519 install install-am install-data install-data-am install-exec \ 619 dvi-recursive info info-am info-recursive install install-am \
520 install-exec-am install-info install-info-am install-man \ 620 install-data install-data-am install-data-recursive \
521 install-pluginLTLIBRARIES install-strip installcheck \ 621 install-exec install-exec-am install-exec-recursive \
522 installcheck-am installdirs maintainer-clean \ 622 install-info install-info-am install-info-recursive install-man \
623 install-pluginLTLIBRARIES install-recursive install-strip \
624 installcheck installcheck-am installdirs installdirs-am \
625 installdirs-recursive maintainer-clean maintainer-clean-generic \
523 maintainer-clean-generic mostlyclean mostlyclean-compile \ 626 maintainer-clean-recursive mostlyclean mostlyclean-compile \
524 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ 627 mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
628 pdf pdf-am pdf-recursive ps ps-am ps-recursive tags \
525 tags uninstall uninstall-am uninstall-info-am \ 629 tags-recursive uninstall uninstall-am uninstall-info-am \
526 uninstall-pluginLTLIBRARIES 630 uninstall-info-recursive uninstall-pluginLTLIBRARIES \
631 uninstall-recursive
527 632
528 633
529proto: 634proto:
530 cproto -D__CEXTRACT__ -o include/cfanim_proto.h $(CPPFLAGS) $(AM_CPPFLAGS) \ 635 cproto -D__CEXTRACT__ -o include/cfanim_proto.h $(CPPFLAGS) $(AM_CPPFLAGS) \
531 `echo $(SOURCES) " " | $(AWK) -v RS=" " '/.c$$/ { print }'` 636 `echo $(SOURCES) " " | $(AWK) -v RS=" " '/.c$$/ { print }'`

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines