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