f4bcbd8eb656e2b11e985dd056e7773c4cf903fe
[profile/ivi/gsignond.git] / test / plugins / Makefile.in
1 # Makefile.in generated by automake 1.11.6 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6 # Foundation, Inc.
7 # This Makefile.in is free software; the Free Software Foundation
8 # gives unlimited permission to copy and/or distribute it,
9 # with or without modifications, as long as this notice is preserved.
10
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14 # PARTICULAR PURPOSE.
15
16 @SET_MAKE@
17 VPATH = @srcdir@
18 am__make_dryrun = \
19   { \
20     am__dry=no; \
21     case $$MAKEFLAGS in \
22       *\\[\ \   ]*) \
23         echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
24           | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
25       *) \
26         for am__flg in $$MAKEFLAGS; do \
27           case $$am__flg in \
28             *=*|--*) ;; \
29             *n*) am__dry=yes; break;; \
30           esac; \
31         done;; \
32     esac; \
33     test $$am__dry = yes; \
34   }
35 pkgdatadir = $(datadir)/@PACKAGE@
36 pkgincludedir = $(includedir)/@PACKAGE@
37 pkglibdir = $(libdir)/@PACKAGE@
38 pkglibexecdir = $(libexecdir)/@PACKAGE@
39 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
40 install_sh_DATA = $(install_sh) -c -m 644
41 install_sh_PROGRAM = $(install_sh) -c
42 install_sh_SCRIPT = $(install_sh) -c
43 INSTALL_HEADER = $(INSTALL_DATA)
44 transform = $(program_transform_name)
45 NORMAL_INSTALL = :
46 PRE_INSTALL = :
47 POST_INSTALL = :
48 NORMAL_UNINSTALL = :
49 PRE_UNINSTALL = :
50 POST_UNINSTALL = :
51 build_triplet = @build@
52 host_triplet = @host@
53 TESTS = digestplugintest$(EXEEXT) passwordplugintest$(EXEEXT) \
54         pluginproxytest$(EXEEXT) pluginremotetest$(EXEEXT)
55 check_PROGRAMS = digestplugintest$(EXEEXT) passwordplugintest$(EXEEXT) \
56         pluginproxytest$(EXEEXT) pluginremotetest$(EXEEXT)
57 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
58         $(top_srcdir)/test/valgrind_common.mk
59 subdir = test/plugins
60 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
61 am__aclocal_m4_deps = $(top_srcdir)/m4/ax_check_gnu_make.m4 \
62         $(top_srcdir)/m4/gtk-doc.m4 $(top_srcdir)/m4/libtool.m4 \
63         $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
64         $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
65         $(top_srcdir)/configure.ac
66 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
67         $(ACLOCAL_M4)
68 mkinstalldirs = $(install_sh) -d
69 CONFIG_HEADER = $(top_builddir)/config.h
70 CONFIG_CLEAN_FILES =
71 CONFIG_CLEAN_VPATH_FILES =
72 am_digestplugintest_OBJECTS =  \
73         digestplugintest-digestplugintest.$(OBJEXT)
74 digestplugintest_OBJECTS = $(am_digestplugintest_OBJECTS)
75 am__DEPENDENCIES_1 =
76 digestplugintest_DEPENDENCIES =  \
77         $(top_builddir)/src/common/libgsignond-common.la \
78         $(top_builddir)/src/plugins/digest/libdigest.la \
79         $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
80 AM_V_lt = $(am__v_lt_@AM_V@)
81 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
82 am__v_lt_0 = --silent
83 digestplugintest_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
84         $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
85         $(digestplugintest_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
86         -o $@
87 am_passwordplugintest_OBJECTS =  \
88         passwordplugintest-passwordplugintest.$(OBJEXT)
89 passwordplugintest_OBJECTS = $(am_passwordplugintest_OBJECTS)
90 passwordplugintest_DEPENDENCIES =  \
91         $(top_builddir)/src/common/libgsignond-common.la \
92         $(top_builddir)/src/plugins/password/libpassword.la \
93         $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
94 passwordplugintest_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
95         $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
96         $(passwordplugintest_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
97         $(LDFLAGS) -o $@
98 am_pluginproxytest_OBJECTS =  \
99         pluginproxytest-pluginproxytest.$(OBJEXT)
100 pluginproxytest_OBJECTS = $(am_pluginproxytest_OBJECTS)
101 pluginproxytest_DEPENDENCIES =  \
102         $(top_builddir)/src/common/libgsignond-common.la \
103         $(top_builddir)/src/daemon/plugins/libgsignond-plugins.la \
104         $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
105 pluginproxytest_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
106         $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
107         $(pluginproxytest_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
108         -o $@
109 am_pluginremotetest_OBJECTS =  \
110         pluginremotetest-pluginremotetest.$(OBJEXT)
111 pluginremotetest_OBJECTS = $(am_pluginremotetest_OBJECTS)
112 pluginremotetest_DEPENDENCIES =  \
113         $(top_builddir)/src/common/libgsignond-common.la \
114         $(top_builddir)/src/daemon/plugins/libgsignond-plugins.la \
115         $(top_builddir)/src/daemon/plugins/plugind/libgsignond-plugind-daemon.la \
116         $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
117 pluginremotetest_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
118         $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
119         $(pluginremotetest_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
120         -o $@
121 DEFAULT_INCLUDES = 
122 depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp
123 am__depfiles_maybe = depfiles
124 am__mv = mv -f
125 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
126         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
127 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
128         $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
129         $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
130         $(AM_CFLAGS) $(CFLAGS)
131 AM_V_CC = $(am__v_CC_@AM_V@)
132 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
133 am__v_CC_0 = @echo "  CC    " $@;
134 AM_V_at = $(am__v_at_@AM_V@)
135 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
136 am__v_at_0 = @
137 CCLD = $(CC)
138 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
139         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
140         $(AM_LDFLAGS) $(LDFLAGS) -o $@
141 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
142 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
143 am__v_CCLD_0 = @echo "  CCLD  " $@;
144 AM_V_GEN = $(am__v_GEN_@AM_V@)
145 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
146 am__v_GEN_0 = @echo "  GEN   " $@;
147 SOURCES = $(digestplugintest_SOURCES) $(passwordplugintest_SOURCES) \
148         $(pluginproxytest_SOURCES) $(pluginremotetest_SOURCES)
149 DIST_SOURCES = $(digestplugintest_SOURCES) \
150         $(passwordplugintest_SOURCES) $(pluginproxytest_SOURCES) \
151         $(pluginremotetest_SOURCES)
152 am__can_run_installinfo = \
153   case $$AM_UPDATE_INFO_DIR in \
154     n|no|NO) false;; \
155     *) (install-info --version) >/dev/null 2>&1;; \
156   esac
157 ETAGS = etags
158 CTAGS = ctags
159 am__tty_colors = \
160 red=; grn=; lgn=; blu=; std=
161 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
162 ACLOCAL = @ACLOCAL@
163 AMTAR = @AMTAR@
164 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
165 AR = @AR@
166 AUTOCONF = @AUTOCONF@
167 AUTOHEADER = @AUTOHEADER@
168 AUTOMAKE = @AUTOMAKE@
169 AWK = @AWK@
170 CC = @CC@
171 CCDEPMODE = @CCDEPMODE@
172 CFLAGS = @CFLAGS@
173 CHECK_CFLAGS = @CHECK_CFLAGS@
174 CHECK_LIBS = @CHECK_LIBS@
175 CPP = @CPP@
176 CPPFLAGS = @CPPFLAGS@
177 CYGPATH_W = @CYGPATH_W@
178 DBUS_INTERFACES_DIR = @DBUS_INTERFACES_DIR@
179 DBUS_SERVICES_DIR = @DBUS_SERVICES_DIR@
180 DEFS = @DEFS@
181 DEPDIR = @DEPDIR@
182 DLLTOOL = @DLLTOOL@
183 DSYMUTIL = @DSYMUTIL@
184 DUMPBIN = @DUMPBIN@
185 ECHO_C = @ECHO_C@
186 ECHO_N = @ECHO_N@
187 ECHO_T = @ECHO_T@
188 EGREP = @EGREP@
189 EXEEXT = @EXEEXT@
190 FGREP = @FGREP@
191 GLIB_MKENUMS = @GLIB_MKENUMS@
192 GREP = @GREP@
193 GSIGNOND_CFLAGS = @GSIGNOND_CFLAGS@
194 GSIGNOND_LIBS = @GSIGNOND_LIBS@
195 GTKDOC_CHECK = @GTKDOC_CHECK@
196 GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
197 GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
198 GTKDOC_MKPDF = @GTKDOC_MKPDF@
199 GTKDOC_REBASE = @GTKDOC_REBASE@
200 GTestDBus_CFLAGS = @GTestDBus_CFLAGS@
201 GTestDBus_LIBS = @GTestDBus_LIBS@
202 HTML_DIR = @HTML_DIR@
203 INSTALL = @INSTALL@
204 INSTALL_DATA = @INSTALL_DATA@
205 INSTALL_PROGRAM = @INSTALL_PROGRAM@
206 INSTALL_SCRIPT = @INSTALL_SCRIPT@
207 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
208 LD = @LD@
209 LDFLAGS = @LDFLAGS@
210 LIBECRYPTFS_CFLAGS = @LIBECRYPTFS_CFLAGS@
211 LIBECRYPTFS_LIBS = @LIBECRYPTFS_LIBS@
212 LIBOBJS = @LIBOBJS@
213 LIBS = @LIBS@
214 LIBSMACK_CFLAGS = @LIBSMACK_CFLAGS@
215 LIBSMACK_LIBS = @LIBSMACK_LIBS@
216 LIBTOOL = @LIBTOOL@
217 LIPO = @LIPO@
218 LN_S = @LN_S@
219 LTLIBOBJS = @LTLIBOBJS@
220 MAKEINFO = @MAKEINFO@
221 MANIFEST_TOOL = @MANIFEST_TOOL@
222 MESSAGE_BUS_TYPE = @MESSAGE_BUS_TYPE@
223 MKDIR_P = @MKDIR_P@
224 NM = @NM@
225 NMEDIT = @NMEDIT@
226 OBJDUMP = @OBJDUMP@
227 OBJEXT = @OBJEXT@
228 OTOOL = @OTOOL@
229 OTOOL64 = @OTOOL64@
230 PACKAGE = @PACKAGE@
231 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
232 PACKAGE_NAME = @PACKAGE_NAME@
233 PACKAGE_STRING = @PACKAGE_STRING@
234 PACKAGE_TARNAME = @PACKAGE_TARNAME@
235 PACKAGE_URL = @PACKAGE_URL@
236 PACKAGE_VERSION = @PACKAGE_VERSION@
237 PATH_SEPARATOR = @PATH_SEPARATOR@
238 PKG_CONFIG = @PKG_CONFIG@
239 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
240 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
241 RANLIB = @RANLIB@
242 SED = @SED@
243 SET_MAKE = @SET_MAKE@
244 SHELL = @SHELL@
245 STRIP = @STRIP@
246 VERSION = @VERSION@
247 abs_builddir = @abs_builddir@
248 abs_srcdir = @abs_srcdir@
249 abs_top_builddir = @abs_top_builddir@
250 abs_top_srcdir = @abs_top_srcdir@
251 ac_ct_AR = @ac_ct_AR@
252 ac_ct_CC = @ac_ct_CC@
253 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
254 am__include = @am__include@
255 am__leading_dot = @am__leading_dot@
256 am__quote = @am__quote@
257 am__tar = @am__tar@
258 am__untar = @am__untar@
259 bindir = @bindir@
260 build = @build@
261 build_alias = @build_alias@
262 build_cpu = @build_cpu@
263 build_os = @build_os@
264 build_vendor = @build_vendor@
265 builddir = @builddir@
266 datadir = @datadir@
267 datarootdir = @datarootdir@
268 docdir = @docdir@
269 dvidir = @dvidir@
270 exec_prefix = @exec_prefix@
271 host = @host@
272 host_alias = @host_alias@
273 host_cpu = @host_cpu@
274 host_os = @host_os@
275 host_vendor = @host_vendor@
276 htmldir = @htmldir@
277 ifGNUmake = @ifGNUmake@
278 includedir = @includedir@
279 infodir = @infodir@
280 install_sh = @install_sh@
281 libdir = @libdir@
282 libexecdir = @libexecdir@
283 localedir = @localedir@
284 localstatedir = @localstatedir@
285 mandir = @mandir@
286 mkdir_p = @mkdir_p@
287 oldincludedir = @oldincludedir@
288 pdfdir = @pdfdir@
289 prefix = @prefix@
290 program_transform_name = @program_transform_name@
291 psdir = @psdir@
292 sbindir = @sbindir@
293 sharedstatedir = @sharedstatedir@
294 srcdir = @srcdir@
295 sysconfdir = @sysconfdir@
296 target_alias = @target_alias@
297 top_build_prefix = @top_build_prefix@
298 top_builddir = @top_builddir@
299 top_srcdir = @top_srcdir@
300 TESTS_ENVIRONMENT = SSO_PLUGINS_DIR=$(top_builddir)/src/plugins/.libs \
301         SSO_BIN_DIR=$(top_builddir)/src/daemon/.libs \
302     SSO_STORAGE_PATH=/tmp/gsignond \
303     LD_LIBRARY_PATH="$(top_builddir)/src/daemon/plugins/plugind/.libs:$(top_builddir)/src/common/.libs:$(top_builddir)/src/common/db/.libs:$(top_builddir)/src/daemon/.libs:$(top_builddir)/src/daemon/db/.libs:$(top_builddir)/src/daemon/dbus/.libs:$(top_builddir)/src/daemon/plugins/.libs"
304
305 VALGRIND_TESTS_DISABLE = 
306 SUPPRESSIONS = $(top_srcdir)/test/valgrind.supp
307 digestplugintest_SOURCES = digestplugintest.c
308 digestplugintest_CFLAGS = \
309     $(GSIGNOND_CFLAGS) \
310     $(CHECK_CFLAGS) \
311     -I$(top_builddir) \
312     -I$(top_srcdir)/src \
313     -I$(top_srcdir)/src/plugins/digest \
314     -I$(top_srcdir)/include
315
316 digestplugintest_LDADD = \
317     $(top_builddir)/src/common/libgsignond-common.la \
318     $(top_builddir)/src/plugins/digest/libdigest.la \
319     $(GSIGNOND_LIBS) \
320     $(CHECK_LIBS)
321
322 passwordplugintest_SOURCES = passwordplugintest.c
323 passwordplugintest_CFLAGS = \
324     $(GSIGNOND_CFLAGS) \
325     $(CHECK_CFLAGS) \
326     -I$(top_builddir) \
327     -I$(top_srcdir)/src \
328     -I$(top_srcdir)/src/plugins/password \
329     -I$(top_srcdir)/include/
330
331 passwordplugintest_LDADD = \
332     $(top_builddir)/src/common/libgsignond-common.la \
333     $(top_builddir)/src/plugins/password/libpassword.la \
334     $(GSIGNOND_LIBS) \
335     $(CHECK_LIBS)
336
337 pluginproxytest_SOURCES = pluginproxytest.c
338 pluginproxytest_CFLAGS = \
339     $(GSIGNOND_CFLAGS) \
340     $(CHECK_CFLAGS) \
341     -I$(top_builddir) \
342     -I$(top_srcdir)/src \
343     -I$(top_srcdir)/src/daemon/plugins \
344     -I$(top_srcdir)/include
345
346 pluginproxytest_LDADD = \
347     $(top_builddir)/src/common/libgsignond-common.la \
348     $(top_builddir)/src/daemon/plugins/libgsignond-plugins.la \
349     $(GSIGNOND_LIBS) \
350     $(CHECK_LIBS)
351
352 pluginremotetest_SOURCES = pluginremotetest.c
353 pluginremotetest_CFLAGS = \
354     $(GSIGNOND_CFLAGS) \
355     $(CHECK_CFLAGS) \
356     -I$(top_builddir) \
357     -I$(top_srcdir)/src \
358     -I$(top_srcdir)/src/daemon/plugins \
359     -I$(top_srcdir)/src/daemon/plugins/plugind \
360     -I$(top_srcdir)/include
361
362 pluginremotetest_LDADD = \
363     $(top_builddir)/src/common/libgsignond-common.la \
364     $(top_builddir)/src/daemon/plugins/libgsignond-plugins.la \
365     $(top_builddir)/src/daemon/plugins/plugind/libgsignond-plugind-daemon.la \
366     $(GSIGNOND_LIBS) \
367     $(CHECK_LIBS)
368
369 all: all-am
370
371 .SUFFIXES:
372 .SUFFIXES: .c .lo .o .obj
373 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/test/valgrind_common.mk $(am__configure_deps)
374         @for dep in $?; do \
375           case '$(am__configure_deps)' in \
376             *$$dep*) \
377               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
378                 && { if test -f $@; then exit 0; else break; fi; }; \
379               exit 1;; \
380           esac; \
381         done; \
382         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu test/plugins/Makefile'; \
383         $(am__cd) $(top_srcdir) && \
384           $(AUTOMAKE) --gnu test/plugins/Makefile
385 .PRECIOUS: Makefile
386 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
387         @case '$?' in \
388           *config.status*) \
389             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
390           *) \
391             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
392             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
393         esac;
394 $(top_srcdir)/test/valgrind_common.mk:
395
396 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
397         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
398
399 $(top_srcdir)/configure:  $(am__configure_deps)
400         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
401 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
402         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
403 $(am__aclocal_m4_deps):
404
405 clean-checkPROGRAMS:
406         @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
407         echo " rm -f" $$list; \
408         rm -f $$list || exit $$?; \
409         test -n "$(EXEEXT)" || exit 0; \
410         list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
411         echo " rm -f" $$list; \
412         rm -f $$list
413 digestplugintest$(EXEEXT): $(digestplugintest_OBJECTS) $(digestplugintest_DEPENDENCIES) $(EXTRA_digestplugintest_DEPENDENCIES) 
414         @rm -f digestplugintest$(EXEEXT)
415         $(AM_V_CCLD)$(digestplugintest_LINK) $(digestplugintest_OBJECTS) $(digestplugintest_LDADD) $(LIBS)
416 passwordplugintest$(EXEEXT): $(passwordplugintest_OBJECTS) $(passwordplugintest_DEPENDENCIES) $(EXTRA_passwordplugintest_DEPENDENCIES) 
417         @rm -f passwordplugintest$(EXEEXT)
418         $(AM_V_CCLD)$(passwordplugintest_LINK) $(passwordplugintest_OBJECTS) $(passwordplugintest_LDADD) $(LIBS)
419 pluginproxytest$(EXEEXT): $(pluginproxytest_OBJECTS) $(pluginproxytest_DEPENDENCIES) $(EXTRA_pluginproxytest_DEPENDENCIES) 
420         @rm -f pluginproxytest$(EXEEXT)
421         $(AM_V_CCLD)$(pluginproxytest_LINK) $(pluginproxytest_OBJECTS) $(pluginproxytest_LDADD) $(LIBS)
422 pluginremotetest$(EXEEXT): $(pluginremotetest_OBJECTS) $(pluginremotetest_DEPENDENCIES) $(EXTRA_pluginremotetest_DEPENDENCIES) 
423         @rm -f pluginremotetest$(EXEEXT)
424         $(AM_V_CCLD)$(pluginremotetest_LINK) $(pluginremotetest_OBJECTS) $(pluginremotetest_LDADD) $(LIBS)
425
426 mostlyclean-compile:
427         -rm -f *.$(OBJEXT)
428
429 distclean-compile:
430         -rm -f *.tab.c
431
432 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/digestplugintest-digestplugintest.Po@am__quote@
433 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/passwordplugintest-passwordplugintest.Po@am__quote@
434 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pluginproxytest-pluginproxytest.Po@am__quote@
435 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pluginremotetest-pluginremotetest.Po@am__quote@
436
437 .c.o:
438 @am__fastdepCC_TRUE@    $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
439 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
440 @am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Po
441 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
442 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
443 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
444
445 .c.obj:
446 @am__fastdepCC_TRUE@    $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
447 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
448 @am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Po
449 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
450 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
451 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
452
453 .c.lo:
454 @am__fastdepCC_TRUE@    $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
455 @am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
456 @am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Plo
457 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
458 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
459 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
460
461 digestplugintest-digestplugintest.o: digestplugintest.c
462 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(digestplugintest_CFLAGS) $(CFLAGS) -MT digestplugintest-digestplugintest.o -MD -MP -MF $(DEPDIR)/digestplugintest-digestplugintest.Tpo -c -o digestplugintest-digestplugintest.o `test -f 'digestplugintest.c' || echo '$(srcdir)/'`digestplugintest.c
463 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/digestplugintest-digestplugintest.Tpo $(DEPDIR)/digestplugintest-digestplugintest.Po
464 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='digestplugintest.c' object='digestplugintest-digestplugintest.o' libtool=no @AMDEPBACKSLASH@
465 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
466 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(digestplugintest_CFLAGS) $(CFLAGS) -c -o digestplugintest-digestplugintest.o `test -f 'digestplugintest.c' || echo '$(srcdir)/'`digestplugintest.c
467
468 digestplugintest-digestplugintest.obj: digestplugintest.c
469 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(digestplugintest_CFLAGS) $(CFLAGS) -MT digestplugintest-digestplugintest.obj -MD -MP -MF $(DEPDIR)/digestplugintest-digestplugintest.Tpo -c -o digestplugintest-digestplugintest.obj `if test -f 'digestplugintest.c'; then $(CYGPATH_W) 'digestplugintest.c'; else $(CYGPATH_W) '$(srcdir)/digestplugintest.c'; fi`
470 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/digestplugintest-digestplugintest.Tpo $(DEPDIR)/digestplugintest-digestplugintest.Po
471 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='digestplugintest.c' object='digestplugintest-digestplugintest.obj' libtool=no @AMDEPBACKSLASH@
472 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
473 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(digestplugintest_CFLAGS) $(CFLAGS) -c -o digestplugintest-digestplugintest.obj `if test -f 'digestplugintest.c'; then $(CYGPATH_W) 'digestplugintest.c'; else $(CYGPATH_W) '$(srcdir)/digestplugintest.c'; fi`
474
475 passwordplugintest-passwordplugintest.o: passwordplugintest.c
476 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(passwordplugintest_CFLAGS) $(CFLAGS) -MT passwordplugintest-passwordplugintest.o -MD -MP -MF $(DEPDIR)/passwordplugintest-passwordplugintest.Tpo -c -o passwordplugintest-passwordplugintest.o `test -f 'passwordplugintest.c' || echo '$(srcdir)/'`passwordplugintest.c
477 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/passwordplugintest-passwordplugintest.Tpo $(DEPDIR)/passwordplugintest-passwordplugintest.Po
478 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='passwordplugintest.c' object='passwordplugintest-passwordplugintest.o' libtool=no @AMDEPBACKSLASH@
479 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
480 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(passwordplugintest_CFLAGS) $(CFLAGS) -c -o passwordplugintest-passwordplugintest.o `test -f 'passwordplugintest.c' || echo '$(srcdir)/'`passwordplugintest.c
481
482 passwordplugintest-passwordplugintest.obj: passwordplugintest.c
483 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(passwordplugintest_CFLAGS) $(CFLAGS) -MT passwordplugintest-passwordplugintest.obj -MD -MP -MF $(DEPDIR)/passwordplugintest-passwordplugintest.Tpo -c -o passwordplugintest-passwordplugintest.obj `if test -f 'passwordplugintest.c'; then $(CYGPATH_W) 'passwordplugintest.c'; else $(CYGPATH_W) '$(srcdir)/passwordplugintest.c'; fi`
484 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/passwordplugintest-passwordplugintest.Tpo $(DEPDIR)/passwordplugintest-passwordplugintest.Po
485 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='passwordplugintest.c' object='passwordplugintest-passwordplugintest.obj' libtool=no @AMDEPBACKSLASH@
486 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
487 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(passwordplugintest_CFLAGS) $(CFLAGS) -c -o passwordplugintest-passwordplugintest.obj `if test -f 'passwordplugintest.c'; then $(CYGPATH_W) 'passwordplugintest.c'; else $(CYGPATH_W) '$(srcdir)/passwordplugintest.c'; fi`
488
489 pluginproxytest-pluginproxytest.o: pluginproxytest.c
490 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pluginproxytest_CFLAGS) $(CFLAGS) -MT pluginproxytest-pluginproxytest.o -MD -MP -MF $(DEPDIR)/pluginproxytest-pluginproxytest.Tpo -c -o pluginproxytest-pluginproxytest.o `test -f 'pluginproxytest.c' || echo '$(srcdir)/'`pluginproxytest.c
491 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/pluginproxytest-pluginproxytest.Tpo $(DEPDIR)/pluginproxytest-pluginproxytest.Po
492 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='pluginproxytest.c' object='pluginproxytest-pluginproxytest.o' libtool=no @AMDEPBACKSLASH@
493 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
494 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pluginproxytest_CFLAGS) $(CFLAGS) -c -o pluginproxytest-pluginproxytest.o `test -f 'pluginproxytest.c' || echo '$(srcdir)/'`pluginproxytest.c
495
496 pluginproxytest-pluginproxytest.obj: pluginproxytest.c
497 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pluginproxytest_CFLAGS) $(CFLAGS) -MT pluginproxytest-pluginproxytest.obj -MD -MP -MF $(DEPDIR)/pluginproxytest-pluginproxytest.Tpo -c -o pluginproxytest-pluginproxytest.obj `if test -f 'pluginproxytest.c'; then $(CYGPATH_W) 'pluginproxytest.c'; else $(CYGPATH_W) '$(srcdir)/pluginproxytest.c'; fi`
498 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/pluginproxytest-pluginproxytest.Tpo $(DEPDIR)/pluginproxytest-pluginproxytest.Po
499 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='pluginproxytest.c' object='pluginproxytest-pluginproxytest.obj' libtool=no @AMDEPBACKSLASH@
500 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
501 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pluginproxytest_CFLAGS) $(CFLAGS) -c -o pluginproxytest-pluginproxytest.obj `if test -f 'pluginproxytest.c'; then $(CYGPATH_W) 'pluginproxytest.c'; else $(CYGPATH_W) '$(srcdir)/pluginproxytest.c'; fi`
502
503 pluginremotetest-pluginremotetest.o: pluginremotetest.c
504 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pluginremotetest_CFLAGS) $(CFLAGS) -MT pluginremotetest-pluginremotetest.o -MD -MP -MF $(DEPDIR)/pluginremotetest-pluginremotetest.Tpo -c -o pluginremotetest-pluginremotetest.o `test -f 'pluginremotetest.c' || echo '$(srcdir)/'`pluginremotetest.c
505 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/pluginremotetest-pluginremotetest.Tpo $(DEPDIR)/pluginremotetest-pluginremotetest.Po
506 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='pluginremotetest.c' object='pluginremotetest-pluginremotetest.o' libtool=no @AMDEPBACKSLASH@
507 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
508 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pluginremotetest_CFLAGS) $(CFLAGS) -c -o pluginremotetest-pluginremotetest.o `test -f 'pluginremotetest.c' || echo '$(srcdir)/'`pluginremotetest.c
509
510 pluginremotetest-pluginremotetest.obj: pluginremotetest.c
511 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pluginremotetest_CFLAGS) $(CFLAGS) -MT pluginremotetest-pluginremotetest.obj -MD -MP -MF $(DEPDIR)/pluginremotetest-pluginremotetest.Tpo -c -o pluginremotetest-pluginremotetest.obj `if test -f 'pluginremotetest.c'; then $(CYGPATH_W) 'pluginremotetest.c'; else $(CYGPATH_W) '$(srcdir)/pluginremotetest.c'; fi`
512 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/pluginremotetest-pluginremotetest.Tpo $(DEPDIR)/pluginremotetest-pluginremotetest.Po
513 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='pluginremotetest.c' object='pluginremotetest-pluginremotetest.obj' libtool=no @AMDEPBACKSLASH@
514 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
515 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pluginremotetest_CFLAGS) $(CFLAGS) -c -o pluginremotetest-pluginremotetest.obj `if test -f 'pluginremotetest.c'; then $(CYGPATH_W) 'pluginremotetest.c'; else $(CYGPATH_W) '$(srcdir)/pluginremotetest.c'; fi`
516
517 mostlyclean-libtool:
518         -rm -f *.lo
519
520 clean-libtool:
521         -rm -rf .libs _libs
522
523 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
524         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
525         unique=`for i in $$list; do \
526             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
527           done | \
528           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
529               END { if (nonempty) { for (i in files) print i; }; }'`; \
530         mkid -fID $$unique
531 tags: TAGS
532
533 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
534                 $(TAGS_FILES) $(LISP)
535         set x; \
536         here=`pwd`; \
537         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
538         unique=`for i in $$list; do \
539             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
540           done | \
541           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
542               END { if (nonempty) { for (i in files) print i; }; }'`; \
543         shift; \
544         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
545           test -n "$$unique" || unique=$$empty_fix; \
546           if test $$# -gt 0; then \
547             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
548               "$$@" $$unique; \
549           else \
550             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
551               $$unique; \
552           fi; \
553         fi
554 ctags: CTAGS
555 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
556                 $(TAGS_FILES) $(LISP)
557         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
558         unique=`for i in $$list; do \
559             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
560           done | \
561           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
562               END { if (nonempty) { for (i in files) print i; }; }'`; \
563         test -z "$(CTAGS_ARGS)$$unique" \
564           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
565              $$unique
566
567 GTAGS:
568         here=`$(am__cd) $(top_builddir) && pwd` \
569           && $(am__cd) $(top_srcdir) \
570           && gtags -i $(GTAGS_ARGS) "$$here"
571
572 distclean-tags:
573         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
574
575 check-TESTS: $(TESTS)
576         @failed=0; all=0; xfail=0; xpass=0; skip=0; \
577         srcdir=$(srcdir); export srcdir; \
578         list=' $(TESTS) '; \
579         $(am__tty_colors); \
580         if test -n "$$list"; then \
581           for tst in $$list; do \
582             if test -f ./$$tst; then dir=./; \
583             elif test -f $$tst; then dir=; \
584             else dir="$(srcdir)/"; fi; \
585             if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
586               all=`expr $$all + 1`; \
587               case " $(XFAIL_TESTS) " in \
588               *[\ \     ]$$tst[\ \      ]*) \
589                 xpass=`expr $$xpass + 1`; \
590                 failed=`expr $$failed + 1`; \
591                 col=$$red; res=XPASS; \
592               ;; \
593               *) \
594                 col=$$grn; res=PASS; \
595               ;; \
596               esac; \
597             elif test $$? -ne 77; then \
598               all=`expr $$all + 1`; \
599               case " $(XFAIL_TESTS) " in \
600               *[\ \     ]$$tst[\ \      ]*) \
601                 xfail=`expr $$xfail + 1`; \
602                 col=$$lgn; res=XFAIL; \
603               ;; \
604               *) \
605                 failed=`expr $$failed + 1`; \
606                 col=$$red; res=FAIL; \
607               ;; \
608               esac; \
609             else \
610               skip=`expr $$skip + 1`; \
611               col=$$blu; res=SKIP; \
612             fi; \
613             echo "$${col}$$res$${std}: $$tst"; \
614           done; \
615           if test "$$all" -eq 1; then \
616             tests="test"; \
617             All=""; \
618           else \
619             tests="tests"; \
620             All="All "; \
621           fi; \
622           if test "$$failed" -eq 0; then \
623             if test "$$xfail" -eq 0; then \
624               banner="$$All$$all $$tests passed"; \
625             else \
626               if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
627               banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
628             fi; \
629           else \
630             if test "$$xpass" -eq 0; then \
631               banner="$$failed of $$all $$tests failed"; \
632             else \
633               if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \
634               banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \
635             fi; \
636           fi; \
637           dashes="$$banner"; \
638           skipped=""; \
639           if test "$$skip" -ne 0; then \
640             if test "$$skip" -eq 1; then \
641               skipped="($$skip test was not run)"; \
642             else \
643               skipped="($$skip tests were not run)"; \
644             fi; \
645             test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
646               dashes="$$skipped"; \
647           fi; \
648           report=""; \
649           if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
650             report="Please report to $(PACKAGE_BUGREPORT)"; \
651             test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
652               dashes="$$report"; \
653           fi; \
654           dashes=`echo "$$dashes" | sed s/./=/g`; \
655           if test "$$failed" -eq 0; then \
656             col="$$grn"; \
657           else \
658             col="$$red"; \
659           fi; \
660           echo "$${col}$$dashes$${std}"; \
661           echo "$${col}$$banner$${std}"; \
662           test -z "$$skipped" || echo "$${col}$$skipped$${std}"; \
663           test -z "$$report" || echo "$${col}$$report$${std}"; \
664           echo "$${col}$$dashes$${std}"; \
665           test "$$failed" -eq 0; \
666         else :; fi
667
668 distdir: $(DISTFILES)
669         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
670         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
671         list='$(DISTFILES)'; \
672           dist_files=`for file in $$list; do echo $$file; done | \
673           sed -e "s|^$$srcdirstrip/||;t" \
674               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
675         case $$dist_files in \
676           */*) $(MKDIR_P) `echo "$$dist_files" | \
677                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
678                            sort -u` ;; \
679         esac; \
680         for file in $$dist_files; do \
681           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
682           if test -d $$d/$$file; then \
683             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
684             if test -d "$(distdir)/$$file"; then \
685               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
686             fi; \
687             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
688               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
689               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
690             fi; \
691             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
692           else \
693             test -f "$(distdir)/$$file" \
694             || cp -p $$d/$$file "$(distdir)/$$file" \
695             || exit 1; \
696           fi; \
697         done
698 check-am: all-am
699         $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
700         $(MAKE) $(AM_MAKEFLAGS) check-TESTS
701 check: check-am
702 all-am: Makefile
703 installdirs:
704 install: install-am
705 install-exec: install-exec-am
706 install-data: install-data-am
707 uninstall: uninstall-am
708
709 install-am: all-am
710         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
711
712 installcheck: installcheck-am
713 install-strip:
714         if test -z '$(STRIP)'; then \
715           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
716             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
717               install; \
718         else \
719           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
720             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
721             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
722         fi
723 mostlyclean-generic:
724
725 clean-generic:
726
727 distclean-generic:
728         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
729         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
730
731 maintainer-clean-generic:
732         @echo "This command is intended for maintainers to use"
733         @echo "it deletes files that may require special tools to rebuild."
734 clean: clean-am
735
736 clean-am: clean-checkPROGRAMS clean-generic clean-libtool \
737         mostlyclean-am
738
739 distclean: distclean-am
740         -rm -rf ./$(DEPDIR)
741         -rm -f Makefile
742 distclean-am: clean-am distclean-compile distclean-generic \
743         distclean-tags
744
745 dvi: dvi-am
746
747 dvi-am:
748
749 html: html-am
750
751 html-am:
752
753 info: info-am
754
755 info-am:
756
757 install-data-am:
758
759 install-dvi: install-dvi-am
760
761 install-dvi-am:
762
763 install-exec-am:
764
765 install-html: install-html-am
766
767 install-html-am:
768
769 install-info: install-info-am
770
771 install-info-am:
772
773 install-man:
774
775 install-pdf: install-pdf-am
776
777 install-pdf-am:
778
779 install-ps: install-ps-am
780
781 install-ps-am:
782
783 installcheck-am:
784
785 maintainer-clean: maintainer-clean-am
786         -rm -rf ./$(DEPDIR)
787         -rm -f Makefile
788 maintainer-clean-am: distclean-am maintainer-clean-generic
789
790 mostlyclean: mostlyclean-am
791
792 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
793         mostlyclean-libtool
794
795 pdf: pdf-am
796
797 pdf-am:
798
799 ps: ps-am
800
801 ps-am:
802
803 uninstall-am:
804
805 .MAKE: check-am install-am install-strip
806
807 .PHONY: CTAGS GTAGS all all-am check check-TESTS check-am clean \
808         clean-checkPROGRAMS clean-generic clean-libtool ctags \
809         distclean distclean-compile distclean-generic \
810         distclean-libtool distclean-tags distdir dvi dvi-am html \
811         html-am info info-am install install-am install-data \
812         install-data-am install-dvi install-dvi-am install-exec \
813         install-exec-am install-html install-html-am install-info \
814         install-info-am install-man install-pdf install-pdf-am \
815         install-ps install-ps-am install-strip installcheck \
816         installcheck-am installdirs maintainer-clean \
817         maintainer-clean-generic mostlyclean mostlyclean-compile \
818         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
819         tags uninstall uninstall-am
820
821
822 %.valgrind: %
823         @$(TESTS_ENVIRONMENT) \
824         RUNNING_VALGRIND=yes \
825         CK_FORK=no \
826         CK_TIMEOUT_MULTIPLIER=10 \
827         G_SLICE=always-malloc \
828         $(LIBTOOL) --mode=execute \
829         valgrind -q \
830         $(foreach s,$(SUPPRESSIONS),--suppressions=$(s)) \
831         --tool=memcheck --leak-check=full --trace-children=yes \
832         --leak-resolution=high --num-callers=30 \
833         --error-exitcode=1 \
834         ./$*
835
836 valgrind: $(check_PROGRAMS)
837         for t in $(filter-out $(VALGRIND_TESTS_DISABLE),$(check_PROGRAMS)); do \
838                 $(MAKE) $$t.valgrind; \
839         done;
840
841 # Tell versions [3.59,3.63) of GNU make to not export all variables.
842 # Otherwise a system limit (for SysV at least) may be exceeded.
843 .NOEXPORT: