Imported Upstream version 0.1.16
[platform/upstream/libnice.git] / stun / 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) 2006, 2007 Collabora Ltd.
21 # (C) 2006, 2007 Nokia Corporation. All rights reserved.
22 #
23 # Licensed under MPL 1.1/LGPL 2.1. See file COPYING.
24
25
26 VPATH = @srcdir@
27 am__is_gnu_make = { \
28   if test -z '$(MAKELEVEL)'; then \
29     false; \
30   elif test -n '$(MAKE_HOST)'; then \
31     true; \
32   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
33     true; \
34   else \
35     false; \
36   fi; \
37 }
38 am__make_running_with_option = \
39   case $${target_option-} in \
40       ?) ;; \
41       *) echo "am__make_running_with_option: internal error: invalid" \
42               "target option '$${target_option-}' specified" >&2; \
43          exit 1;; \
44   esac; \
45   has_opt=no; \
46   sane_makeflags=$$MAKEFLAGS; \
47   if $(am__is_gnu_make); then \
48     sane_makeflags=$$MFLAGS; \
49   else \
50     case $$MAKEFLAGS in \
51       *\\[\ \   ]*) \
52         bs=\\; \
53         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
54           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
55     esac; \
56   fi; \
57   skip_next=no; \
58   strip_trailopt () \
59   { \
60     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
61   }; \
62   for flg in $$sane_makeflags; do \
63     test $$skip_next = yes && { skip_next=no; continue; }; \
64     case $$flg in \
65       *=*|--*) continue;; \
66         -*I) strip_trailopt 'I'; skip_next=yes;; \
67       -*I?*) strip_trailopt 'I';; \
68         -*O) strip_trailopt 'O'; skip_next=yes;; \
69       -*O?*) strip_trailopt 'O';; \
70         -*l) strip_trailopt 'l'; skip_next=yes;; \
71       -*l?*) strip_trailopt 'l';; \
72       -[dEDm]) skip_next=yes;; \
73       -[JT]) skip_next=yes;; \
74     esac; \
75     case $$flg in \
76       *$$target_option*) has_opt=yes; break;; \
77     esac; \
78   done; \
79   test $$has_opt = yes
80 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
81 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
82 pkgdatadir = $(datadir)/@PACKAGE@
83 pkglibdir = $(libdir)/@PACKAGE@
84 pkglibexecdir = $(libexecdir)/@PACKAGE@
85 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
86 install_sh_DATA = $(install_sh) -c -m 644
87 install_sh_PROGRAM = $(install_sh) -c
88 install_sh_SCRIPT = $(install_sh) -c
89 INSTALL_HEADER = $(INSTALL_DATA)
90 transform = $(program_transform_name)
91 NORMAL_INSTALL = :
92 PRE_INSTALL = :
93 POST_INSTALL = :
94 NORMAL_UNINSTALL = :
95 PRE_UNINSTALL = :
96 POST_UNINSTALL = :
97 build_triplet = @build@
98 host_triplet = @host@
99 target_triplet = @target@
100 @WINDOWS_TRUE@am__append_1 = -DWINVER=0x0501 # _WIN32_WINNT_WINXP
101 subdir = stun
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 $(libstun_la_include_HEADERS) \
112         $(libstun_usage_include_HEADERS) $(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 LTLIBRARIES = $(noinst_LTLIBRARIES)
118 am__DEPENDENCIES_1 =
119 libstun_la_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
120         $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
121 am__dirstamp = $(am__leading_dot)dirstamp
122 am_libstun_la_OBJECTS = stunagent.lo stunmessage.lo stun5389.lo \
123         stuncrc32.lo rand.lo stunhmac.lo utils.lo debug.lo \
124         usages/ice.lo usages/bind.lo usages/turn.lo usages/timer.lo
125 libstun_la_OBJECTS = $(am_libstun_la_OBJECTS)
126 AM_V_lt = $(am__v_lt_@AM_V@)
127 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
128 am__v_lt_0 = --silent
129 am__v_lt_1 = 
130 AM_V_P = $(am__v_P_@AM_V@)
131 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
132 am__v_P_0 = false
133 am__v_P_1 = :
134 AM_V_GEN = $(am__v_GEN_@AM_V@)
135 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
136 am__v_GEN_0 = @echo "  GEN     " $@;
137 am__v_GEN_1 = 
138 AM_V_at = $(am__v_at_@AM_V@)
139 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
140 am__v_at_0 = @
141 am__v_at_1 = 
142 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
143 depcomp = $(SHELL) $(top_srcdir)/depcomp
144 am__maybe_remake_depfiles = depfiles
145 am__depfiles_remade = ./$(DEPDIR)/debug.Plo ./$(DEPDIR)/rand.Plo \
146         ./$(DEPDIR)/stun5389.Plo ./$(DEPDIR)/stunagent.Plo \
147         ./$(DEPDIR)/stuncrc32.Plo ./$(DEPDIR)/stunhmac.Plo \
148         ./$(DEPDIR)/stunmessage.Plo ./$(DEPDIR)/utils.Plo \
149         usages/$(DEPDIR)/bind.Plo usages/$(DEPDIR)/ice.Plo \
150         usages/$(DEPDIR)/timer.Plo usages/$(DEPDIR)/turn.Plo
151 am__mv = mv -f
152 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
153         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
154 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
155         $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
156         $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
157         $(AM_CFLAGS) $(CFLAGS)
158 AM_V_CC = $(am__v_CC_@AM_V@)
159 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
160 am__v_CC_0 = @echo "  CC      " $@;
161 am__v_CC_1 = 
162 CCLD = $(CC)
163 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
164         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
165         $(AM_LDFLAGS) $(LDFLAGS) -o $@
166 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
167 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
168 am__v_CCLD_0 = @echo "  CCLD    " $@;
169 am__v_CCLD_1 = 
170 SOURCES = $(libstun_la_SOURCES)
171 DIST_SOURCES = $(libstun_la_SOURCES)
172 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
173         ctags-recursive dvi-recursive html-recursive info-recursive \
174         install-data-recursive install-dvi-recursive \
175         install-exec-recursive install-html-recursive \
176         install-info-recursive install-pdf-recursive \
177         install-ps-recursive install-recursive installcheck-recursive \
178         installdirs-recursive pdf-recursive ps-recursive \
179         tags-recursive uninstall-recursive
180 am__can_run_installinfo = \
181   case $$AM_UPDATE_INFO_DIR in \
182     n|no|NO) false;; \
183     *) (install-info --version) >/dev/null 2>&1;; \
184   esac
185 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
186 am__vpath_adj = case $$p in \
187     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
188     *) f=$$p;; \
189   esac;
190 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
191 am__install_max = 40
192 am__nobase_strip_setup = \
193   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
194 am__nobase_strip = \
195   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
196 am__nobase_list = $(am__nobase_strip_setup); \
197   for p in $$list; do echo "$$p $$p"; done | \
198   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
199   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
200     if (++n[$$2] == $(am__install_max)) \
201       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
202     END { for (dir in files) print dir, files[dir] }'
203 am__base_list = \
204   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
205   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
206 am__uninstall_files_from_dir = { \
207   test -z "$$files" \
208     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
209     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
210          $(am__cd) "$$dir" && rm -f $$files; }; \
211   }
212 am__installdirs = "$(DESTDIR)$(libstun_la_includedir)" \
213         "$(DESTDIR)$(libstun_usage_includedir)"
214 HEADERS = $(libstun_la_include_HEADERS) \
215         $(libstun_usage_include_HEADERS)
216 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
217   distclean-recursive maintainer-clean-recursive
218 am__recursive_targets = \
219   $(RECURSIVE_TARGETS) \
220   $(RECURSIVE_CLEAN_TARGETS) \
221   $(am__extra_recursive_targets)
222 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
223         distdir distdir-am
224 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
225 # Read a list of newline-separated strings from the standard input,
226 # and print each of them once, without duplicates.  Input order is
227 # *not* preserved.
228 am__uniquify_input = $(AWK) '\
229   BEGIN { nonempty = 0; } \
230   { items[$$0] = 1; nonempty = 1; } \
231   END { if (nonempty) { for (i in items) print i; }; } \
232 '
233 # Make sure the list of sources is unique.  This is necessary because,
234 # e.g., the same source file might be shared among _SOURCES variables
235 # for different programs/libraries.
236 am__define_uniq_tagged_files = \
237   list='$(am__tagged_files)'; \
238   unique=`for i in $$list; do \
239     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
240   done | $(am__uniquify_input)`
241 ETAGS = etags
242 CTAGS = ctags
243 DIST_SUBDIRS = $(SUBDIRS)
244 am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/common.mk \
245         $(top_srcdir)/depcomp
246 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
247 am__relativize = \
248   dir0=`pwd`; \
249   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
250   sed_rest='s,^[^/]*/*,,'; \
251   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
252   sed_butlast='s,/*[^/]*$$,,'; \
253   while test -n "$$dir1"; do \
254     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
255     if test "$$first" != "."; then \
256       if test "$$first" = ".."; then \
257         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
258         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
259       else \
260         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
261         if test "$$first2" = "$$first"; then \
262           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
263         else \
264           dir2="../$$dir2"; \
265         fi; \
266         dir0="$$dir0"/"$$first"; \
267       fi; \
268     fi; \
269     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
270   done; \
271   reldir="$$dir2"
272 pkgincludedir = $(includedir)/nice
273 ACLOCAL = @ACLOCAL@
274 AMTAR = @AMTAR@
275 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
276 AR = @AR@
277 AS = @AS@
278 AUTOCONF = @AUTOCONF@
279 AUTOHEADER = @AUTOHEADER@
280 AUTOMAKE = @AUTOMAKE@
281 AWK = @AWK@
282 CC = @CC@
283 CCACHE_DISABLE = @CCACHE_DISABLE@
284 CCDEPMODE = @CCDEPMODE@
285 CFLAGS = @CFLAGS@
286 CPP = @CPP@
287 CPPFLAGS = @CPPFLAGS@
288 CYGPATH_W = @CYGPATH_W@
289 DEFS = @DEFS@
290 DEPDIR = @DEPDIR@
291 DLLTOOL = @DLLTOOL@
292 DSYMUTIL = @DSYMUTIL@
293 DUMPBIN = @DUMPBIN@
294 ECHO_C = @ECHO_C@
295 ECHO_N = @ECHO_N@
296 ECHO_T = @ECHO_T@
297 EGREP = @EGREP@
298 EXEEXT = @EXEEXT@
299 FGREP = @FGREP@
300 GLIB_CFLAGS = @GLIB_CFLAGS@
301 GLIB_LIBS = @GLIB_LIBS@
302 GLIB_MKENUMS = @GLIB_MKENUMS@
303 GNUTLS_CFLAGS = @GNUTLS_CFLAGS@
304 GNUTLS_LIBS = @GNUTLS_LIBS@
305 GREP = @GREP@
306 GST010_CFLAGS = @GST010_CFLAGS@
307 GST010_LIBS = @GST010_LIBS@
308 GST_CFLAGS = @GST_CFLAGS@
309 GST_CHECK_CFLAGS = @GST_CHECK_CFLAGS@
310 GST_CHECK_LIBS = @GST_CHECK_LIBS@
311 GST_LIBS = @GST_LIBS@
312 GTKDOC_CHECK = @GTKDOC_CHECK@
313 GTKDOC_CHECK_PATH = @GTKDOC_CHECK_PATH@
314 GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
315 GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
316 GTKDOC_MKPDF = @GTKDOC_MKPDF@
317 GTKDOC_REBASE = @GTKDOC_REBASE@
318 GUPNP_CFLAGS = @GUPNP_CFLAGS@
319 GUPNP_LIBS = @GUPNP_LIBS@
320 GUPNP_PACKAGES = @GUPNP_PACKAGES@
321 GUPNP_PACKAGES_PRIVATE = @GUPNP_PACKAGES_PRIVATE@
322 GUPNP_PACKAGES_PUBLIC = @GUPNP_PACKAGES_PUBLIC@
323 HAVE_GUPNP = @HAVE_GUPNP@
324 HTML_DIR = @HTML_DIR@
325 INSTALL = @INSTALL@
326 INSTALL_DATA = @INSTALL_DATA@
327 INSTALL_PROGRAM = @INSTALL_PROGRAM@
328 INSTALL_SCRIPT = @INSTALL_SCRIPT@
329 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
330 INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@
331 INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@
332 INTROSPECTION_GENERATE = @INTROSPECTION_GENERATE@
333 INTROSPECTION_GIRDIR = @INTROSPECTION_GIRDIR@
334 INTROSPECTION_LIBS = @INTROSPECTION_LIBS@
335 INTROSPECTION_MAKEFILE = @INTROSPECTION_MAKEFILE@
336 INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
337 INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
338 LD = @LD@
339 LDFLAGS = @LDFLAGS@
340 LIBNICE_CFLAGS = @LIBNICE_CFLAGS@
341 LIBNICE_LT_LDFLAGS = @LIBNICE_LT_LDFLAGS@
342 LIBOBJS = @LIBOBJS@
343 LIBRT = @LIBRT@
344 LIBS = @LIBS@
345 LIBTOOL = @LIBTOOL@
346 LIPO = @LIPO@
347 LN_S = @LN_S@
348 LTLIBOBJS = @LTLIBOBJS@
349 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
350 MAKEINFO = @MAKEINFO@
351 MANIFEST_TOOL = @MANIFEST_TOOL@
352 MKDIR_P = @MKDIR_P@
353 NICE_PACKAGES_PRIVATE = @NICE_PACKAGES_PRIVATE@
354 NICE_PACKAGES_PUBLIC = @NICE_PACKAGES_PUBLIC@
355 NM = @NM@
356 NMEDIT = @NMEDIT@
357 OBJDUMP = @OBJDUMP@
358 OBJEXT = @OBJEXT@
359 OPENSSL_INCLUDES = @OPENSSL_INCLUDES@
360 OPENSSL_LDFLAGS = @OPENSSL_LDFLAGS@
361 OPENSSL_LIBS = @OPENSSL_LIBS@
362 OTOOL = @OTOOL@
363 OTOOL64 = @OTOOL64@
364 PACKAGE = @PACKAGE@
365 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
366 PACKAGE_NAME = @PACKAGE_NAME@
367 PACKAGE_STRING = @PACKAGE_STRING@
368 PACKAGE_TARNAME = @PACKAGE_TARNAME@
369 PACKAGE_URL = @PACKAGE_URL@
370 PACKAGE_VERSION = @PACKAGE_VERSION@
371 PATH_SEPARATOR = @PATH_SEPARATOR@
372 PKG_CONFIG = @PKG_CONFIG@
373 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
374 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
375 RANLIB = @RANLIB@
376 SED = @SED@
377 SET_MAKE = @SET_MAKE@
378 SHELL = @SHELL@
379 STRIP = @STRIP@
380 UPNP_ENABLED = @UPNP_ENABLED@
381 VERSION = @VERSION@
382 abs_builddir = @abs_builddir@
383 abs_srcdir = @abs_srcdir@
384 abs_top_builddir = @abs_top_builddir@
385 abs_top_srcdir = @abs_top_srcdir@
386 ac_ct_AR = @ac_ct_AR@
387 ac_ct_CC = @ac_ct_CC@
388 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
389 am__include = @am__include@
390 am__leading_dot = @am__leading_dot@
391 am__quote = @am__quote@
392 am__tar = @am__tar@
393 am__untar = @am__untar@
394 bindir = @bindir@
395 build = @build@
396 build_alias = @build_alias@
397 build_cpu = @build_cpu@
398 build_os = @build_os@
399 build_vendor = @build_vendor@
400 builddir = @builddir@
401 datadir = @datadir@
402 datarootdir = @datarootdir@
403 docdir = @docdir@
404 dvidir = @dvidir@
405 exec_prefix = @exec_prefix@
406 gstplugin010dir = @gstplugin010dir@
407 gstplugindir = @gstplugindir@
408 host = @host@
409 host_alias = @host_alias@
410 host_cpu = @host_cpu@
411 host_os = @host_os@
412 host_vendor = @host_vendor@
413 htmldir = @htmldir@
414 includedir = @includedir@
415 infodir = @infodir@
416 install_sh = @install_sh@
417 libdir = @libdir@
418 libexecdir = @libexecdir@
419 localedir = @localedir@
420 localstatedir = @localstatedir@
421 mandir = @mandir@
422 mkdir_p = @mkdir_p@
423 oldincludedir = @oldincludedir@
424 pdfdir = @pdfdir@
425 prefix = @prefix@
426 program_transform_name = @program_transform_name@
427 psdir = @psdir@
428 sbindir = @sbindir@
429 sharedstatedir = @sharedstatedir@
430 srcdir = @srcdir@
431 sysconfdir = @sysconfdir@
432 target = @target@
433 target_alias = @target_alias@
434 target_cpu = @target_cpu@
435 target_os = @target_os@
436 target_vendor = @target_vendor@
437 top_build_prefix = @top_build_prefix@
438 top_builddir = @top_builddir@
439 top_srcdir = @top_srcdir@
440 SUBDIRS = . tools tests
441 CLEANFILES = *.gcno *.gcda
442 LOG_DRIVER = $(top_srcdir)/scripts/valgrind-test-driver
443 AM_CFLAGS = -std=gnu99 -DG_LOG_DOMAIN=\"libnice-stun\" \
444         $(LIBNICE_CFLAGS) $(GNUTLS_CFLAGS) $(OPENSSL_INCLUDES) $(NULL) \
445         $(am__append_1)
446 AM_CPPFLAGS = -I$(top_srcdir)
447 noinst_LTLIBRARIES = libstun.la
448 libstun_la_SOURCES = constants.h \
449         stunagent.c stunagent.h \
450         stunmessage.c stunmessage.h \
451         stun5389.c stun5389.h \
452         stuncrc32.c stuncrc32.h \
453         rand.c rand.h \
454         stunhmac.c stunhmac.h \
455         utils.c  utils.h \
456         debug.c  debug.h \
457         usages/ice.c usages/ice.h \
458         usages/bind.c usages/bind.h \
459         usages/turn.c usages/turn.h \
460         usages/timer.c usages/timer.h
461
462 libstun_la_LIBADD = $(LIBRT) $(GNUTLS_LIBS) $(OPENSSL_LIBS) $(OPENSSL_LDFLAGS)
463 EXTRA_DIST = win32_common.h meson.build
464 libstun_la_includedir = $(includedir)/stun
465 libstun_la_include_HEADERS = stunagent.h stunmessage.h win32_common.h debug.h constants.h
466 libstun_usage_includedir = $(includedir)/stun/usages
467 libstun_usage_include_HEADERS = usages/bind.h usages/ice.h usages/turn.h usages/timer.h
468 all: all-recursive
469
470 .SUFFIXES:
471 .SUFFIXES: .c .lo .o .obj
472 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/common.mk $(am__configure_deps)
473         @for dep in $?; do \
474           case '$(am__configure_deps)' in \
475             *$$dep*) \
476               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
477                 && { if test -f $@; then exit 0; else break; fi; }; \
478               exit 1;; \
479           esac; \
480         done; \
481         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu stun/Makefile'; \
482         $(am__cd) $(top_srcdir) && \
483           $(AUTOMAKE) --gnu stun/Makefile
484 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
485         @case '$?' in \
486           *config.status*) \
487             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
488           *) \
489             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
490             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
491         esac;
492 $(top_srcdir)/common.mk $(am__empty):
493
494 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
495         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
496
497 $(top_srcdir)/configure:  $(am__configure_deps)
498         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
499 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
500         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
501 $(am__aclocal_m4_deps):
502
503 clean-noinstLTLIBRARIES:
504         -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
505         @list='$(noinst_LTLIBRARIES)'; \
506         locs=`for p in $$list; do echo $$p; done | \
507               sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
508               sort -u`; \
509         test -z "$$locs" || { \
510           echo rm -f $${locs}; \
511           rm -f $${locs}; \
512         }
513 usages/$(am__dirstamp):
514         @$(MKDIR_P) usages
515         @: > usages/$(am__dirstamp)
516 usages/$(DEPDIR)/$(am__dirstamp):
517         @$(MKDIR_P) usages/$(DEPDIR)
518         @: > usages/$(DEPDIR)/$(am__dirstamp)
519 usages/ice.lo: usages/$(am__dirstamp) usages/$(DEPDIR)/$(am__dirstamp)
520 usages/bind.lo: usages/$(am__dirstamp) \
521         usages/$(DEPDIR)/$(am__dirstamp)
522 usages/turn.lo: usages/$(am__dirstamp) \
523         usages/$(DEPDIR)/$(am__dirstamp)
524 usages/timer.lo: usages/$(am__dirstamp) \
525         usages/$(DEPDIR)/$(am__dirstamp)
526
527 libstun.la: $(libstun_la_OBJECTS) $(libstun_la_DEPENDENCIES) $(EXTRA_libstun_la_DEPENDENCIES) 
528         $(AM_V_CCLD)$(LINK)  $(libstun_la_OBJECTS) $(libstun_la_LIBADD) $(LIBS)
529
530 mostlyclean-compile:
531         -rm -f *.$(OBJEXT)
532         -rm -f usages/*.$(OBJEXT)
533         -rm -f usages/*.lo
534
535 distclean-compile:
536         -rm -f *.tab.c
537
538 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/debug.Plo@am__quote@ # am--include-marker
539 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rand.Plo@am__quote@ # am--include-marker
540 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stun5389.Plo@am__quote@ # am--include-marker
541 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stunagent.Plo@am__quote@ # am--include-marker
542 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stuncrc32.Plo@am__quote@ # am--include-marker
543 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stunhmac.Plo@am__quote@ # am--include-marker
544 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stunmessage.Plo@am__quote@ # am--include-marker
545 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utils.Plo@am__quote@ # am--include-marker
546 @AMDEP_TRUE@@am__include@ @am__quote@usages/$(DEPDIR)/bind.Plo@am__quote@ # am--include-marker
547 @AMDEP_TRUE@@am__include@ @am__quote@usages/$(DEPDIR)/ice.Plo@am__quote@ # am--include-marker
548 @AMDEP_TRUE@@am__include@ @am__quote@usages/$(DEPDIR)/timer.Plo@am__quote@ # am--include-marker
549 @AMDEP_TRUE@@am__include@ @am__quote@usages/$(DEPDIR)/turn.Plo@am__quote@ # am--include-marker
550
551 $(am__depfiles_remade):
552         @$(MKDIR_P) $(@D)
553         @echo '# dummy' >$@-t && $(am__mv) $@-t $@
554
555 am--depfiles: $(am__depfiles_remade)
556
557 .c.o:
558 @am__fastdepCC_TRUE@    $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
559 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
560 @am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Po
561 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
562 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
563 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
564
565 .c.obj:
566 @am__fastdepCC_TRUE@    $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
567 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
568 @am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Po
569 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
570 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
571 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
572
573 .c.lo:
574 @am__fastdepCC_TRUE@    $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
575 @am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
576 @am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Plo
577 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
578 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
579 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
580
581 mostlyclean-libtool:
582         -rm -f *.lo
583
584 clean-libtool:
585         -rm -rf .libs _libs
586         -rm -rf usages/.libs usages/_libs
587 install-libstun_la_includeHEADERS: $(libstun_la_include_HEADERS)
588         @$(NORMAL_INSTALL)
589         @list='$(libstun_la_include_HEADERS)'; test -n "$(libstun_la_includedir)" || list=; \
590         if test -n "$$list"; then \
591           echo " $(MKDIR_P) '$(DESTDIR)$(libstun_la_includedir)'"; \
592           $(MKDIR_P) "$(DESTDIR)$(libstun_la_includedir)" || exit 1; \
593         fi; \
594         for p in $$list; do \
595           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
596           echo "$$d$$p"; \
597         done | $(am__base_list) | \
598         while read files; do \
599           echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(libstun_la_includedir)'"; \
600           $(INSTALL_HEADER) $$files "$(DESTDIR)$(libstun_la_includedir)" || exit $$?; \
601         done
602
603 uninstall-libstun_la_includeHEADERS:
604         @$(NORMAL_UNINSTALL)
605         @list='$(libstun_la_include_HEADERS)'; test -n "$(libstun_la_includedir)" || list=; \
606         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
607         dir='$(DESTDIR)$(libstun_la_includedir)'; $(am__uninstall_files_from_dir)
608 install-libstun_usage_includeHEADERS: $(libstun_usage_include_HEADERS)
609         @$(NORMAL_INSTALL)
610         @list='$(libstun_usage_include_HEADERS)'; test -n "$(libstun_usage_includedir)" || list=; \
611         if test -n "$$list"; then \
612           echo " $(MKDIR_P) '$(DESTDIR)$(libstun_usage_includedir)'"; \
613           $(MKDIR_P) "$(DESTDIR)$(libstun_usage_includedir)" || exit 1; \
614         fi; \
615         for p in $$list; do \
616           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
617           echo "$$d$$p"; \
618         done | $(am__base_list) | \
619         while read files; do \
620           echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(libstun_usage_includedir)'"; \
621           $(INSTALL_HEADER) $$files "$(DESTDIR)$(libstun_usage_includedir)" || exit $$?; \
622         done
623
624 uninstall-libstun_usage_includeHEADERS:
625         @$(NORMAL_UNINSTALL)
626         @list='$(libstun_usage_include_HEADERS)'; test -n "$(libstun_usage_includedir)" || list=; \
627         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
628         dir='$(DESTDIR)$(libstun_usage_includedir)'; $(am__uninstall_files_from_dir)
629
630 # This directory's subdirectories are mostly independent; you can cd
631 # into them and run 'make' without going through this Makefile.
632 # To change the values of 'make' variables: instead of editing Makefiles,
633 # (1) if the variable is set in 'config.status', edit 'config.status'
634 #     (which will cause the Makefiles to be regenerated when you run 'make');
635 # (2) otherwise, pass the desired values on the 'make' command line.
636 $(am__recursive_targets):
637         @fail=; \
638         if $(am__make_keepgoing); then \
639           failcom='fail=yes'; \
640         else \
641           failcom='exit 1'; \
642         fi; \
643         dot_seen=no; \
644         target=`echo $@ | sed s/-recursive//`; \
645         case "$@" in \
646           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
647           *) list='$(SUBDIRS)' ;; \
648         esac; \
649         for subdir in $$list; do \
650           echo "Making $$target in $$subdir"; \
651           if test "$$subdir" = "."; then \
652             dot_seen=yes; \
653             local_target="$$target-am"; \
654           else \
655             local_target="$$target"; \
656           fi; \
657           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
658           || eval $$failcom; \
659         done; \
660         if test "$$dot_seen" = "no"; then \
661           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
662         fi; test -z "$$fail"
663
664 ID: $(am__tagged_files)
665         $(am__define_uniq_tagged_files); mkid -fID $$unique
666 tags: tags-recursive
667 TAGS: tags
668
669 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
670         set x; \
671         here=`pwd`; \
672         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
673           include_option=--etags-include; \
674           empty_fix=.; \
675         else \
676           include_option=--include; \
677           empty_fix=; \
678         fi; \
679         list='$(SUBDIRS)'; for subdir in $$list; do \
680           if test "$$subdir" = .; then :; else \
681             test ! -f $$subdir/TAGS || \
682               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
683           fi; \
684         done; \
685         $(am__define_uniq_tagged_files); \
686         shift; \
687         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
688           test -n "$$unique" || unique=$$empty_fix; \
689           if test $$# -gt 0; then \
690             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
691               "$$@" $$unique; \
692           else \
693             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
694               $$unique; \
695           fi; \
696         fi
697 ctags: ctags-recursive
698
699 CTAGS: ctags
700 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
701         $(am__define_uniq_tagged_files); \
702         test -z "$(CTAGS_ARGS)$$unique" \
703           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
704              $$unique
705
706 GTAGS:
707         here=`$(am__cd) $(top_builddir) && pwd` \
708           && $(am__cd) $(top_srcdir) \
709           && gtags -i $(GTAGS_ARGS) "$$here"
710 cscopelist: cscopelist-recursive
711
712 cscopelist-am: $(am__tagged_files)
713         list='$(am__tagged_files)'; \
714         case "$(srcdir)" in \
715           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
716           *) sdir=$(subdir)/$(srcdir) ;; \
717         esac; \
718         for i in $$list; do \
719           if test -f "$$i"; then \
720             echo "$(subdir)/$$i"; \
721           else \
722             echo "$$sdir/$$i"; \
723           fi; \
724         done >> $(top_builddir)/cscope.files
725
726 distclean-tags:
727         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
728
729 distdir: $(BUILT_SOURCES)
730         $(MAKE) $(AM_MAKEFLAGS) distdir-am
731
732 distdir-am: $(DISTFILES)
733         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
734         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
735         list='$(DISTFILES)'; \
736           dist_files=`for file in $$list; do echo $$file; done | \
737           sed -e "s|^$$srcdirstrip/||;t" \
738               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
739         case $$dist_files in \
740           */*) $(MKDIR_P) `echo "$$dist_files" | \
741                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
742                            sort -u` ;; \
743         esac; \
744         for file in $$dist_files; do \
745           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
746           if test -d $$d/$$file; then \
747             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
748             if test -d "$(distdir)/$$file"; then \
749               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
750             fi; \
751             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
752               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
753               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
754             fi; \
755             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
756           else \
757             test -f "$(distdir)/$$file" \
758             || cp -p $$d/$$file "$(distdir)/$$file" \
759             || exit 1; \
760           fi; \
761         done
762         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
763           if test "$$subdir" = .; then :; else \
764             $(am__make_dryrun) \
765               || test -d "$(distdir)/$$subdir" \
766               || $(MKDIR_P) "$(distdir)/$$subdir" \
767               || exit 1; \
768             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
769             $(am__relativize); \
770             new_distdir=$$reldir; \
771             dir1=$$subdir; dir2="$(top_distdir)"; \
772             $(am__relativize); \
773             new_top_distdir=$$reldir; \
774             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
775             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
776             ($(am__cd) $$subdir && \
777               $(MAKE) $(AM_MAKEFLAGS) \
778                 top_distdir="$$new_top_distdir" \
779                 distdir="$$new_distdir" \
780                 am__remove_distdir=: \
781                 am__skip_length_check=: \
782                 am__skip_mode_fix=: \
783                 distdir) \
784               || exit 1; \
785           fi; \
786         done
787 check-am: all-am
788 check: check-recursive
789 all-am: Makefile $(LTLIBRARIES) $(HEADERS)
790 installdirs: installdirs-recursive
791 installdirs-am:
792         for dir in "$(DESTDIR)$(libstun_la_includedir)" "$(DESTDIR)$(libstun_usage_includedir)"; do \
793           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
794         done
795 install: install-recursive
796 install-exec: install-exec-recursive
797 install-data: install-data-recursive
798 uninstall: uninstall-recursive
799
800 install-am: all-am
801         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
802
803 installcheck: installcheck-recursive
804 install-strip:
805         if test -z '$(STRIP)'; then \
806           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
807             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
808               install; \
809         else \
810           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
811             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
812             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
813         fi
814 mostlyclean-generic:
815
816 clean-generic:
817         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
818
819 distclean-generic:
820         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
821         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
822         -rm -f usages/$(DEPDIR)/$(am__dirstamp)
823         -rm -f usages/$(am__dirstamp)
824
825 maintainer-clean-generic:
826         @echo "This command is intended for maintainers to use"
827         @echo "it deletes files that may require special tools to rebuild."
828 clean: clean-recursive
829
830 clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
831         mostlyclean-am
832
833 distclean: distclean-recursive
834                 -rm -f ./$(DEPDIR)/debug.Plo
835         -rm -f ./$(DEPDIR)/rand.Plo
836         -rm -f ./$(DEPDIR)/stun5389.Plo
837         -rm -f ./$(DEPDIR)/stunagent.Plo
838         -rm -f ./$(DEPDIR)/stuncrc32.Plo
839         -rm -f ./$(DEPDIR)/stunhmac.Plo
840         -rm -f ./$(DEPDIR)/stunmessage.Plo
841         -rm -f ./$(DEPDIR)/utils.Plo
842         -rm -f usages/$(DEPDIR)/bind.Plo
843         -rm -f usages/$(DEPDIR)/ice.Plo
844         -rm -f usages/$(DEPDIR)/timer.Plo
845         -rm -f usages/$(DEPDIR)/turn.Plo
846         -rm -f Makefile
847 distclean-am: clean-am distclean-compile distclean-generic \
848         distclean-tags
849
850 dvi: dvi-recursive
851
852 dvi-am:
853
854 html: html-recursive
855
856 html-am:
857
858 info: info-recursive
859
860 info-am:
861
862 install-data-am: install-libstun_la_includeHEADERS \
863         install-libstun_usage_includeHEADERS
864
865 install-dvi: install-dvi-recursive
866
867 install-dvi-am:
868
869 install-exec-am:
870
871 install-html: install-html-recursive
872
873 install-html-am:
874
875 install-info: install-info-recursive
876
877 install-info-am:
878
879 install-man:
880
881 install-pdf: install-pdf-recursive
882
883 install-pdf-am:
884
885 install-ps: install-ps-recursive
886
887 install-ps-am:
888
889 installcheck-am:
890
891 maintainer-clean: maintainer-clean-recursive
892                 -rm -f ./$(DEPDIR)/debug.Plo
893         -rm -f ./$(DEPDIR)/rand.Plo
894         -rm -f ./$(DEPDIR)/stun5389.Plo
895         -rm -f ./$(DEPDIR)/stunagent.Plo
896         -rm -f ./$(DEPDIR)/stuncrc32.Plo
897         -rm -f ./$(DEPDIR)/stunhmac.Plo
898         -rm -f ./$(DEPDIR)/stunmessage.Plo
899         -rm -f ./$(DEPDIR)/utils.Plo
900         -rm -f usages/$(DEPDIR)/bind.Plo
901         -rm -f usages/$(DEPDIR)/ice.Plo
902         -rm -f usages/$(DEPDIR)/timer.Plo
903         -rm -f usages/$(DEPDIR)/turn.Plo
904         -rm -f Makefile
905 maintainer-clean-am: distclean-am maintainer-clean-generic
906
907 mostlyclean: mostlyclean-recursive
908
909 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
910         mostlyclean-libtool
911
912 pdf: pdf-recursive
913
914 pdf-am:
915
916 ps: ps-recursive
917
918 ps-am:
919
920 uninstall-am: uninstall-libstun_la_includeHEADERS \
921         uninstall-libstun_usage_includeHEADERS
922
923 .MAKE: $(am__recursive_targets) install-am install-strip
924
925 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
926         am--depfiles check check-am clean clean-generic clean-libtool \
927         clean-noinstLTLIBRARIES cscopelist-am ctags ctags-am distclean \
928         distclean-compile distclean-generic distclean-libtool \
929         distclean-tags distdir dvi dvi-am html html-am info info-am \
930         install install-am install-data install-data-am install-dvi \
931         install-dvi-am install-exec install-exec-am install-html \
932         install-html-am install-info install-info-am \
933         install-libstun_la_includeHEADERS \
934         install-libstun_usage_includeHEADERS install-man install-pdf \
935         install-pdf-am install-ps install-ps-am install-strip \
936         installcheck installcheck-am installdirs installdirs-am \
937         maintainer-clean maintainer-clean-generic mostlyclean \
938         mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
939         pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \
940         uninstall-libstun_la_includeHEADERS \
941         uninstall-libstun_usage_includeHEADERS
942
943 .PRECIOUS: Makefile
944
945
946 check-valgrind:
947         $(MAKE) TESTS_ENVIRONMENT="USE_VALGRIND=1 " check
948
949 .PHONY: check-valgrind
950
951 # Tell versions [3.59,3.63) of GNU make to not export all variables.
952 # Otherwise a system limit (for SysV at least) may be exceeded.
953 .NOEXPORT: