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