4ae60bb9bb9c1b19ca10eb748a556a0156ea30ce
[profile/ivi/libgsignon-glib.git] / tests / Makefile.in
1 # Makefile.in generated by automake 1.14.1 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2013 Free Software Foundation, Inc.
5
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 VPATH = @srcdir@
17 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
18 am__make_running_with_option = \
19   case $${target_option-} in \
20       ?) ;; \
21       *) echo "am__make_running_with_option: internal error: invalid" \
22               "target option '$${target_option-}' specified" >&2; \
23          exit 1;; \
24   esac; \
25   has_opt=no; \
26   sane_makeflags=$$MAKEFLAGS; \
27   if $(am__is_gnu_make); then \
28     sane_makeflags=$$MFLAGS; \
29   else \
30     case $$MAKEFLAGS in \
31       *\\[\ \   ]*) \
32         bs=\\; \
33         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
34           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
35     esac; \
36   fi; \
37   skip_next=no; \
38   strip_trailopt () \
39   { \
40     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
41   }; \
42   for flg in $$sane_makeflags; do \
43     test $$skip_next = yes && { skip_next=no; continue; }; \
44     case $$flg in \
45       *=*|--*) continue;; \
46         -*I) strip_trailopt 'I'; skip_next=yes;; \
47       -*I?*) strip_trailopt 'I';; \
48         -*O) strip_trailopt 'O'; skip_next=yes;; \
49       -*O?*) strip_trailopt 'O';; \
50         -*l) strip_trailopt 'l'; skip_next=yes;; \
51       -*l?*) strip_trailopt 'l';; \
52       -[dEDm]) skip_next=yes;; \
53       -[JT]) skip_next=yes;; \
54     esac; \
55     case $$flg in \
56       *$$target_option*) has_opt=yes; break;; \
57     esac; \
58   done; \
59   test $$has_opt = yes
60 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
61 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
62 pkgdatadir = $(datadir)/@PACKAGE@
63 pkgincludedir = $(includedir)/@PACKAGE@
64 pkglibdir = $(libdir)/@PACKAGE@
65 pkglibexecdir = $(libexecdir)/@PACKAGE@
66 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
67 install_sh_DATA = $(install_sh) -c -m 644
68 install_sh_PROGRAM = $(install_sh) -c
69 install_sh_SCRIPT = $(install_sh) -c
70 INSTALL_HEADER = $(INSTALL_DATA)
71 transform = $(program_transform_name)
72 NORMAL_INSTALL = :
73 PRE_INSTALL = :
74 POST_INSTALL = :
75 NORMAL_UNINSTALL = :
76 PRE_UNINSTALL = :
77 POST_UNINSTALL = :
78 build_triplet = @build@
79 host_triplet = @host@
80 @HAVE_GTESTDBUS_FALSE@TESTS = signon-glib-test.sh
81 @HAVE_GTESTDBUS_TRUE@TESTS = signon-glib-testsuite$(EXEEXT)
82 check_PROGRAMS = signon-glib-testsuite$(EXEEXT)
83 DIST_COMMON = $(top_srcdir)/tests/valgrind_common.mk \
84         $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
85         $(dist_check_SCRIPTS) $(top_srcdir)/build-aux/depcomp \
86         $(top_srcdir)/build-aux/test-driver
87 subdir = tests
88 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
89 am__aclocal_m4_deps = $(top_srcdir)/m4/gtk-doc.m4 \
90         $(top_srcdir)/m4/introspection.m4 $(top_srcdir)/m4/libtool.m4 \
91         $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
92         $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
93         $(top_srcdir)/configure.ac
94 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
95         $(ACLOCAL_M4)
96 mkinstalldirs = $(install_sh) -d
97 CONFIG_HEADER = $(top_builddir)/config.h
98 CONFIG_CLEAN_FILES =
99 CONFIG_CLEAN_VPATH_FILES =
100 am_signon_glib_testsuite_OBJECTS =  \
101         signon_glib_testsuite-check_signon.$(OBJEXT)
102 signon_glib_testsuite_OBJECTS = $(am_signon_glib_testsuite_OBJECTS)
103 am__DEPENDENCIES_1 =
104 signon_glib_testsuite_DEPENDENCIES = $(am__DEPENDENCIES_1) \
105         $(am__DEPENDENCIES_1) \
106         $(top_builddir)/libgsignon-glib/libgsignon-glib.la
107 AM_V_lt = $(am__v_lt_@AM_V@)
108 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
109 am__v_lt_0 = --silent
110 am__v_lt_1 = 
111 AM_V_P = $(am__v_P_@AM_V@)
112 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
113 am__v_P_0 = false
114 am__v_P_1 = :
115 AM_V_GEN = $(am__v_GEN_@AM_V@)
116 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
117 am__v_GEN_0 = @echo "  GEN     " $@;
118 am__v_GEN_1 = 
119 AM_V_at = $(am__v_at_@AM_V@)
120 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
121 am__v_at_0 = @
122 am__v_at_1 = 
123 DEFAULT_INCLUDES = 
124 depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp
125 am__depfiles_maybe = depfiles
126 am__mv = mv -f
127 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
128         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
129 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
130         $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
131         $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
132         $(AM_CFLAGS) $(CFLAGS)
133 AM_V_CC = $(am__v_CC_@AM_V@)
134 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
135 am__v_CC_0 = @echo "  CC      " $@;
136 am__v_CC_1 = 
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_CCLD_1 = 
145 SOURCES = $(signon_glib_testsuite_SOURCES)
146 DIST_SOURCES = $(signon_glib_testsuite_SOURCES)
147 am__can_run_installinfo = \
148   case $$AM_UPDATE_INFO_DIR in \
149     n|no|NO) false;; \
150     *) (install-info --version) >/dev/null 2>&1;; \
151   esac
152 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
153 # Read a list of newline-separated strings from the standard input,
154 # and print each of them once, without duplicates.  Input order is
155 # *not* preserved.
156 am__uniquify_input = $(AWK) '\
157   BEGIN { nonempty = 0; } \
158   { items[$$0] = 1; nonempty = 1; } \
159   END { if (nonempty) { for (i in items) print i; }; } \
160 '
161 # Make sure the list of sources is unique.  This is necessary because,
162 # e.g., the same source file might be shared among _SOURCES variables
163 # for different programs/libraries.
164 am__define_uniq_tagged_files = \
165   list='$(am__tagged_files)'; \
166   unique=`for i in $$list; do \
167     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
168   done | $(am__uniquify_input)`
169 ETAGS = etags
170 CTAGS = ctags
171 am__tty_colors_dummy = \
172   mgn= red= grn= lgn= blu= brg= std=; \
173   am__color_tests=no
174 am__tty_colors = { \
175   $(am__tty_colors_dummy); \
176   if test "X$(AM_COLOR_TESTS)" = Xno; then \
177     am__color_tests=no; \
178   elif test "X$(AM_COLOR_TESTS)" = Xalways; then \
179     am__color_tests=yes; \
180   elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \
181     am__color_tests=yes; \
182   fi; \
183   if test $$am__color_tests = yes; then \
184     red='\e[0;31m'; \
185     grn='\e[0;32m'; \
186     lgn='\e[1;32m'; \
187     blu='\e[1;34m'; \
188     mgn='\e[0;35m'; \
189     brg='\e[1m'; \
190     std='\e[m'; \
191   fi; \
192 }
193 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
194 am__vpath_adj = case $$p in \
195     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
196     *) f=$$p;; \
197   esac;
198 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
199 am__install_max = 40
200 am__nobase_strip_setup = \
201   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
202 am__nobase_strip = \
203   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
204 am__nobase_list = $(am__nobase_strip_setup); \
205   for p in $$list; do echo "$$p $$p"; done | \
206   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
207   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
208     if (++n[$$2] == $(am__install_max)) \
209       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
210     END { for (dir in files) print dir, files[dir] }'
211 am__base_list = \
212   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
213   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
214 am__uninstall_files_from_dir = { \
215   test -z "$$files" \
216     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
217     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
218          $(am__cd) "$$dir" && rm -f $$files; }; \
219   }
220 am__recheck_rx = ^[     ]*:recheck:[    ]*
221 am__global_test_result_rx = ^[  ]*:global-test-result:[         ]*
222 am__copy_in_global_log_rx = ^[  ]*:copy-in-global-log:[         ]*
223 # A command that, given a newline-separated list of test names on the
224 # standard input, print the name of the tests that are to be re-run
225 # upon "make recheck".
226 am__list_recheck_tests = $(AWK) '{ \
227   recheck = 1; \
228   while ((rc = (getline line < ($$0 ".trs"))) != 0) \
229     { \
230       if (rc < 0) \
231         { \
232           if ((getline line2 < ($$0 ".log")) < 0) \
233             recheck = 0; \
234           break; \
235         } \
236       else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \
237         { \
238           recheck = 0; \
239           break; \
240         } \
241       else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \
242         { \
243           break; \
244         } \
245     }; \
246   if (recheck) \
247     print $$0; \
248   close ($$0 ".trs"); \
249   close ($$0 ".log"); \
250 }'
251 # A command that, given a newline-separated list of test names on the
252 # standard input, create the global log from their .trs and .log files.
253 am__create_global_log = $(AWK) ' \
254 function fatal(msg) \
255 { \
256   print "fatal: making $@: " msg | "cat >&2"; \
257   exit 1; \
258 } \
259 function rst_section(header) \
260 { \
261   print header; \
262   len = length(header); \
263   for (i = 1; i <= len; i = i + 1) \
264     printf "="; \
265   printf "\n\n"; \
266 } \
267 { \
268   copy_in_global_log = 1; \
269   global_test_result = "RUN"; \
270   while ((rc = (getline line < ($$0 ".trs"))) != 0) \
271     { \
272       if (rc < 0) \
273          fatal("failed to read from " $$0 ".trs"); \
274       if (line ~ /$(am__global_test_result_rx)/) \
275         { \
276           sub("$(am__global_test_result_rx)", "", line); \
277           sub("[        ]*$$", "", line); \
278           global_test_result = line; \
279         } \
280       else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \
281         copy_in_global_log = 0; \
282     }; \
283   if (copy_in_global_log) \
284     { \
285       rst_section(global_test_result ": " $$0); \
286       while ((rc = (getline line < ($$0 ".log"))) != 0) \
287       { \
288         if (rc < 0) \
289           fatal("failed to read from " $$0 ".log"); \
290         print line; \
291       }; \
292       printf "\n"; \
293     }; \
294   close ($$0 ".trs"); \
295   close ($$0 ".log"); \
296 }'
297 # Restructured Text title.
298 am__rst_title = { sed 's/.*/   &   /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; }
299 # Solaris 10 'make', and several other traditional 'make' implementations,
300 # pass "-e" to $(SHELL), and POSIX 2008 even requires this.  Work around it
301 # by disabling -e (using the XSI extension "set +e") if it's set.
302 am__sh_e_setup = case $$- in *e*) set +e;; esac
303 # Default flags passed to test drivers.
304 am__common_driver_flags = \
305   --color-tests "$$am__color_tests" \
306   --enable-hard-errors "$$am__enable_hard_errors" \
307   --expect-failure "$$am__expect_failure"
308 # To be inserted before the command running the test.  Creates the
309 # directory for the log if needed.  Stores in $dir the directory
310 # containing $f, in $tst the test, in $log the log.  Executes the
311 # developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and
312 # passes TESTS_ENVIRONMENT.  Set up options for the wrapper that
313 # will run the test scripts (or their associated LOG_COMPILER, if
314 # thy have one).
315 am__check_pre = \
316 $(am__sh_e_setup);                                      \
317 $(am__vpath_adj_setup) $(am__vpath_adj)                 \
318 $(am__tty_colors);                                      \
319 srcdir=$(srcdir); export srcdir;                        \
320 case "$@" in                                            \
321   */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;;    \
322     *) am__odir=.;;                                     \
323 esac;                                                   \
324 test "x$$am__odir" = x"." || test -d "$$am__odir"       \
325   || $(MKDIR_P) "$$am__odir" || exit $$?;               \
326 if test -f "./$$f"; then dir=./;                        \
327 elif test -f "$$f"; then dir=;                          \
328 else dir="$(srcdir)/"; fi;                              \
329 tst=$$dir$$f; log='$@';                                 \
330 if test -n '$(DISABLE_HARD_ERRORS)'; then               \
331   am__enable_hard_errors=no;                            \
332 else                                                    \
333   am__enable_hard_errors=yes;                           \
334 fi;                                                     \
335 case " $(XFAIL_TESTS) " in                              \
336   *[\ \ ]$$f[\ \        ]* | *[\ \      ]$$dir$$f[\ \   ]*) \
337     am__expect_failure=yes;;                            \
338   *)                                                    \
339     am__expect_failure=no;;                             \
340 esac;                                                   \
341 $(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT)
342 # A shell command to get the names of the tests scripts with any registered
343 # extension removed (i.e., equivalently, the names of the test logs, with
344 # the '.log' extension removed).  The result is saved in the shell variable
345 # '$bases'.  This honors runtime overriding of TESTS and TEST_LOGS.  Sadly,
346 # we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)",
347 # since that might cause problem with VPATH rewrites for suffix-less tests.
348 # See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'.
349 am__set_TESTS_bases = \
350   bases='$(TEST_LOGS)'; \
351   bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
352   bases=`echo $$bases`
353 RECHECK_LOGS = $(TEST_LOGS)
354 AM_RECURSIVE_TARGETS = check recheck
355 TEST_SUITE_LOG = test-suite.log
356 TEST_EXTENSIONS = @EXEEXT@ .test
357 LOG_DRIVER = $(SHELL) $(top_srcdir)/build-aux/test-driver
358 LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS)
359 am__set_b = \
360   case '$@' in \
361     */*) \
362       case '$*' in \
363         */*) b='$*';; \
364           *) b=`echo '$@' | sed 's/\.log$$//'`; \
365        esac;; \
366     *) \
367       b='$*';; \
368   esac
369 am__test_logs1 = $(TESTS:=.log)
370 am__test_logs2 = $(am__test_logs1:@EXEEXT@.log=.log)
371 TEST_LOGS = $(am__test_logs2:.test.log=.log)
372 TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/build-aux/test-driver
373 TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \
374         $(TEST_LOG_FLAGS)
375 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
376 ACLOCAL = @ACLOCAL@
377 AMTAR = @AMTAR@
378 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
379 AR = @AR@
380 AUTOCONF = @AUTOCONF@
381 AUTOHEADER = @AUTOHEADER@
382 AUTOMAKE = @AUTOMAKE@
383 AWK = @AWK@
384 CC = @CC@
385 CCDEPMODE = @CCDEPMODE@
386 CFLAGS = @CFLAGS@
387 CHECK_CFLAGS = @CHECK_CFLAGS@
388 CHECK_LIBS = @CHECK_LIBS@
389 CPP = @CPP@
390 CPPFLAGS = @CPPFLAGS@
391 CYGPATH_W = @CYGPATH_W@
392 DEFS = @DEFS@
393 DEPDIR = @DEPDIR@
394 DEPS_CFLAGS = @DEPS_CFLAGS@
395 DEPS_LIBS = @DEPS_LIBS@
396 DLLTOOL = @DLLTOOL@
397 DSYMUTIL = @DSYMUTIL@
398 DUMPBIN = @DUMPBIN@
399 ECHO_C = @ECHO_C@
400 ECHO_N = @ECHO_N@
401 ECHO_T = @ECHO_T@
402 EGREP = @EGREP@
403 EXEEXT = @EXEEXT@
404 FGREP = @FGREP@
405 GREP = @GREP@
406 GTKDOC_CHECK = @GTKDOC_CHECK@
407 GTKDOC_CHECK_PATH = @GTKDOC_CHECK_PATH@
408 GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
409 GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
410 GTKDOC_MKPDF = @GTKDOC_MKPDF@
411 GTKDOC_REBASE = @GTKDOC_REBASE@
412 GTestDBus_CFLAGS = @GTestDBus_CFLAGS@
413 GTestDBus_LIBS = @GTestDBus_LIBS@
414 HTML_DIR = @HTML_DIR@
415 INSTALL = @INSTALL@
416 INSTALL_DATA = @INSTALL_DATA@
417 INSTALL_PROGRAM = @INSTALL_PROGRAM@
418 INSTALL_SCRIPT = @INSTALL_SCRIPT@
419 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
420 INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@
421 INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@
422 INTROSPECTION_GENERATE = @INTROSPECTION_GENERATE@
423 INTROSPECTION_GIRDIR = @INTROSPECTION_GIRDIR@
424 INTROSPECTION_LIBS = @INTROSPECTION_LIBS@
425 INTROSPECTION_MAKEFILE = @INTROSPECTION_MAKEFILE@
426 INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
427 INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
428 LD = @LD@
429 LDFLAGS = @LDFLAGS@
430 LIBOBJS = @LIBOBJS@
431 LIBS = @LIBS@
432 LIBTOOL = @LIBTOOL@
433 LIPO = @LIPO@
434 LN_S = @LN_S@
435 LTLIBOBJS = @LTLIBOBJS@
436 MAKEINFO = @MAKEINFO@
437 MANIFEST_TOOL = @MANIFEST_TOOL@
438 MKDIR_P = @MKDIR_P@
439 NM = @NM@
440 NMEDIT = @NMEDIT@
441 OBJDUMP = @OBJDUMP@
442 OBJEXT = @OBJEXT@
443 OTOOL = @OTOOL@
444 OTOOL64 = @OTOOL64@
445 PACKAGE = @PACKAGE@
446 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
447 PACKAGE_NAME = @PACKAGE_NAME@
448 PACKAGE_STRING = @PACKAGE_STRING@
449 PACKAGE_TARNAME = @PACKAGE_TARNAME@
450 PACKAGE_URL = @PACKAGE_URL@
451 PACKAGE_VERSION = @PACKAGE_VERSION@
452 PATH_SEPARATOR = @PATH_SEPARATOR@
453 PKG_CONFIG = @PKG_CONFIG@
454 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
455 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
456 PYTHON = @PYTHON@
457 PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
458 PYTHON_PLATFORM = @PYTHON_PLATFORM@
459 PYTHON_PREFIX = @PYTHON_PREFIX@
460 PYTHON_VERSION = @PYTHON_VERSION@
461 RANLIB = @RANLIB@
462 SED = @SED@
463 SET_MAKE = @SET_MAKE@
464 SHELL = @SHELL@
465 STRIP = @STRIP@
466 VERSION = @VERSION@
467 abs_builddir = @abs_builddir@
468 abs_srcdir = @abs_srcdir@
469 abs_top_builddir = @abs_top_builddir@
470 abs_top_srcdir = @abs_top_srcdir@
471 ac_ct_AR = @ac_ct_AR@
472 ac_ct_CC = @ac_ct_CC@
473 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
474 am__include = @am__include@
475 am__leading_dot = @am__leading_dot@
476 am__quote = @am__quote@
477 am__tar = @am__tar@
478 am__untar = @am__untar@
479 bindir = @bindir@
480 build = @build@
481 build_alias = @build_alias@
482 build_cpu = @build_cpu@
483 build_os = @build_os@
484 build_vendor = @build_vendor@
485 builddir = @builddir@
486 datadir = @datadir@
487 datarootdir = @datarootdir@
488 docdir = @docdir@
489 dvidir = @dvidir@
490 exec_prefix = @exec_prefix@
491 host = @host@
492 host_alias = @host_alias@
493 host_cpu = @host_cpu@
494 host_os = @host_os@
495 host_vendor = @host_vendor@
496 htmldir = @htmldir@
497 includedir = @includedir@
498 infodir = @infodir@
499 install_sh = @install_sh@
500 libdir = @libdir@
501 libexecdir = @libexecdir@
502 localedir = @localedir@
503 localstatedir = @localstatedir@
504 mandir = @mandir@
505 mkdir_p = @mkdir_p@
506 oldincludedir = @oldincludedir@
507 pdfdir = @pdfdir@
508 pkgpyexecdir = @pkgpyexecdir@
509 pkgpythondir = @pkgpythondir@
510 prefix = @prefix@
511 program_transform_name = @program_transform_name@
512 psdir = @psdir@
513 pyexecdir = @pyexecdir@
514 pyoverridesdir = @pyoverridesdir@
515 pythondir = @pythondir@
516 sbindir = @sbindir@
517 sharedstatedir = @sharedstatedir@
518 srcdir = @srcdir@
519 sysconfdir = @sysconfdir@
520 target_alias = @target_alias@
521 top_build_prefix = @top_build_prefix@
522 top_builddir = @top_builddir@
523 top_srcdir = @top_srcdir@
524 TESTS_ENVIRONMENT = SSO_LOGGING_LEVEL=2 SSO_STORAGE_PATH=/tmp/gsignond \
525 SSO_SECRET_PATH=/tmp/gsignond SSO_DAEMON_TIMEOUT=5 SSO_IDENTITY_TIMEOUT=5 \
526 SSO_AUTHSESSION_TIMEOUT=5 G_MESSAGES_DEBUG=all G_SLICE=debug-blocks
527
528 VALGRIND_TESTS_DISABLE = 
529 SUPPRESSIONS = $(top_srcdir)/tests/valgrind.supp
530 dist_check_SCRIPTS = signon-glib-test.sh
531 signon_glib_testsuite_SOURCES = check_signon.c
532 signon_glib_testsuite_CPPFLAGS = \
533         -I$(top_srcdir) \
534         $(DEPS_CFLAGS) \
535         $(CHECK_FLAGS)
536
537 signon_glib_testsuite_LDADD = \
538         $(CHECK_LIBS) \
539         $(DEPS_LIBS) \
540         $(top_builddir)/libgsignon-glib/libgsignon-glib.la
541
542 all: all-am
543
544 .SUFFIXES:
545 .SUFFIXES: .c .lo .log .o .obj .test .test$(EXEEXT) .trs
546 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/tests/valgrind_common.mk $(am__configure_deps)
547         @for dep in $?; do \
548           case '$(am__configure_deps)' in \
549             *$$dep*) \
550               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
551                 && { if test -f $@; then exit 0; else break; fi; }; \
552               exit 1;; \
553           esac; \
554         done; \
555         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu tests/Makefile'; \
556         $(am__cd) $(top_srcdir) && \
557           $(AUTOMAKE) --gnu tests/Makefile
558 .PRECIOUS: Makefile
559 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
560         @case '$?' in \
561           *config.status*) \
562             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
563           *) \
564             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
565             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
566         esac;
567 $(top_srcdir)/tests/valgrind_common.mk:
568
569 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
570         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
571
572 $(top_srcdir)/configure:  $(am__configure_deps)
573         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
574 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
575         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
576 $(am__aclocal_m4_deps):
577
578 clean-checkPROGRAMS:
579         @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
580         echo " rm -f" $$list; \
581         rm -f $$list || exit $$?; \
582         test -n "$(EXEEXT)" || exit 0; \
583         list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
584         echo " rm -f" $$list; \
585         rm -f $$list
586
587 signon-glib-testsuite$(EXEEXT): $(signon_glib_testsuite_OBJECTS) $(signon_glib_testsuite_DEPENDENCIES) $(EXTRA_signon_glib_testsuite_DEPENDENCIES) 
588         @rm -f signon-glib-testsuite$(EXEEXT)
589         $(AM_V_CCLD)$(LINK) $(signon_glib_testsuite_OBJECTS) $(signon_glib_testsuite_LDADD) $(LIBS)
590
591 mostlyclean-compile:
592         -rm -f *.$(OBJEXT)
593
594 distclean-compile:
595         -rm -f *.tab.c
596
597 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/signon_glib_testsuite-check_signon.Po@am__quote@
598
599 .c.o:
600 @am__fastdepCC_TRUE@    $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
601 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
602 @am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Po
603 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
604 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
605 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
606
607 .c.obj:
608 @am__fastdepCC_TRUE@    $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
609 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
610 @am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Po
611 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
612 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
613 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
614
615 .c.lo:
616 @am__fastdepCC_TRUE@    $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
617 @am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
618 @am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Plo
619 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
620 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
621 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
622
623 signon_glib_testsuite-check_signon.o: check_signon.c
624 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(signon_glib_testsuite_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT signon_glib_testsuite-check_signon.o -MD -MP -MF $(DEPDIR)/signon_glib_testsuite-check_signon.Tpo -c -o signon_glib_testsuite-check_signon.o `test -f 'check_signon.c' || echo '$(srcdir)/'`check_signon.c
625 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/signon_glib_testsuite-check_signon.Tpo $(DEPDIR)/signon_glib_testsuite-check_signon.Po
626 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='check_signon.c' object='signon_glib_testsuite-check_signon.o' libtool=no @AMDEPBACKSLASH@
627 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
628 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(signon_glib_testsuite_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o signon_glib_testsuite-check_signon.o `test -f 'check_signon.c' || echo '$(srcdir)/'`check_signon.c
629
630 signon_glib_testsuite-check_signon.obj: check_signon.c
631 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(signon_glib_testsuite_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT signon_glib_testsuite-check_signon.obj -MD -MP -MF $(DEPDIR)/signon_glib_testsuite-check_signon.Tpo -c -o signon_glib_testsuite-check_signon.obj `if test -f 'check_signon.c'; then $(CYGPATH_W) 'check_signon.c'; else $(CYGPATH_W) '$(srcdir)/check_signon.c'; fi`
632 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/signon_glib_testsuite-check_signon.Tpo $(DEPDIR)/signon_glib_testsuite-check_signon.Po
633 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='check_signon.c' object='signon_glib_testsuite-check_signon.obj' libtool=no @AMDEPBACKSLASH@
634 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
635 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(signon_glib_testsuite_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o signon_glib_testsuite-check_signon.obj `if test -f 'check_signon.c'; then $(CYGPATH_W) 'check_signon.c'; else $(CYGPATH_W) '$(srcdir)/check_signon.c'; fi`
636
637 mostlyclean-libtool:
638         -rm -f *.lo
639
640 clean-libtool:
641         -rm -rf .libs _libs
642
643 ID: $(am__tagged_files)
644         $(am__define_uniq_tagged_files); mkid -fID $$unique
645 tags: tags-am
646 TAGS: tags
647
648 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
649         set x; \
650         here=`pwd`; \
651         $(am__define_uniq_tagged_files); \
652         shift; \
653         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
654           test -n "$$unique" || unique=$$empty_fix; \
655           if test $$# -gt 0; then \
656             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
657               "$$@" $$unique; \
658           else \
659             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
660               $$unique; \
661           fi; \
662         fi
663 ctags: ctags-am
664
665 CTAGS: ctags
666 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
667         $(am__define_uniq_tagged_files); \
668         test -z "$(CTAGS_ARGS)$$unique" \
669           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
670              $$unique
671
672 GTAGS:
673         here=`$(am__cd) $(top_builddir) && pwd` \
674           && $(am__cd) $(top_srcdir) \
675           && gtags -i $(GTAGS_ARGS) "$$here"
676 cscopelist: cscopelist-am
677
678 cscopelist-am: $(am__tagged_files)
679         list='$(am__tagged_files)'; \
680         case "$(srcdir)" in \
681           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
682           *) sdir=$(subdir)/$(srcdir) ;; \
683         esac; \
684         for i in $$list; do \
685           if test -f "$$i"; then \
686             echo "$(subdir)/$$i"; \
687           else \
688             echo "$$sdir/$$i"; \
689           fi; \
690         done >> $(top_builddir)/cscope.files
691
692 distclean-tags:
693         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
694
695 # Recover from deleted '.trs' file; this should ensure that
696 # "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create
697 # both 'foo.log' and 'foo.trs'.  Break the recipe in two subshells
698 # to avoid problems with "make -n".
699 .log.trs:
700         rm -f $< $@
701         $(MAKE) $(AM_MAKEFLAGS) $<
702
703 # Leading 'am--fnord' is there to ensure the list of targets does not
704 # expand to empty, as could happen e.g. with make check TESTS=''.
705 am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck)
706 am--force-recheck:
707         @:
708
709 $(TEST_SUITE_LOG): $(TEST_LOGS)
710         @$(am__set_TESTS_bases); \
711         am__f_ok () { test -f "$$1" && test -r "$$1"; }; \
712         redo_bases=`for i in $$bases; do \
713                       am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \
714                     done`; \
715         if test -n "$$redo_bases"; then \
716           redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
717           redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
718           if $(am__make_dryrun); then :; else \
719             rm -f $$redo_logs && rm -f $$redo_results || exit 1; \
720           fi; \
721         fi; \
722         if test -n "$$am__remaking_logs"; then \
723           echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \
724                "recursion detected" >&2; \
725         else \
726           am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \
727         fi; \
728         if $(am__make_dryrun); then :; else \
729           st=0;  \
730           errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \
731           for i in $$redo_bases; do \
732             test -f $$i.trs && test -r $$i.trs \
733               || { echo "$$errmsg $$i.trs" >&2; st=1; }; \
734             test -f $$i.log && test -r $$i.log \
735               || { echo "$$errmsg $$i.log" >&2; st=1; }; \
736           done; \
737           test $$st -eq 0 || exit 1; \
738         fi
739         @$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \
740         ws='[   ]'; \
741         results=`for b in $$bases; do echo $$b.trs; done`; \
742         test -n "$$results" || results=/dev/null; \
743         all=`  grep "^$$ws*:test-result:"           $$results | wc -l`; \
744         pass=` grep "^$$ws*:test-result:$$ws*PASS"  $$results | wc -l`; \
745         fail=` grep "^$$ws*:test-result:$$ws*FAIL"  $$results | wc -l`; \
746         skip=` grep "^$$ws*:test-result:$$ws*SKIP"  $$results | wc -l`; \
747         xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
748         xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
749         error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
750         if test `expr $$fail + $$xpass + $$error` -eq 0; then \
751           success=true; \
752         else \
753           success=false; \
754         fi; \
755         br='==================='; br=$$br$$br$$br$$br; \
756         result_count () \
757         { \
758             if test x"$$1" = x"--maybe-color"; then \
759               maybe_colorize=yes; \
760             elif test x"$$1" = x"--no-color"; then \
761               maybe_colorize=no; \
762             else \
763               echo "$@: invalid 'result_count' usage" >&2; exit 4; \
764             fi; \
765             shift; \
766             desc=$$1 count=$$2; \
767             if test $$maybe_colorize = yes && test $$count -gt 0; then \
768               color_start=$$3 color_end=$$std; \
769             else \
770               color_start= color_end=; \
771             fi; \
772             echo "$${color_start}# $$desc $$count$${color_end}"; \
773         }; \
774         create_testsuite_report () \
775         { \
776           result_count $$1 "TOTAL:" $$all   "$$brg"; \
777           result_count $$1 "PASS: " $$pass  "$$grn"; \
778           result_count $$1 "SKIP: " $$skip  "$$blu"; \
779           result_count $$1 "XFAIL:" $$xfail "$$lgn"; \
780           result_count $$1 "FAIL: " $$fail  "$$red"; \
781           result_count $$1 "XPASS:" $$xpass "$$red"; \
782           result_count $$1 "ERROR:" $$error "$$mgn"; \
783         }; \
784         {                                                               \
785           echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" |       \
786             $(am__rst_title);                                           \
787           create_testsuite_report --no-color;                           \
788           echo;                                                         \
789           echo ".. contents:: :depth: 2";                               \
790           echo;                                                         \
791           for b in $$bases; do echo $$b; done                           \
792             | $(am__create_global_log);                                 \
793         } >$(TEST_SUITE_LOG).tmp || exit 1;                             \
794         mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG);                     \
795         if $$success; then                                              \
796           col="$$grn";                                                  \
797          else                                                           \
798           col="$$red";                                                  \
799           test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG);               \
800         fi;                                                             \
801         echo "$${col}$$br$${std}";                                      \
802         echo "$${col}Testsuite summary for $(PACKAGE_STRING)$${std}";   \
803         echo "$${col}$$br$${std}";                                      \
804         create_testsuite_report --maybe-color;                          \
805         echo "$$col$$br$$std";                                          \
806         if $$success; then :; else                                      \
807           echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}";         \
808           if test -n "$(PACKAGE_BUGREPORT)"; then                       \
809             echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}"; \
810           fi;                                                           \
811           echo "$$col$$br$$std";                                        \
812         fi;                                                             \
813         $$success || exit 1
814
815 check-TESTS:
816         @list='$(RECHECK_LOGS)';           test -z "$$list" || rm -f $$list
817         @list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list
818         @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
819         @set +e; $(am__set_TESTS_bases); \
820         log_list=`for i in $$bases; do echo $$i.log; done`; \
821         trs_list=`for i in $$bases; do echo $$i.trs; done`; \
822         log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
823         $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
824         exit $$?;
825 recheck: all $(check_PROGRAMS) $(dist_check_SCRIPTS)
826         @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
827         @set +e; $(am__set_TESTS_bases); \
828         bases=`for i in $$bases; do echo $$i; done \
829                  | $(am__list_recheck_tests)` || exit 1; \
830         log_list=`for i in $$bases; do echo $$i.log; done`; \
831         log_list=`echo $$log_list`; \
832         $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
833                 am__force_recheck=am--force-recheck \
834                 TEST_LOGS="$$log_list"; \
835         exit $$?
836 signon-glib-test.sh.log: signon-glib-test.sh
837         @p='signon-glib-test.sh'; \
838         b='signon-glib-test.sh'; \
839         $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
840         --log-file $$b.log --trs-file $$b.trs \
841         $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
842         "$$tst" $(AM_TESTS_FD_REDIRECT)
843 signon-glib-testsuite.log: signon-glib-testsuite$(EXEEXT)
844         @p='signon-glib-testsuite$(EXEEXT)'; \
845         b='signon-glib-testsuite'; \
846         $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
847         --log-file $$b.log --trs-file $$b.trs \
848         $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
849         "$$tst" $(AM_TESTS_FD_REDIRECT)
850 .test.log:
851         @p='$<'; \
852         $(am__set_b); \
853         $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
854         --log-file $$b.log --trs-file $$b.trs \
855         $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
856         "$$tst" $(AM_TESTS_FD_REDIRECT)
857 @am__EXEEXT_TRUE@.test$(EXEEXT).log:
858 @am__EXEEXT_TRUE@       @p='$<'; \
859 @am__EXEEXT_TRUE@       $(am__set_b); \
860 @am__EXEEXT_TRUE@       $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
861 @am__EXEEXT_TRUE@       --log-file $$b.log --trs-file $$b.trs \
862 @am__EXEEXT_TRUE@       $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
863 @am__EXEEXT_TRUE@       "$$tst" $(AM_TESTS_FD_REDIRECT)
864
865 distdir: $(DISTFILES)
866         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
867         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
868         list='$(DISTFILES)'; \
869           dist_files=`for file in $$list; do echo $$file; done | \
870           sed -e "s|^$$srcdirstrip/||;t" \
871               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
872         case $$dist_files in \
873           */*) $(MKDIR_P) `echo "$$dist_files" | \
874                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
875                            sort -u` ;; \
876         esac; \
877         for file in $$dist_files; do \
878           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
879           if test -d $$d/$$file; then \
880             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
881             if test -d "$(distdir)/$$file"; then \
882               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
883             fi; \
884             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
885               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
886               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
887             fi; \
888             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
889           else \
890             test -f "$(distdir)/$$file" \
891             || cp -p $$d/$$file "$(distdir)/$$file" \
892             || exit 1; \
893           fi; \
894         done
895 check-am: all-am
896         $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS) \
897           $(dist_check_SCRIPTS)
898         $(MAKE) $(AM_MAKEFLAGS) check-TESTS
899 check: check-am
900 all-am: Makefile
901 installdirs:
902 install: install-am
903 install-exec: install-exec-am
904 install-data: install-data-am
905 uninstall: uninstall-am
906
907 install-am: all-am
908         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
909
910 installcheck: installcheck-am
911 install-strip:
912         if test -z '$(STRIP)'; then \
913           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
914             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
915               install; \
916         else \
917           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
918             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
919             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
920         fi
921 mostlyclean-generic:
922         -test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS)
923         -test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs)
924         -test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
925
926 clean-generic:
927
928 distclean-generic:
929         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
930         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
931
932 maintainer-clean-generic:
933         @echo "This command is intended for maintainers to use"
934         @echo "it deletes files that may require special tools to rebuild."
935 clean: clean-am
936
937 clean-am: clean-checkPROGRAMS clean-generic clean-libtool \
938         mostlyclean-am
939
940 distclean: distclean-am
941         -rm -rf ./$(DEPDIR)
942         -rm -f Makefile
943 distclean-am: clean-am distclean-compile distclean-generic \
944         distclean-tags
945
946 dvi: dvi-am
947
948 dvi-am:
949
950 html: html-am
951
952 html-am:
953
954 info: info-am
955
956 info-am:
957
958 install-data-am:
959
960 install-dvi: install-dvi-am
961
962 install-dvi-am:
963
964 install-exec-am:
965
966 install-html: install-html-am
967
968 install-html-am:
969
970 install-info: install-info-am
971
972 install-info-am:
973
974 install-man:
975
976 install-pdf: install-pdf-am
977
978 install-pdf-am:
979
980 install-ps: install-ps-am
981
982 install-ps-am:
983
984 installcheck-am:
985
986 maintainer-clean: maintainer-clean-am
987         -rm -rf ./$(DEPDIR)
988         -rm -f Makefile
989 maintainer-clean-am: distclean-am maintainer-clean-generic
990
991 mostlyclean: mostlyclean-am
992
993 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
994         mostlyclean-libtool
995
996 pdf: pdf-am
997
998 pdf-am:
999
1000 ps: ps-am
1001
1002 ps-am:
1003
1004 uninstall-am:
1005
1006 .MAKE: check-am install-am install-strip
1007
1008 .PHONY: CTAGS GTAGS TAGS all all-am check check-TESTS check-am clean \
1009         clean-checkPROGRAMS clean-generic clean-libtool cscopelist-am \
1010         ctags ctags-am distclean distclean-compile distclean-generic \
1011         distclean-libtool distclean-tags distdir dvi dvi-am html \
1012         html-am info info-am install install-am install-data \
1013         install-data-am install-dvi install-dvi-am install-exec \
1014         install-exec-am install-html install-html-am install-info \
1015         install-info-am install-man install-pdf install-pdf-am \
1016         install-ps install-ps-am install-strip installcheck \
1017         installcheck-am installdirs maintainer-clean \
1018         maintainer-clean-generic mostlyclean mostlyclean-compile \
1019         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
1020         recheck tags tags-am uninstall uninstall-am
1021
1022
1023 %.valgrind: %
1024         @$(TESTS_ENVIRONMENT) \
1025         CK_FORK=no \
1026         CK_DEFAULT_TIMEOUT=120 \
1027         G_SLICE=always-malloc \
1028         $(LIBTOOL) --mode=execute \
1029         valgrind -q \
1030         $(foreach s,$(SUPPRESSIONS),--suppressions=$(s)) \
1031         --tool=memcheck --leak-check=full --trace-children=yes \
1032         --leak-resolution=high --num-callers=20 \
1033         --error-exitcode=1 \
1034         ./$*
1035
1036 valgrind: $(check_PROGRAMS)
1037         for t in $(filter-out $(VALGRIND_TESTS_DISABLE),$(check_PROGRAMS)); do \
1038                 $(MAKE) $$t.valgrind; \
1039         done;
1040
1041 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1042 # Otherwise a system limit (for SysV at least) may be exceeded.
1043 .NOEXPORT: