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