Initial commit (based on data-sharing-plugin)
[sharing-cli] / src / .svn / text-base / Makefile.in.svn-base
1 # Makefile.in generated by automake 1.8.5 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004  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 # This file is part of sharing-plugin-template
19 #
20 # Copyright (C) 2008-2009 Nokia Corporation. All rights reserved.
21 #
22 # This maemo code example is licensed under a MIT-style license,
23 # that can be found in the file called "COPYING" in the root
24 # directory.
25 #
26
27 SOURCES = $(libtemplate_la_SOURCES)
28
29 srcdir = @srcdir@
30 top_srcdir = @top_srcdir@
31 VPATH = @srcdir@
32 pkgdatadir = $(datadir)/@PACKAGE@
33 pkglibdir = $(libdir)/@PACKAGE@
34 pkgincludedir = $(includedir)/@PACKAGE@
35 top_builddir = ..
36 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
37 INSTALL = @INSTALL@
38 install_sh_DATA = $(install_sh) -c -m 644
39 install_sh_PROGRAM = $(install_sh) -c
40 install_sh_SCRIPT = $(install_sh) -c
41 INSTALL_HEADER = $(INSTALL_DATA)
42 transform = $(program_transform_name)
43 NORMAL_INSTALL = :
44 PRE_INSTALL = :
45 POST_INSTALL = :
46 NORMAL_UNINSTALL = :
47 PRE_UNINSTALL = :
48 POST_UNINSTALL = :
49 host_triplet = @host@
50 subdir = src
51 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
52 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
53 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
54 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
55         $(ACLOCAL_M4)
56 mkinstalldirs = $(mkdir_p)
57 CONFIG_HEADER = $(top_builddir)/config.h
58 CONFIG_CLEAN_FILES =
59 am__installdirs = "$(DESTDIR)$(pluginsdir)"
60 pluginsLTLIBRARIES_INSTALL = $(INSTALL)
61 LTLIBRARIES = $(plugins_LTLIBRARIES)
62 am__DEPENDENCIES_1 =
63 libtemplate_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
64 am_libtemplate_la_OBJECTS = libtemplate_la-plugin.lo \
65         libtemplate_la-common.lo libtemplate_la-send.lo \
66         libtemplate_la-validate.lo
67 libtemplate_la_OBJECTS = $(am_libtemplate_la_OBJECTS)
68 DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
69 depcomp = $(SHELL) $(top_srcdir)/depcomp
70 am__depfiles_maybe = depfiles
71 @AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/libtemplate_la-common.Plo \
72 @AMDEP_TRUE@    ./$(DEPDIR)/libtemplate_la-plugin.Plo \
73 @AMDEP_TRUE@    ./$(DEPDIR)/libtemplate_la-send.Plo \
74 @AMDEP_TRUE@    ./$(DEPDIR)/libtemplate_la-validate.Plo
75 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
76         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
77 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) \
78         $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
79         $(AM_CFLAGS) $(CFLAGS)
80 CCLD = $(CC)
81 LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
82         $(AM_LDFLAGS) $(LDFLAGS) -o $@
83 SOURCES = $(libtemplate_la_SOURCES)
84 DIST_SOURCES = $(libtemplate_la_SOURCES)
85 ETAGS = etags
86 CTAGS = ctags
87 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
88 ACLOCAL = @ACLOCAL@
89 AMDEP_FALSE = @AMDEP_FALSE@
90 AMDEP_TRUE = @AMDEP_TRUE@
91 AMTAR = @AMTAR@
92 AR = @AR@
93 AUTOCONF = @AUTOCONF@
94 AUTOHEADER = @AUTOHEADER@
95 AUTOMAKE = @AUTOMAKE@
96 AWK = @AWK@
97 CC = @CC@
98 CCDEPMODE = @CCDEPMODE@
99 CFLAGS = @CFLAGS@
100 CPP = @CPP@
101 CPPFLAGS = @CPPFLAGS@
102 CXX = @CXX@
103 CXXCPP = @CXXCPP@
104 CXXDEPMODE = @CXXDEPMODE@
105 CXXFLAGS = @CXXFLAGS@
106 CYGPATH_W = @CYGPATH_W@
107 DEBUG_CFLAGS = @DEBUG_CFLAGS@
108 DEFS = @DEFS@
109 DEPDIR = @DEPDIR@
110 DSYMUTIL = @DSYMUTIL@
111 ECHO = @ECHO@
112 ECHO_C = @ECHO_C@
113 ECHO_N = @ECHO_N@
114 ECHO_T = @ECHO_T@
115 EGREP = @EGREP@
116 EXEEXT = @EXEEXT@
117 F77 = @F77@
118 FFLAGS = @FFLAGS@
119 GREP = @GREP@
120 INSTALL_DATA = @INSTALL_DATA@
121 INSTALL_PROGRAM = @INSTALL_PROGRAM@
122 INSTALL_SCRIPT = @INSTALL_SCRIPT@
123 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
124 LDFLAGS = @LDFLAGS@
125 LIBOBJS = @LIBOBJS@
126 LIBS = @LIBS@
127 LIBTOOL = @LIBTOOL@
128 LN_S = @LN_S@
129 LTLIBOBJS = @LTLIBOBJS@
130 MAINT = @MAINT@
131 MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
132 MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
133 MAKEINFO = @MAKEINFO@
134 NMEDIT = @NMEDIT@
135 OBJEXT = @OBJEXT@
136 PACKAGE = @PACKAGE@
137 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
138 PACKAGE_CFLAGS = @PACKAGE_CFLAGS@
139 PACKAGE_LIBS = @PACKAGE_LIBS@
140 PACKAGE_LOCALE_DIR = @PACKAGE_LOCALE_DIR@
141 PACKAGE_NAME = @PACKAGE_NAME@
142 PACKAGE_STRING = @PACKAGE_STRING@
143 PACKAGE_TARNAME = @PACKAGE_TARNAME@
144 PACKAGE_VERSION = @PACKAGE_VERSION@
145 PATH_SEPARATOR = @PATH_SEPARATOR@
146 PKG_CONFIG = @PKG_CONFIG@
147 RANLIB = @RANLIB@
148 SED = @SED@
149 SET_MAKE = @SET_MAKE@
150 SHARING_CFLAGS = @SHARING_CFLAGS@
151 SHARING_LIBS = @SHARING_LIBS@
152 SHELL = @SHELL@
153 STRIP = @STRIP@
154 VERSION = @VERSION@
155 ac_ct_CC = @ac_ct_CC@
156 ac_ct_CXX = @ac_ct_CXX@
157 ac_ct_F77 = @ac_ct_F77@
158 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
159 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
160 am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
161 am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
162 am__include = @am__include@
163 am__leading_dot = @am__leading_dot@
164 am__quote = @am__quote@
165 bindir = @bindir@
166 build = @build@
167 build_alias = @build_alias@
168 build_cpu = @build_cpu@
169 build_os = @build_os@
170 build_vendor = @build_vendor@
171 currentdir = @currentdir@
172 datadir = @datadir@
173 datarootdir = @datarootdir@
174 docdir = @docdir@
175 dvidir = @dvidir@
176 exec_prefix = @exec_prefix@
177 host = @host@
178 host_alias = @host_alias@
179 host_cpu = @host_cpu@
180 host_os = @host_os@
181 host_vendor = @host_vendor@
182 htmldir = @htmldir@
183 includedir = @includedir@
184 infodir = @infodir@
185 install_sh = @install_sh@
186 libdir = @libdir@
187 libexecdir = @libexecdir@
188 localedir = @localedir@
189 localstatedir = @localstatedir@
190 mandir = @mandir@
191 mkdir_p = @mkdir_p@
192 oldincludedir = @oldincludedir@
193 pdfdir = @pdfdir@
194 pluginsdir = @pluginsdir@
195 prefix = @prefix@
196 program_transform_name = @program_transform_name@
197 psdir = @psdir@
198 sbindir = @sbindir@
199 servicesdir = @servicesdir@
200 sharedstatedir = @sharedstatedir@
201 sysconfdir = @sysconfdir@
202 target_alias = @target_alias@
203 plugins_LTLIBRARIES = libtemplate.la
204 libtemplate_la_SOURCES = plugin.c common.c send.c validate.c
205 libtemplate_la_CFLAGS = $(PACKAGE_CFLAGS) $(DEBUG_CFLAGS)
206 libtemplate_la_LDFLAGS = -module -avoid-version -export-dynamic
207 libtemplate_la_LIBADD = $(PACKAGE_LIBS)
208 MAINTAINERCLEANFILES = Makefile.in
209 all: all-am
210
211 .SUFFIXES:
212 .SUFFIXES: .c .lo .o .obj
213 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
214         @for dep in $?; do \
215           case '$(am__configure_deps)' in \
216             *$$dep*) \
217               cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
218                 && exit 0; \
219               exit 1;; \
220           esac; \
221         done; \
222         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/Makefile'; \
223         cd $(top_srcdir) && \
224           $(AUTOMAKE) --foreign  src/Makefile
225 .PRECIOUS: Makefile
226 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
227         @case '$?' in \
228           *config.status*) \
229             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
230           *) \
231             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
232             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
233         esac;
234
235 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
236         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
237
238 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
239         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
240 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
241         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
242 install-pluginsLTLIBRARIES: $(plugins_LTLIBRARIES)
243         @$(NORMAL_INSTALL)
244         test -z "$(pluginsdir)" || $(mkdir_p) "$(DESTDIR)$(pluginsdir)"
245         @list='$(plugins_LTLIBRARIES)'; for p in $$list; do \
246           if test -f $$p; then \
247             f="`echo $$p | sed -e 's|^.*/||'`"; \
248             echo " $(LIBTOOL) --mode=install $(pluginsLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(pluginsdir)/$$f'"; \
249             $(LIBTOOL) --mode=install $(pluginsLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(pluginsdir)/$$f"; \
250           else :; fi; \
251         done
252
253 uninstall-pluginsLTLIBRARIES:
254         @$(NORMAL_UNINSTALL)
255         @list='$(plugins_LTLIBRARIES)'; for p in $$list; do \
256             p="`echo $$p | sed -e 's|^.*/||'`"; \
257           echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(pluginsdir)/$$p'"; \
258           $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(pluginsdir)/$$p"; \
259         done
260
261 clean-pluginsLTLIBRARIES:
262         -test -z "$(plugins_LTLIBRARIES)" || rm -f $(plugins_LTLIBRARIES)
263         @list='$(plugins_LTLIBRARIES)'; for p in $$list; do \
264           dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
265           test "$$dir" != "$$p" || dir=.; \
266           echo "rm -f \"$${dir}/so_locations\""; \
267           rm -f "$${dir}/so_locations"; \
268         done
269 libtemplate.la: $(libtemplate_la_OBJECTS) $(libtemplate_la_DEPENDENCIES) 
270         $(LINK) -rpath $(pluginsdir) $(libtemplate_la_LDFLAGS) $(libtemplate_la_OBJECTS) $(libtemplate_la_LIBADD) $(LIBS)
271
272 mostlyclean-compile:
273         -rm -f *.$(OBJEXT)
274
275 distclean-compile:
276         -rm -f *.tab.c
277
278 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtemplate_la-common.Plo@am__quote@
279 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtemplate_la-plugin.Plo@am__quote@
280 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtemplate_la-send.Plo@am__quote@
281 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtemplate_la-validate.Plo@am__quote@
282
283 .c.o:
284 @am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
285 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
286 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
287 @AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
288 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
289 @am__fastdepCC_FALSE@   $(COMPILE) -c $<
290
291 .c.obj:
292 @am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
293 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
294 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
295 @AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
296 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
297 @am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
298
299 .c.lo:
300 @am__fastdepCC_TRUE@    if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
301 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
302 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
303 @AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
304 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
305 @am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
306
307 libtemplate_la-plugin.o: plugin.c
308 @am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtemplate_la_CFLAGS) $(CFLAGS) -MT libtemplate_la-plugin.o -MD -MP -MF "$(DEPDIR)/libtemplate_la-plugin.Tpo" -c -o libtemplate_la-plugin.o `test -f 'plugin.c' || echo '$(srcdir)/'`plugin.c; \
309 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/libtemplate_la-plugin.Tpo" "$(DEPDIR)/libtemplate_la-plugin.Po"; else rm -f "$(DEPDIR)/libtemplate_la-plugin.Tpo"; exit 1; fi
310 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='plugin.c' object='libtemplate_la-plugin.o' libtool=no @AMDEPBACKSLASH@
311 @AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/libtemplate_la-plugin.Po' tmpdepfile='$(DEPDIR)/libtemplate_la-plugin.TPo' @AMDEPBACKSLASH@
312 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
313 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtemplate_la_CFLAGS) $(CFLAGS) -c -o libtemplate_la-plugin.o `test -f 'plugin.c' || echo '$(srcdir)/'`plugin.c
314
315 libtemplate_la-plugin.obj: plugin.c
316 @am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtemplate_la_CFLAGS) $(CFLAGS) -MT libtemplate_la-plugin.obj -MD -MP -MF "$(DEPDIR)/libtemplate_la-plugin.Tpo" -c -o libtemplate_la-plugin.obj `if test -f 'plugin.c'; then $(CYGPATH_W) 'plugin.c'; else $(CYGPATH_W) '$(srcdir)/plugin.c'; fi`; \
317 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/libtemplate_la-plugin.Tpo" "$(DEPDIR)/libtemplate_la-plugin.Po"; else rm -f "$(DEPDIR)/libtemplate_la-plugin.Tpo"; exit 1; fi
318 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='plugin.c' object='libtemplate_la-plugin.obj' libtool=no @AMDEPBACKSLASH@
319 @AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/libtemplate_la-plugin.Po' tmpdepfile='$(DEPDIR)/libtemplate_la-plugin.TPo' @AMDEPBACKSLASH@
320 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
321 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtemplate_la_CFLAGS) $(CFLAGS) -c -o libtemplate_la-plugin.obj `if test -f 'plugin.c'; then $(CYGPATH_W) 'plugin.c'; else $(CYGPATH_W) '$(srcdir)/plugin.c'; fi`
322
323 libtemplate_la-plugin.lo: plugin.c
324 @am__fastdepCC_TRUE@    if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtemplate_la_CFLAGS) $(CFLAGS) -MT libtemplate_la-plugin.lo -MD -MP -MF "$(DEPDIR)/libtemplate_la-plugin.Tpo" -c -o libtemplate_la-plugin.lo `test -f 'plugin.c' || echo '$(srcdir)/'`plugin.c; \
325 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/libtemplate_la-plugin.Tpo" "$(DEPDIR)/libtemplate_la-plugin.Plo"; else rm -f "$(DEPDIR)/libtemplate_la-plugin.Tpo"; exit 1; fi
326 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='plugin.c' object='libtemplate_la-plugin.lo' libtool=yes @AMDEPBACKSLASH@
327 @AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/libtemplate_la-plugin.Plo' tmpdepfile='$(DEPDIR)/libtemplate_la-plugin.TPlo' @AMDEPBACKSLASH@
328 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
329 @am__fastdepCC_FALSE@   $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtemplate_la_CFLAGS) $(CFLAGS) -c -o libtemplate_la-plugin.lo `test -f 'plugin.c' || echo '$(srcdir)/'`plugin.c
330
331 libtemplate_la-common.o: common.c
332 @am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtemplate_la_CFLAGS) $(CFLAGS) -MT libtemplate_la-common.o -MD -MP -MF "$(DEPDIR)/libtemplate_la-common.Tpo" -c -o libtemplate_la-common.o `test -f 'common.c' || echo '$(srcdir)/'`common.c; \
333 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/libtemplate_la-common.Tpo" "$(DEPDIR)/libtemplate_la-common.Po"; else rm -f "$(DEPDIR)/libtemplate_la-common.Tpo"; exit 1; fi
334 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='common.c' object='libtemplate_la-common.o' libtool=no @AMDEPBACKSLASH@
335 @AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/libtemplate_la-common.Po' tmpdepfile='$(DEPDIR)/libtemplate_la-common.TPo' @AMDEPBACKSLASH@
336 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
337 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtemplate_la_CFLAGS) $(CFLAGS) -c -o libtemplate_la-common.o `test -f 'common.c' || echo '$(srcdir)/'`common.c
338
339 libtemplate_la-common.obj: common.c
340 @am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtemplate_la_CFLAGS) $(CFLAGS) -MT libtemplate_la-common.obj -MD -MP -MF "$(DEPDIR)/libtemplate_la-common.Tpo" -c -o libtemplate_la-common.obj `if test -f 'common.c'; then $(CYGPATH_W) 'common.c'; else $(CYGPATH_W) '$(srcdir)/common.c'; fi`; \
341 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/libtemplate_la-common.Tpo" "$(DEPDIR)/libtemplate_la-common.Po"; else rm -f "$(DEPDIR)/libtemplate_la-common.Tpo"; exit 1; fi
342 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='common.c' object='libtemplate_la-common.obj' libtool=no @AMDEPBACKSLASH@
343 @AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/libtemplate_la-common.Po' tmpdepfile='$(DEPDIR)/libtemplate_la-common.TPo' @AMDEPBACKSLASH@
344 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
345 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtemplate_la_CFLAGS) $(CFLAGS) -c -o libtemplate_la-common.obj `if test -f 'common.c'; then $(CYGPATH_W) 'common.c'; else $(CYGPATH_W) '$(srcdir)/common.c'; fi`
346
347 libtemplate_la-common.lo: common.c
348 @am__fastdepCC_TRUE@    if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtemplate_la_CFLAGS) $(CFLAGS) -MT libtemplate_la-common.lo -MD -MP -MF "$(DEPDIR)/libtemplate_la-common.Tpo" -c -o libtemplate_la-common.lo `test -f 'common.c' || echo '$(srcdir)/'`common.c; \
349 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/libtemplate_la-common.Tpo" "$(DEPDIR)/libtemplate_la-common.Plo"; else rm -f "$(DEPDIR)/libtemplate_la-common.Tpo"; exit 1; fi
350 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='common.c' object='libtemplate_la-common.lo' libtool=yes @AMDEPBACKSLASH@
351 @AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/libtemplate_la-common.Plo' tmpdepfile='$(DEPDIR)/libtemplate_la-common.TPlo' @AMDEPBACKSLASH@
352 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
353 @am__fastdepCC_FALSE@   $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtemplate_la_CFLAGS) $(CFLAGS) -c -o libtemplate_la-common.lo `test -f 'common.c' || echo '$(srcdir)/'`common.c
354
355 libtemplate_la-send.o: send.c
356 @am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtemplate_la_CFLAGS) $(CFLAGS) -MT libtemplate_la-send.o -MD -MP -MF "$(DEPDIR)/libtemplate_la-send.Tpo" -c -o libtemplate_la-send.o `test -f 'send.c' || echo '$(srcdir)/'`send.c; \
357 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/libtemplate_la-send.Tpo" "$(DEPDIR)/libtemplate_la-send.Po"; else rm -f "$(DEPDIR)/libtemplate_la-send.Tpo"; exit 1; fi
358 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='send.c' object='libtemplate_la-send.o' libtool=no @AMDEPBACKSLASH@
359 @AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/libtemplate_la-send.Po' tmpdepfile='$(DEPDIR)/libtemplate_la-send.TPo' @AMDEPBACKSLASH@
360 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
361 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtemplate_la_CFLAGS) $(CFLAGS) -c -o libtemplate_la-send.o `test -f 'send.c' || echo '$(srcdir)/'`send.c
362
363 libtemplate_la-send.obj: send.c
364 @am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtemplate_la_CFLAGS) $(CFLAGS) -MT libtemplate_la-send.obj -MD -MP -MF "$(DEPDIR)/libtemplate_la-send.Tpo" -c -o libtemplate_la-send.obj `if test -f 'send.c'; then $(CYGPATH_W) 'send.c'; else $(CYGPATH_W) '$(srcdir)/send.c'; fi`; \
365 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/libtemplate_la-send.Tpo" "$(DEPDIR)/libtemplate_la-send.Po"; else rm -f "$(DEPDIR)/libtemplate_la-send.Tpo"; exit 1; fi
366 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='send.c' object='libtemplate_la-send.obj' libtool=no @AMDEPBACKSLASH@
367 @AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/libtemplate_la-send.Po' tmpdepfile='$(DEPDIR)/libtemplate_la-send.TPo' @AMDEPBACKSLASH@
368 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
369 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtemplate_la_CFLAGS) $(CFLAGS) -c -o libtemplate_la-send.obj `if test -f 'send.c'; then $(CYGPATH_W) 'send.c'; else $(CYGPATH_W) '$(srcdir)/send.c'; fi`
370
371 libtemplate_la-send.lo: send.c
372 @am__fastdepCC_TRUE@    if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtemplate_la_CFLAGS) $(CFLAGS) -MT libtemplate_la-send.lo -MD -MP -MF "$(DEPDIR)/libtemplate_la-send.Tpo" -c -o libtemplate_la-send.lo `test -f 'send.c' || echo '$(srcdir)/'`send.c; \
373 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/libtemplate_la-send.Tpo" "$(DEPDIR)/libtemplate_la-send.Plo"; else rm -f "$(DEPDIR)/libtemplate_la-send.Tpo"; exit 1; fi
374 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='send.c' object='libtemplate_la-send.lo' libtool=yes @AMDEPBACKSLASH@
375 @AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/libtemplate_la-send.Plo' tmpdepfile='$(DEPDIR)/libtemplate_la-send.TPlo' @AMDEPBACKSLASH@
376 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
377 @am__fastdepCC_FALSE@   $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtemplate_la_CFLAGS) $(CFLAGS) -c -o libtemplate_la-send.lo `test -f 'send.c' || echo '$(srcdir)/'`send.c
378
379 libtemplate_la-validate.o: validate.c
380 @am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtemplate_la_CFLAGS) $(CFLAGS) -MT libtemplate_la-validate.o -MD -MP -MF "$(DEPDIR)/libtemplate_la-validate.Tpo" -c -o libtemplate_la-validate.o `test -f 'validate.c' || echo '$(srcdir)/'`validate.c; \
381 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/libtemplate_la-validate.Tpo" "$(DEPDIR)/libtemplate_la-validate.Po"; else rm -f "$(DEPDIR)/libtemplate_la-validate.Tpo"; exit 1; fi
382 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='validate.c' object='libtemplate_la-validate.o' libtool=no @AMDEPBACKSLASH@
383 @AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/libtemplate_la-validate.Po' tmpdepfile='$(DEPDIR)/libtemplate_la-validate.TPo' @AMDEPBACKSLASH@
384 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
385 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtemplate_la_CFLAGS) $(CFLAGS) -c -o libtemplate_la-validate.o `test -f 'validate.c' || echo '$(srcdir)/'`validate.c
386
387 libtemplate_la-validate.obj: validate.c
388 @am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtemplate_la_CFLAGS) $(CFLAGS) -MT libtemplate_la-validate.obj -MD -MP -MF "$(DEPDIR)/libtemplate_la-validate.Tpo" -c -o libtemplate_la-validate.obj `if test -f 'validate.c'; then $(CYGPATH_W) 'validate.c'; else $(CYGPATH_W) '$(srcdir)/validate.c'; fi`; \
389 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/libtemplate_la-validate.Tpo" "$(DEPDIR)/libtemplate_la-validate.Po"; else rm -f "$(DEPDIR)/libtemplate_la-validate.Tpo"; exit 1; fi
390 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='validate.c' object='libtemplate_la-validate.obj' libtool=no @AMDEPBACKSLASH@
391 @AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/libtemplate_la-validate.Po' tmpdepfile='$(DEPDIR)/libtemplate_la-validate.TPo' @AMDEPBACKSLASH@
392 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
393 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtemplate_la_CFLAGS) $(CFLAGS) -c -o libtemplate_la-validate.obj `if test -f 'validate.c'; then $(CYGPATH_W) 'validate.c'; else $(CYGPATH_W) '$(srcdir)/validate.c'; fi`
394
395 libtemplate_la-validate.lo: validate.c
396 @am__fastdepCC_TRUE@    if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtemplate_la_CFLAGS) $(CFLAGS) -MT libtemplate_la-validate.lo -MD -MP -MF "$(DEPDIR)/libtemplate_la-validate.Tpo" -c -o libtemplate_la-validate.lo `test -f 'validate.c' || echo '$(srcdir)/'`validate.c; \
397 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/libtemplate_la-validate.Tpo" "$(DEPDIR)/libtemplate_la-validate.Plo"; else rm -f "$(DEPDIR)/libtemplate_la-validate.Tpo"; exit 1; fi
398 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='validate.c' object='libtemplate_la-validate.lo' libtool=yes @AMDEPBACKSLASH@
399 @AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/libtemplate_la-validate.Plo' tmpdepfile='$(DEPDIR)/libtemplate_la-validate.TPlo' @AMDEPBACKSLASH@
400 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
401 @am__fastdepCC_FALSE@   $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtemplate_la_CFLAGS) $(CFLAGS) -c -o libtemplate_la-validate.lo `test -f 'validate.c' || echo '$(srcdir)/'`validate.c
402
403 mostlyclean-libtool:
404         -rm -f *.lo
405
406 clean-libtool:
407         -rm -rf .libs _libs
408
409 distclean-libtool:
410         -rm -f libtool
411 uninstall-info-am:
412
413 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
414         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
415         unique=`for i in $$list; do \
416             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
417           done | \
418           $(AWK) '    { files[$$0] = 1; } \
419                END { for (i in files) print i; }'`; \
420         mkid -fID $$unique
421 tags: TAGS
422
423 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
424                 $(TAGS_FILES) $(LISP)
425         tags=; \
426         here=`pwd`; \
427         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
428         unique=`for i in $$list; do \
429             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
430           done | \
431           $(AWK) '    { files[$$0] = 1; } \
432                END { for (i in files) print i; }'`; \
433         if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
434           test -n "$$unique" || unique=$$empty_fix; \
435           $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
436             $$tags $$unique; \
437         fi
438 ctags: CTAGS
439 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
440                 $(TAGS_FILES) $(LISP)
441         tags=; \
442         here=`pwd`; \
443         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
444         unique=`for i in $$list; do \
445             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
446           done | \
447           $(AWK) '    { files[$$0] = 1; } \
448                END { for (i in files) print i; }'`; \
449         test -z "$(CTAGS_ARGS)$$tags$$unique" \
450           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
451              $$tags $$unique
452
453 GTAGS:
454         here=`$(am__cd) $(top_builddir) && pwd` \
455           && cd $(top_srcdir) \
456           && gtags -i $(GTAGS_ARGS) $$here
457
458 distclean-tags:
459         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
460
461 distdir: $(DISTFILES)
462         @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
463         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
464         list='$(DISTFILES)'; for file in $$list; do \
465           case $$file in \
466             $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
467             $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
468           esac; \
469           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
470           dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
471           if test "$$dir" != "$$file" && test "$$dir" != "."; then \
472             dir="/$$dir"; \
473             $(mkdir_p) "$(distdir)$$dir"; \
474           else \
475             dir=''; \
476           fi; \
477           if test -d $$d/$$file; then \
478             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
479               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
480             fi; \
481             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
482           else \
483             test -f $(distdir)/$$file \
484             || cp -p $$d/$$file $(distdir)/$$file \
485             || exit 1; \
486           fi; \
487         done
488 check-am: all-am
489 check: check-am
490 all-am: Makefile $(LTLIBRARIES)
491 installdirs:
492         for dir in "$(DESTDIR)$(pluginsdir)"; do \
493           test -z "$$dir" || $(mkdir_p) "$$dir"; \
494         done
495 install: install-am
496 install-exec: install-exec-am
497 install-data: install-data-am
498 uninstall: uninstall-am
499
500 install-am: all-am
501         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
502
503 installcheck: installcheck-am
504 install-strip:
505         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
506           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
507           `test -z '$(STRIP)' || \
508             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
509 mostlyclean-generic:
510
511 clean-generic:
512
513 distclean-generic:
514         -rm -f $(CONFIG_CLEAN_FILES)
515
516 maintainer-clean-generic:
517         @echo "This command is intended for maintainers to use"
518         @echo "it deletes files that may require special tools to rebuild."
519         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
520 clean: clean-am
521
522 clean-am: clean-generic clean-libtool clean-pluginsLTLIBRARIES \
523         mostlyclean-am
524
525 distclean: distclean-am
526         -rm -rf ./$(DEPDIR)
527         -rm -f Makefile
528 distclean-am: clean-am distclean-compile distclean-generic \
529         distclean-libtool distclean-tags
530
531 dvi: dvi-am
532
533 dvi-am:
534
535 html: html-am
536
537 info: info-am
538
539 info-am:
540
541 install-data-am: install-pluginsLTLIBRARIES
542
543 install-exec-am:
544
545 install-info: install-info-am
546
547 install-man:
548
549 installcheck-am:
550
551 maintainer-clean: maintainer-clean-am
552         -rm -rf ./$(DEPDIR)
553         -rm -f Makefile
554 maintainer-clean-am: distclean-am maintainer-clean-generic
555
556 mostlyclean: mostlyclean-am
557
558 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
559         mostlyclean-libtool
560
561 pdf: pdf-am
562
563 pdf-am:
564
565 ps: ps-am
566
567 ps-am:
568
569 uninstall-am: uninstall-info-am uninstall-pluginsLTLIBRARIES
570
571 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
572         clean-libtool clean-pluginsLTLIBRARIES ctags distclean \
573         distclean-compile distclean-generic distclean-libtool \
574         distclean-tags distdir dvi dvi-am html html-am info info-am \
575         install install-am install-data install-data-am install-exec \
576         install-exec-am install-info install-info-am install-man \
577         install-pluginsLTLIBRARIES install-strip installcheck \
578         installcheck-am installdirs maintainer-clean \
579         maintainer-clean-generic mostlyclean mostlyclean-compile \
580         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
581         tags uninstall uninstall-am uninstall-info-am \
582         uninstall-pluginsLTLIBRARIES
583
584 # Tell versions [3.59,3.63) of GNU make to not export all variables.
585 # Otherwise a system limit (for SysV at least) may be exceeded.
586 .NOEXPORT: