From 9ecc9f4a3c049c92252ab1270eafc4f5ed3872ad Mon Sep 17 00:00:00 2001 From: Maksym Sobolyev Date: Tue, 2 Jul 2024 21:15:38 -0700 Subject: [PATCH] Re-gen. --- Makefile.in | 5 +- autosrc/rtpp_stream_fin.c | 18 +- configure | 4 +- libre/Makefile.in | 1676 ++++++++++++++++++++++++++++++++++ modules/Makefile.in | 5 +- modules/ice_lite/Makefile.in | 842 +++++++++++++++++ src/Makefile.in | 6 +- 7 files changed, 2548 insertions(+), 8 deletions(-) create mode 100644 libre/Makefile.in create mode 100644 modules/ice_lite/Makefile.in diff --git a/Makefile.in b/Makefile.in index a60600d77..949177232 100644 --- a/Makefile.in +++ b/Makefile.in @@ -193,7 +193,7 @@ am__define_uniq_tagged_files = \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | $(am__uniquify_input)` -DIST_SUBDIRS = libexecinfo libucl libxxHash makeann modules \ +DIST_SUBDIRS = libexecinfo libucl libxxHash libre makeann modules \ libelperiodic/src src pertools tests extractaudio doc am__DIST_COMMON = $(dist_man_MANS) $(srcdir)/Makefile.in \ $(top_srcdir)/python/sippy_lite/sippy/Time/clock_dtime.py.in \ @@ -389,7 +389,8 @@ AUTOMAKE_OPTIONS = foreign @BUILD_EXTRACTAUDIO_TRUE@SUBD_EAUD = extractaudio @BUILD_UDP_CONTENTION_TRUE@SUBD_UDCNT = pertools @BUILD_DOCS_TRUE@SUBD_DOCS = doc -SUBDIRS = libexecinfo libucl libxxHash makeann $(SUBD_MOD) \ +@BUILD_CRYPTO_TRUE@SUB_LIBRE = libre +SUBDIRS = libexecinfo libucl libxxHash $(SUB_LIBRE) makeann $(SUBD_MOD) \ $(SUBD_ELP) src $(SUBD_UDCNT) tests \ $(SUBD_EAUD) ${SUBD_DOCS} diff --git a/autosrc/rtpp_stream_fin.c b/autosrc/rtpp_stream_fin.c index f44e4e143..d813ad493 100644 --- a/autosrc/rtpp_stream_fin.c +++ b/autosrc/rtpp_stream_fin.c @@ -59,6 +59,14 @@ static void rtpp_stream_latch_fin(void *pub) { fprintf(stderr, "Method rtpp_stream@%p::latch (rtpp_stream_latch) is invoked after destruction\x0a", pub); RTPP_AUTOTRAP(); } +static void rtpp_stream_latch_getmode_fin(void *pub) { + fprintf(stderr, "Method rtpp_stream@%p::latch_getmode (rtpp_stream_latch_getmode) is invoked after destruction\x0a", pub); + RTPP_AUTOTRAP(); +} +static void rtpp_stream_latch_setmode_fin(void *pub) { + fprintf(stderr, "Method rtpp_stream@%p::latch_setmode (rtpp_stream_latch_setmode) is invoked after destruction\x0a", pub); + RTPP_AUTOTRAP(); +} static void rtpp_stream_locklatch_fin(void *pub) { fprintf(stderr, "Method rtpp_stream@%p::locklatch (rtpp_stream_locklatch) is invoked after destruction\x0a", pub); RTPP_AUTOTRAP(); @@ -105,6 +113,8 @@ static const struct rtpp_stream_smethods rtpp_stream_smethods_fin = { .isplayer_active = (rtpp_stream_isplayer_active_t)&rtpp_stream_isplayer_active_fin, .issendable = (rtpp_stream_issendable_t)&rtpp_stream_issendable_fin, .latch = (rtpp_stream_latch_t)&rtpp_stream_latch_fin, + .latch_getmode = (rtpp_stream_latch_getmode_t)&rtpp_stream_latch_getmode_fin, + .latch_setmode = (rtpp_stream_latch_setmode_t)&rtpp_stream_latch_setmode_fin, .locklatch = (rtpp_stream_locklatch_t)&rtpp_stream_locklatch_fin, .prefill_addr = (rtpp_stream_prefill_addr_t)&rtpp_stream_prefill_addr_fin, .reg_onhold = (rtpp_stream_reg_onhold_t)&rtpp_stream_reg_onhold_fin, @@ -128,6 +138,8 @@ void rtpp_stream_fin(struct rtpp_stream *pub) { RTPP_DBG_ASSERT(pub->smethods->isplayer_active != (rtpp_stream_isplayer_active_t)NULL); RTPP_DBG_ASSERT(pub->smethods->issendable != (rtpp_stream_issendable_t)NULL); RTPP_DBG_ASSERT(pub->smethods->latch != (rtpp_stream_latch_t)NULL); + RTPP_DBG_ASSERT(pub->smethods->latch_getmode != (rtpp_stream_latch_getmode_t)NULL); + RTPP_DBG_ASSERT(pub->smethods->latch_setmode != (rtpp_stream_latch_setmode_t)NULL); RTPP_DBG_ASSERT(pub->smethods->locklatch != (rtpp_stream_locklatch_t)NULL); RTPP_DBG_ASSERT(pub->smethods->prefill_addr != (rtpp_stream_prefill_addr_t)NULL); RTPP_DBG_ASSERT(pub->smethods->reg_onhold != (rtpp_stream_reg_onhold_t)NULL); @@ -175,6 +187,8 @@ rtpp_stream_fintest() .isplayer_active = (rtpp_stream_isplayer_active_t)((void *)0x1), .issendable = (rtpp_stream_issendable_t)((void *)0x1), .latch = (rtpp_stream_latch_t)((void *)0x1), + .latch_getmode = (rtpp_stream_latch_getmode_t)((void *)0x1), + .latch_setmode = (rtpp_stream_latch_setmode_t)((void *)0x1), .locklatch = (rtpp_stream_locklatch_t)((void *)0x1), .prefill_addr = (rtpp_stream_prefill_addr_t)((void *)0x1), .reg_onhold = (rtpp_stream_reg_onhold_t)((void *)0x1), @@ -201,6 +215,8 @@ rtpp_stream_fintest() CALL_TFIN(&tp->pub, isplayer_active); CALL_TFIN(&tp->pub, issendable); CALL_TFIN(&tp->pub, latch); + CALL_TFIN(&tp->pub, latch_getmode); + CALL_TFIN(&tp->pub, latch_setmode); CALL_TFIN(&tp->pub, locklatch); CALL_TFIN(&tp->pub, prefill_addr); CALL_TFIN(&tp->pub, reg_onhold); @@ -209,7 +225,7 @@ rtpp_stream_fintest() CALL_TFIN(&tp->pub, send_pkt_to); CALL_TFIN(&tp->pub, set_skt); CALL_TFIN(&tp->pub, update_skt); - assert((_naborts - naborts_s) == 21); + assert((_naborts - naborts_s) == 23); free(tp); } const static void *_rtpp_stream_ftp = (void *)&rtpp_stream_fintest; diff --git a/configure b/configure index ec2240e82..be8f84a92 100755 --- a/configure +++ b/configure @@ -15071,7 +15071,7 @@ else fi -ac_config_files="$ac_config_files Makefile src/Makefile makeann/Makefile tests/Makefile extractaudio/Makefile libexecinfo/Makefile modules/Makefile modules/acct_csv/Makefile modules/acct_rtcp_hep/Makefile modules/catch_dtmf/Makefile modules/badmod/Makefile libxxHash/Makefile modules/dtls_gw/Makefile pertools/Makefile pertools/udp_contention/Makefile libucl/Makefile python/sippy_lite/sippy/Time/clock_dtime.py doc/Makefile" +ac_config_files="$ac_config_files Makefile src/Makefile makeann/Makefile tests/Makefile extractaudio/Makefile libexecinfo/Makefile modules/Makefile modules/acct_csv/Makefile modules/acct_rtcp_hep/Makefile modules/catch_dtmf/Makefile modules/badmod/Makefile libxxHash/Makefile libre/Makefile modules/dtls_gw/Makefile modules/ice_lite/Makefile pertools/Makefile pertools/udp_contention/Makefile libucl/Makefile python/sippy_lite/sippy/Time/clock_dtime.py doc/Makefile" @@ -16176,7 +16176,9 @@ do "modules/catch_dtmf/Makefile") CONFIG_FILES="$CONFIG_FILES modules/catch_dtmf/Makefile" ;; "modules/badmod/Makefile") CONFIG_FILES="$CONFIG_FILES modules/badmod/Makefile" ;; "libxxHash/Makefile") CONFIG_FILES="$CONFIG_FILES libxxHash/Makefile" ;; + "libre/Makefile") CONFIG_FILES="$CONFIG_FILES libre/Makefile" ;; "modules/dtls_gw/Makefile") CONFIG_FILES="$CONFIG_FILES modules/dtls_gw/Makefile" ;; + "modules/ice_lite/Makefile") CONFIG_FILES="$CONFIG_FILES modules/ice_lite/Makefile" ;; "pertools/Makefile") CONFIG_FILES="$CONFIG_FILES pertools/Makefile" ;; "pertools/udp_contention/Makefile") CONFIG_FILES="$CONFIG_FILES pertools/udp_contention/Makefile" ;; "libucl/Makefile") CONFIG_FILES="$CONFIG_FILES libucl/Makefile" ;; diff --git a/libre/Makefile.in b/libre/Makefile.in new file mode 100644 index 000000000..de23dbb9a --- /dev/null +++ b/libre/Makefile.in @@ -0,0 +1,1676 @@ +# Makefile.in generated by automake 1.16.5 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2021 Free Software Foundation, Inc. + +# This Makefile.in is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + +@SET_MAKE@ + + +VPATH = @srcdir@ +am__is_gnu_make = { \ + if test -z '$(MAKELEVEL)'; then \ + false; \ + elif test -n '$(MAKE_HOST)'; then \ + true; \ + elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ + true; \ + else \ + false; \ + fi; \ +} +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +build_triplet = @build@ +host_triplet = @host@ +@ENABLE_WARN_IPT_TRUE@am__append_1 = -Werror=incompatible-pointer-types +noinst_PROGRAMS = libre_test$(EXEEXT) +subdir = libre +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/m4/ax_check_compile_flag.m4 \ + $(top_srcdir)/m4/ax_check_docbook_dtd.m4 \ + $(top_srcdir)/m4/ax_compile_check_sizeof.m4 \ + $(top_srcdir)/m4/ax_prog_xsltproc.m4 \ + $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ + $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ + $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/config.h +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +PROGRAMS = $(noinst_PROGRAMS) +LTLIBRARIES = $(noinst_LTLIBRARIES) +libre_la_LIBADD = +am_libre_la_OBJECTS = libre_la-stun.lo libre_la-ctrans.lo \ + libre_la-msg.lo libre_la-hdr.lo libre_la-rep.lo \ + libre_la-attr.lo libre_la-addr.lo libre_la-cand.lo \ + libre_la-hmac_sha1.lo libre_la-sa.lo libre_la-stunsrv.lo \ + libre_la-candpair.lo libre_la-util.lo libre_la-comp.lo \ + libre_la-icestr.lo libre_la-icem.lo libre_la-icesdp.lo \ + libre_la-regex.lo libre_la-pl.lo libre_la-str.lo \ + libre_la-print.lo libre_la-str_error.lo libre_la-rand.lo \ + libre_la-mbuf.lo libre_la-netstr.lo libre_la-crc32.lo \ + libre_la-list.lo libre_la-endian.lo libre_la-ntop.lo \ + libre_la-pton.lo libre_la-rtpp_re.lo \ + libre_la-rtpp_re_icesdp.lo libre_la-rtpp_re_dbg.lo \ + libre_la-rtpp_re_stub.lo +libre_la_OBJECTS = $(am_libre_la_OBJECTS) +AM_V_lt = $(am__v_lt_@AM_V@) +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) +am__v_lt_0 = --silent +am__v_lt_1 = +libre_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(libre_la_CFLAGS) \ + $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ +libre_debug_la_LIBADD = +am__objects_1 = libre_debug_la-stun.lo libre_debug_la-ctrans.lo \ + libre_debug_la-msg.lo libre_debug_la-hdr.lo \ + libre_debug_la-rep.lo libre_debug_la-attr.lo \ + libre_debug_la-addr.lo libre_debug_la-cand.lo \ + libre_debug_la-hmac_sha1.lo libre_debug_la-sa.lo \ + libre_debug_la-stunsrv.lo libre_debug_la-candpair.lo \ + libre_debug_la-util.lo libre_debug_la-comp.lo \ + libre_debug_la-icestr.lo libre_debug_la-icem.lo \ + libre_debug_la-icesdp.lo libre_debug_la-regex.lo \ + libre_debug_la-pl.lo libre_debug_la-str.lo \ + libre_debug_la-print.lo libre_debug_la-str_error.lo \ + libre_debug_la-rand.lo libre_debug_la-mbuf.lo \ + libre_debug_la-netstr.lo libre_debug_la-crc32.lo \ + libre_debug_la-list.lo libre_debug_la-endian.lo \ + libre_debug_la-ntop.lo libre_debug_la-pton.lo \ + libre_debug_la-rtpp_re.lo libre_debug_la-rtpp_re_icesdp.lo \ + libre_debug_la-rtpp_re_dbg.lo libre_debug_la-rtpp_re_stub.lo +am_libre_debug_la_OBJECTS = $(am__objects_1) +libre_debug_la_OBJECTS = $(am_libre_debug_la_OBJECTS) +libre_debug_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ + $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ + $(libre_debug_la_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o \ + $@ +am__objects_2 = libre_test-rtpp_memdeb.$(OBJEXT) \ + libre_test-rtpp_glitch.$(OBJEXT) \ + libre_test-rtpp_autoglitch.$(OBJEXT) \ + libre_test-rtpp_refcnt.$(OBJEXT) \ + libre_test-rtpp_mallocs.$(OBJEXT) \ + libre_test-rtpp_stacktrace.$(OBJEXT) +am__objects_3 = libre_test-rtpp_refcnt_fin.$(OBJEXT) +am_libre_test_OBJECTS = libre_test-libre_test.$(OBJEXT) \ + $(am__objects_2) $(am__objects_3) +libre_test_OBJECTS = $(am_libre_test_OBJECTS) +am__DEPENDENCIES_1 = $(top_srcdir)/libexecinfo/libexecinfo.la +libre_test_DEPENDENCIES = libre_debug.la $(am__DEPENDENCIES_1) +libre_test_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(libre_test_CFLAGS) \ + $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ +AM_V_P = $(am__v_P_@AM_V@) +am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) +am__v_P_0 = false +am__v_P_1 = : +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) +am__v_GEN_0 = @echo " GEN " $@; +am__v_GEN_1 = +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) +am__v_at_0 = @ +am__v_at_1 = +depcomp = $(SHELL) $(top_srcdir)/depcomp +am__maybe_remake_depfiles = depfiles +am__depfiles_remade = ./$(DEPDIR)/libre_debug_la-addr.Plo \ + ./$(DEPDIR)/libre_debug_la-attr.Plo \ + ./$(DEPDIR)/libre_debug_la-cand.Plo \ + ./$(DEPDIR)/libre_debug_la-candpair.Plo \ + ./$(DEPDIR)/libre_debug_la-comp.Plo \ + ./$(DEPDIR)/libre_debug_la-crc32.Plo \ + ./$(DEPDIR)/libre_debug_la-ctrans.Plo \ + ./$(DEPDIR)/libre_debug_la-endian.Plo \ + ./$(DEPDIR)/libre_debug_la-hdr.Plo \ + ./$(DEPDIR)/libre_debug_la-hmac_sha1.Plo \ + ./$(DEPDIR)/libre_debug_la-icem.Plo \ + ./$(DEPDIR)/libre_debug_la-icesdp.Plo \ + ./$(DEPDIR)/libre_debug_la-icestr.Plo \ + ./$(DEPDIR)/libre_debug_la-list.Plo \ + ./$(DEPDIR)/libre_debug_la-mbuf.Plo \ + ./$(DEPDIR)/libre_debug_la-msg.Plo \ + ./$(DEPDIR)/libre_debug_la-netstr.Plo \ + ./$(DEPDIR)/libre_debug_la-ntop.Plo \ + ./$(DEPDIR)/libre_debug_la-pl.Plo \ + ./$(DEPDIR)/libre_debug_la-print.Plo \ + ./$(DEPDIR)/libre_debug_la-pton.Plo \ + ./$(DEPDIR)/libre_debug_la-rand.Plo \ + ./$(DEPDIR)/libre_debug_la-regex.Plo \ + ./$(DEPDIR)/libre_debug_la-rep.Plo \ + ./$(DEPDIR)/libre_debug_la-rtpp_re.Plo \ + ./$(DEPDIR)/libre_debug_la-rtpp_re_dbg.Plo \ + ./$(DEPDIR)/libre_debug_la-rtpp_re_icesdp.Plo \ + ./$(DEPDIR)/libre_debug_la-rtpp_re_stub.Plo \ + ./$(DEPDIR)/libre_debug_la-sa.Plo \ + ./$(DEPDIR)/libre_debug_la-str.Plo \ + ./$(DEPDIR)/libre_debug_la-str_error.Plo \ + ./$(DEPDIR)/libre_debug_la-stun.Plo \ + ./$(DEPDIR)/libre_debug_la-stunsrv.Plo \ + ./$(DEPDIR)/libre_debug_la-util.Plo \ + ./$(DEPDIR)/libre_la-addr.Plo ./$(DEPDIR)/libre_la-attr.Plo \ + ./$(DEPDIR)/libre_la-cand.Plo \ + ./$(DEPDIR)/libre_la-candpair.Plo \ + ./$(DEPDIR)/libre_la-comp.Plo ./$(DEPDIR)/libre_la-crc32.Plo \ + ./$(DEPDIR)/libre_la-ctrans.Plo \ + ./$(DEPDIR)/libre_la-endian.Plo ./$(DEPDIR)/libre_la-hdr.Plo \ + ./$(DEPDIR)/libre_la-hmac_sha1.Plo \ + ./$(DEPDIR)/libre_la-icem.Plo ./$(DEPDIR)/libre_la-icesdp.Plo \ + ./$(DEPDIR)/libre_la-icestr.Plo ./$(DEPDIR)/libre_la-list.Plo \ + ./$(DEPDIR)/libre_la-mbuf.Plo ./$(DEPDIR)/libre_la-msg.Plo \ + ./$(DEPDIR)/libre_la-netstr.Plo ./$(DEPDIR)/libre_la-ntop.Plo \ + ./$(DEPDIR)/libre_la-pl.Plo ./$(DEPDIR)/libre_la-print.Plo \ + ./$(DEPDIR)/libre_la-pton.Plo ./$(DEPDIR)/libre_la-rand.Plo \ + ./$(DEPDIR)/libre_la-regex.Plo ./$(DEPDIR)/libre_la-rep.Plo \ + ./$(DEPDIR)/libre_la-rtpp_re.Plo \ + ./$(DEPDIR)/libre_la-rtpp_re_dbg.Plo \ + ./$(DEPDIR)/libre_la-rtpp_re_icesdp.Plo \ + ./$(DEPDIR)/libre_la-rtpp_re_stub.Plo \ + ./$(DEPDIR)/libre_la-sa.Plo ./$(DEPDIR)/libre_la-str.Plo \ + ./$(DEPDIR)/libre_la-str_error.Plo \ + ./$(DEPDIR)/libre_la-stun.Plo ./$(DEPDIR)/libre_la-stunsrv.Plo \ + ./$(DEPDIR)/libre_la-util.Plo \ + ./$(DEPDIR)/libre_test-libre_test.Po \ + ./$(DEPDIR)/libre_test-rtpp_autoglitch.Po \ + ./$(DEPDIR)/libre_test-rtpp_glitch.Po \ + ./$(DEPDIR)/libre_test-rtpp_mallocs.Po \ + ./$(DEPDIR)/libre_test-rtpp_memdeb.Po \ + ./$(DEPDIR)/libre_test-rtpp_refcnt.Po \ + ./$(DEPDIR)/libre_test-rtpp_refcnt_fin.Po \ + ./$(DEPDIR)/libre_test-rtpp_stacktrace.Po +am__mv = mv -f +COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ + $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) +LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ + $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ + $(AM_CFLAGS) $(CFLAGS) +AM_V_CC = $(am__v_CC_@AM_V@) +am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) +am__v_CC_0 = @echo " CC " $@; +am__v_CC_1 = +CCLD = $(CC) +LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ + $(AM_LDFLAGS) $(LDFLAGS) -o $@ +AM_V_CCLD = $(am__v_CCLD_@AM_V@) +am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) +am__v_CCLD_0 = @echo " CCLD " $@; +am__v_CCLD_1 = +SOURCES = $(libre_la_SOURCES) $(libre_debug_la_SOURCES) \ + $(libre_test_SOURCES) +DIST_SOURCES = $(libre_la_SOURCES) $(libre_debug_la_SOURCES) \ + $(libre_test_SOURCES) +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` +am__DIST_COMMON = $(srcdir)/Makefile.in \ + $(top_srcdir)/autosrc/Makefile.ami $(top_srcdir)/depcomp \ + $(top_srcdir)/m4/autosrc.ami $(top_srcdir)/m4/ccflags.ami \ + $(top_srcdir)/m4/coverage.ami $(top_srcdir)/m4/memdeb.ami +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +ALLOCA = @ALLOCA@ +AMTAR = @AMTAR@ +AM_CFLAGS = @AM_CFLAGS@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CSCOPE = @CSCOPE@ +CTAGS = @CTAGS@ +CYGPATH_W = @CYGPATH_W@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +ETAGS = @ETAGS@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +GREP = @GREP@ +HAVE_FOP = @HAVE_FOP@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBS_DL = @LIBS_DL@ +LIBS_ELPERIODIC = @LIBS_ELPERIODIC@ +LIBS_G722 = @LIBS_G722@ +LIBS_G729 = @LIBS_G729@ +LIBS_GSM = @LIBS_GSM@ +LIBS_SIPLOG = @LIBS_SIPLOG@ +LIBS_SIPLOG_DBG = @LIBS_SIPLOG_DBG@ +LIBS_SNDFILE = @LIBS_SNDFILE@ +LIBS_SRTP = @LIBS_SRTP@ +LIBS_UNWIND = @LIBS_UNWIND@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ +MAINT = @MAINT@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OPT_CFLAGS = @OPT_CFLAGS@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +RANLIB = @RANLIB@ +RT_LIB = @RT_LIB@ +SED = @SED@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +SIZEOF_TIME_T = @SIZEOF_TIME_T@ +STRIP = @STRIP@ +VERSION = @VERSION@ +XSLTPROC = @XSLTPROC@ +XSLTPROC_FLAGS = @XSLTPROC_FLAGS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +am__include = @am__include@ +am__leading_dot = @am__leading_dot@ +am__quote = @am__quote@ +am__tar = @am__tar@ +am__untar = @am__untar@ +bindir = @bindir@ +build = @build@ +build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ +builddir = @builddir@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +runstatedir = @runstatedir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +subdirs = @subdirs@ +sysconfdir = @sysconfdir@ +target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +RTPP_AUTOSRC_DIR = $(top_srcdir)/autosrc + +# Auto-generated by ./Makefile - DO NOT EDIT! +SRCS_AUTOGEN = $(rtpp_command_rcache_AUTOSRCS) \ + $(rtpp_log_obj_AUTOSRCS) $(rtpp_port_table_AUTOSRCS) \ + $(rtpp_socket_AUTOSRCS) $(rtpp_timed_task_AUTOSRCS) \ + $(rtpp_modman_AUTOSRCS) $(rtpp_module_if_AUTOSRCS) +SRCS_AUTOGEN_DEBUG = $(rtpp_netaddr_AUTOSRCS) \ + $(rtpp_pearson_perfect_AUTOSRCS) $(rtpp_refcnt_AUTOSRCS) \ + $(rtpp_server_AUTOSRCS) $(rtpp_stats_AUTOSRCS) \ + $(rtpp_stream_AUTOSRCS) $(rtpp_timed_AUTOSRCS) \ + $(rtpp_pcount_AUTOSRCS) $(rtpp_record_AUTOSRCS) \ + $(rtpp_hash_table_AUTOSRCS) $(rtpp_weakref_AUTOSRCS) \ + $(rtpp_analyzer_AUTOSRCS) $(rtpp_pcnt_strm_AUTOSRCS) \ + $(rtpp_ttl_AUTOSRCS) $(rtpp_pipe_AUTOSRCS) \ + $(rtpp_ringbuf_AUTOSRCS) $(rtpp_sessinfo_AUTOSRCS) \ + $(rtpp_rw_lock_AUTOSRCS) $(rtpp_proc_servers_AUTOSRCS) \ + $(rtpp_proc_wakeup_AUTOSRCS) +rtpp_command_rcache_AUTOSRCS = $(RTPP_AUTOSRC_DIR)/rtpp_command_rcache_fin.h $(RTPP_AUTOSRC_DIR)/rtpp_command_rcache_fin.c +rtpp_log_obj_AUTOSRCS = $(RTPP_AUTOSRC_DIR)/rtpp_log_obj_fin.h $(RTPP_AUTOSRC_DIR)/rtpp_log_obj_fin.c +rtpp_port_table_AUTOSRCS = $(RTPP_AUTOSRC_DIR)/rtpp_port_table_fin.h $(RTPP_AUTOSRC_DIR)/rtpp_port_table_fin.c +rtpp_socket_AUTOSRCS = $(RTPP_AUTOSRC_DIR)/rtpp_socket_fin.h $(RTPP_AUTOSRC_DIR)/rtpp_socket_fin.c +rtpp_timed_task_AUTOSRCS = $(RTPP_AUTOSRC_DIR)/rtpp_timed_task_fin.h $(RTPP_AUTOSRC_DIR)/rtpp_timed_task_fin.c +rtpp_modman_AUTOSRCS = $(RTPP_AUTOSRC_DIR)/rtpp_modman_fin.h $(RTPP_AUTOSRC_DIR)/rtpp_modman_fin.c +rtpp_module_if_AUTOSRCS = $(RTPP_AUTOSRC_DIR)/rtpp_module_if_fin.h $(RTPP_AUTOSRC_DIR)/rtpp_module_if_fin.c +rtpp_netaddr_AUTOSRCS = $(RTPP_AUTOSRC_DIR)/rtpp_netaddr_fin.h $(RTPP_AUTOSRC_DIR)/rtpp_netaddr_fin.c +rtpp_pearson_perfect_AUTOSRCS = $(RTPP_AUTOSRC_DIR)/rtpp_pearson_perfect_fin.h $(RTPP_AUTOSRC_DIR)/rtpp_pearson_perfect_fin.c +rtpp_refcnt_AUTOSRCS = $(RTPP_AUTOSRC_DIR)/rtpp_refcnt_fin.h $(RTPP_AUTOSRC_DIR)/rtpp_refcnt_fin.c +rtpp_server_AUTOSRCS = $(RTPP_AUTOSRC_DIR)/rtpp_server_fin.h $(RTPP_AUTOSRC_DIR)/rtpp_server_fin.c +rtpp_stats_AUTOSRCS = $(RTPP_AUTOSRC_DIR)/rtpp_stats_fin.h $(RTPP_AUTOSRC_DIR)/rtpp_stats_fin.c +rtpp_stream_AUTOSRCS = $(RTPP_AUTOSRC_DIR)/rtpp_stream_fin.h $(RTPP_AUTOSRC_DIR)/rtpp_stream_fin.c +rtpp_timed_AUTOSRCS = $(RTPP_AUTOSRC_DIR)/rtpp_timed_fin.h $(RTPP_AUTOSRC_DIR)/rtpp_timed_fin.c +rtpp_pcount_AUTOSRCS = $(RTPP_AUTOSRC_DIR)/rtpp_pcount_fin.h $(RTPP_AUTOSRC_DIR)/rtpp_pcount_fin.c +rtpp_record_AUTOSRCS = $(RTPP_AUTOSRC_DIR)/rtpp_record_fin.h $(RTPP_AUTOSRC_DIR)/rtpp_record_fin.c +rtpp_hash_table_AUTOSRCS = $(RTPP_AUTOSRC_DIR)/rtpp_hash_table_fin.h $(RTPP_AUTOSRC_DIR)/rtpp_hash_table_fin.c +rtpp_weakref_AUTOSRCS = $(RTPP_AUTOSRC_DIR)/rtpp_weakref_fin.h $(RTPP_AUTOSRC_DIR)/rtpp_weakref_fin.c +rtpp_analyzer_AUTOSRCS = $(RTPP_AUTOSRC_DIR)/rtpp_analyzer_fin.h $(RTPP_AUTOSRC_DIR)/rtpp_analyzer_fin.c +rtpp_pcnt_strm_AUTOSRCS = $(RTPP_AUTOSRC_DIR)/rtpp_pcnt_strm_fin.h $(RTPP_AUTOSRC_DIR)/rtpp_pcnt_strm_fin.c +rtpp_ttl_AUTOSRCS = $(RTPP_AUTOSRC_DIR)/rtpp_ttl_fin.h $(RTPP_AUTOSRC_DIR)/rtpp_ttl_fin.c +rtpp_pipe_AUTOSRCS = $(RTPP_AUTOSRC_DIR)/rtpp_pipe_fin.h $(RTPP_AUTOSRC_DIR)/rtpp_pipe_fin.c +rtpp_ringbuf_AUTOSRCS = $(RTPP_AUTOSRC_DIR)/rtpp_ringbuf_fin.h $(RTPP_AUTOSRC_DIR)/rtpp_ringbuf_fin.c +rtpp_sessinfo_AUTOSRCS = $(RTPP_AUTOSRC_DIR)/rtpp_sessinfo_fin.h $(RTPP_AUTOSRC_DIR)/rtpp_sessinfo_fin.c +rtpp_rw_lock_AUTOSRCS = $(RTPP_AUTOSRC_DIR)/rtpp_rw_lock_fin.h $(RTPP_AUTOSRC_DIR)/rtpp_rw_lock_fin.c +rtpp_proc_servers_AUTOSRCS = $(RTPP_AUTOSRC_DIR)/rtpp_proc_servers_fin.h $(RTPP_AUTOSRC_DIR)/rtpp_proc_servers_fin.c +rtpp_proc_wakeup_AUTOSRCS = $(RTPP_AUTOSRC_DIR)/rtpp_proc_wakeup_fin.h $(RTPP_AUTOSRC_DIR)/rtpp_proc_wakeup_fin.c +RTPP_MEMDEB_CPPFLAGS = -DRTPP_MEMDEB_STDOUT -include rtpp_debugon.h \ + -I$(top_srcdir) -I$(RTPP_AUTOSRC_DIR) + +RTPP_MEMDEB_CORESRCS = $(top_srcdir)/src/rtpp_memdeb.c $(top_srcdir)/src/rtpp_memdeb.h \ + $(top_srcdir)/src/rtpp_memdeb_internal.h $(top_srcdir)/src/rtpp_glitch.c \ + $(top_srcdir)/src/rtpp_glitch.h $(top_srcdir)/src/rtpp_codeptr.h \ + $(top_srcdir)/src/rtpp_autoglitch.c $(top_srcdir)/src/rtpp_autoglitch.h \ + $(top_srcdir)/src/rtpp_debugon.h $(top_srcdir)/src/rtpp_refcnt.c \ + $(top_srcdir)/src/rtpp_refcnt.h \ + $(top_srcdir)/src/rtpp_mallocs.c $(top_srcdir)/src/rtpp_mallocs.h \ + $(top_srcdir)/src/rtpp_stacktrace.c $(top_srcdir)/src/rtpp_stacktrace.h + +@ENABLE_LIBUNWIND_FALSE@RTPP_MEMDEB_CFLAGS = -fno-omit-frame-pointer +RTPP_MEMDEB_LDADD = $(top_srcdir)/libexecinfo/libexecinfo.la @LIBS_DL@ -lpthread +MAINSRCDIR = $(top_srcdir)/src +DEFAULT_INCLUDES = -I$(MAINSRCDIR) +CC_WFLAGS = -Wall -Werror=implicit-function-declaration \ + $(am__append_1) +@ENABLE_LTO_TRUE@LTO_FLAG = -flto +NOPT_CFLAGS = -g3 -O0 +CLEANFILES = *.gcda *.gcno *.gcov +RE_DIR = $(top_srcdir)/external/libre +RE_SDIR = $(RE_DIR)/src +noinst_LTLIBRARIES = libre.la libre_debug.la +libre_la_SOURCES = $(RE_SDIR)/stun/stun.c $(RE_SDIR)/stun/stun.h \ + $(RE_SDIR)/stun/ctrans.c $(RE_SDIR)/stun/msg.c $(RE_SDIR)/stun/hdr.c \ + $(RE_SDIR)/stun/rep.c $(RE_SDIR)/stun/attr.c $(RE_SDIR)/stun/addr.c \ + $(RE_SDIR)/ice/cand.c $(RE_SDIR)/hmac/hmac_sha1.c $(RE_SDIR)/sa/sa.c \ + $(RE_SDIR)/ice/stunsrv.c $(RE_SDIR)/ice/stunsrv.h $(RE_SDIR)/ice/candpair.c \ + $(RE_SDIR)/ice/util.c $(RE_SDIR)/ice/comp.c $(RE_SDIR)/ice/icestr.c \ + $(RE_SDIR)/ice/icem.c $(RE_SDIR)/ice/icesdp.c \ + $(RE_SDIR)/fmt/regex.c $(RE_SDIR)/fmt/pl.c $(RE_SDIR)/fmt/str.c \ + $(RE_SDIR)/fmt/print.c $(RE_SDIR)/fmt/str_error.c \ + $(RE_SDIR)/sys/rand.c $(RE_SDIR)/mbuf/mbuf.c $(RE_SDIR)/net/netstr.c \ + $(RE_SDIR)/crc32/crc32.c $(RE_SDIR)/list/list.c $(RE_SDIR)/sys/endian.c \ + $(RE_SDIR)/sa/ntop.c $(RE_SDIR)/sa/pton.c rtpp_re.c rtpp_re_icesdp.c \ + rtpp_re_dbg.c rtpp_re.h rtpp_re_stub.c + +CFLAGS_libre_common = -Wno-pointer-sign -std=c11 -DHAVE_CONFIG_H -D_BSD_SOURCE \ + -Wno-unused-parameter $(LTO_FLAG) + +CPPFLAGS_libre_common = -I$(RE_DIR)/include -I$(RE_SDIR) \ + --include $(top_srcdir)/src/config.h --include rtpp_re.h \ + -DUSE_OPENSSL + +libre_la_CFLAGS = $(OPT_CFLAGS) $(CFLAGS_libre_common) +libre_la_CPPFLAGS = $(CPPFLAGS_libre_common) +libre_debug_la_SOURCES = $(libre_la_SOURCES) +libre_debug_la_CPPFLAGS = $(CPPFLAGS_libre_common) -DRTPP_MEMDEB_FREE_NULL \ + $(RTPP_MEMDEB_CPPFLAGS) -DMEMDEB_APP=libre + +libre_debug_la_CFLAGS = $(NOPT_CFLAGS) $(CFLAGS_libre_common) $(RTPP_MEMDEB_CFLAGS) +libre_test_CPPFLAGS = -DMODULE_IF_CODE -Dmod_strdup=strdup $(RTPP_MEMDEB_CPPFLAGS) -DMEMDEB_APP=libre_test \ + $(CPPFLAGS_libre_common) + +libre_test_CFLAGS = $(NOPT_CFLAGS) $(RTPP_MEMDEB_CFLAGS) $(LTO_FLAG) +libre_test_SOURCES = libre_test.c \ + $(RTPP_MEMDEB_CORESRCS) $(rtpp_refcnt_AUTOSRCS) + +libre_test_LDADD = libre_debug.la $(RTPP_MEMDEB_LDADD) -lcrypto +libre_test_LDLAGS = $(LTO_FLAG) +all: all-am + +.SUFFIXES: +.SUFFIXES: .c .lo .o .obj +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/m4/memdeb.ami $(top_srcdir)/autosrc/Makefile.ami $(top_srcdir)/m4/autosrc.ami $(top_srcdir)/m4/ccflags.ami $(top_srcdir)/m4/coverage.ami $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu libre/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --gnu libre/Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ + *) \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ + esac; +$(top_srcdir)/m4/memdeb.ami $(top_srcdir)/autosrc/Makefile.ami $(top_srcdir)/m4/autosrc.ami $(top_srcdir)/m4/ccflags.ami $(top_srcdir)/m4/coverage.ami $(am__empty): + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +clean-noinstPROGRAMS: + @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \ + echo " rm -f" $$list; \ + rm -f $$list || exit $$?; \ + test -n "$(EXEEXT)" || exit 0; \ + list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ + echo " rm -f" $$list; \ + rm -f $$list + +clean-noinstLTLIBRARIES: + -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) + @list='$(noinst_LTLIBRARIES)'; \ + locs=`for p in $$list; do echo $$p; done | \ + sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ + sort -u`; \ + test -z "$$locs" || { \ + echo rm -f $${locs}; \ + rm -f $${locs}; \ + } + +libre.la: $(libre_la_OBJECTS) $(libre_la_DEPENDENCIES) $(EXTRA_libre_la_DEPENDENCIES) + $(AM_V_CCLD)$(libre_la_LINK) $(libre_la_OBJECTS) $(libre_la_LIBADD) $(LIBS) + +libre_debug.la: $(libre_debug_la_OBJECTS) $(libre_debug_la_DEPENDENCIES) $(EXTRA_libre_debug_la_DEPENDENCIES) + $(AM_V_CCLD)$(libre_debug_la_LINK) $(libre_debug_la_OBJECTS) $(libre_debug_la_LIBADD) $(LIBS) + +libre_test$(EXEEXT): $(libre_test_OBJECTS) $(libre_test_DEPENDENCIES) $(EXTRA_libre_test_DEPENDENCIES) + @rm -f libre_test$(EXEEXT) + $(AM_V_CCLD)$(libre_test_LINK) $(libre_test_OBJECTS) $(libre_test_LDADD) $(LIBS) + +mostlyclean-compile: + -rm -f *.$(OBJEXT) + +distclean-compile: + -rm -f *.tab.c + +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libre_debug_la-addr.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libre_debug_la-attr.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libre_debug_la-cand.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libre_debug_la-candpair.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libre_debug_la-comp.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libre_debug_la-crc32.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libre_debug_la-ctrans.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libre_debug_la-endian.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libre_debug_la-hdr.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libre_debug_la-hmac_sha1.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libre_debug_la-icem.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libre_debug_la-icesdp.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libre_debug_la-icestr.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libre_debug_la-list.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libre_debug_la-mbuf.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libre_debug_la-msg.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libre_debug_la-netstr.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libre_debug_la-ntop.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libre_debug_la-pl.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libre_debug_la-print.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libre_debug_la-pton.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libre_debug_la-rand.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libre_debug_la-regex.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libre_debug_la-rep.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libre_debug_la-rtpp_re.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libre_debug_la-rtpp_re_dbg.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libre_debug_la-rtpp_re_icesdp.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libre_debug_la-rtpp_re_stub.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libre_debug_la-sa.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libre_debug_la-str.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libre_debug_la-str_error.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libre_debug_la-stun.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libre_debug_la-stunsrv.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libre_debug_la-util.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libre_la-addr.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libre_la-attr.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libre_la-cand.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libre_la-candpair.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libre_la-comp.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libre_la-crc32.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libre_la-ctrans.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libre_la-endian.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libre_la-hdr.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libre_la-hmac_sha1.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libre_la-icem.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libre_la-icesdp.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libre_la-icestr.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libre_la-list.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libre_la-mbuf.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libre_la-msg.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libre_la-netstr.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libre_la-ntop.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libre_la-pl.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libre_la-print.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libre_la-pton.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libre_la-rand.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libre_la-regex.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libre_la-rep.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libre_la-rtpp_re.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libre_la-rtpp_re_dbg.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libre_la-rtpp_re_icesdp.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libre_la-rtpp_re_stub.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libre_la-sa.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libre_la-str.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libre_la-str_error.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libre_la-stun.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libre_la-stunsrv.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libre_la-util.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libre_test-libre_test.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libre_test-rtpp_autoglitch.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libre_test-rtpp_glitch.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libre_test-rtpp_mallocs.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libre_test-rtpp_memdeb.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libre_test-rtpp_refcnt.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libre_test-rtpp_refcnt_fin.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libre_test-rtpp_stacktrace.Po@am__quote@ # am--include-marker + +$(am__depfiles_remade): + @$(MKDIR_P) $(@D) + @echo '# dummy' >$@-t && $(am__mv) $@-t $@ + +am--depfiles: $(am__depfiles_remade) + +.c.o: +@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< + +.c.obj: +@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` + +.c.lo: +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< + +libre_la-stun.lo: $(RE_SDIR)/stun/stun.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libre_la_CPPFLAGS) $(CPPFLAGS) $(libre_la_CFLAGS) $(CFLAGS) -MT libre_la-stun.lo -MD -MP -MF $(DEPDIR)/libre_la-stun.Tpo -c -o libre_la-stun.lo `test -f '$(RE_SDIR)/stun/stun.c' || echo '$(srcdir)/'`$(RE_SDIR)/stun/stun.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libre_la-stun.Tpo $(DEPDIR)/libre_la-stun.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(RE_SDIR)/stun/stun.c' object='libre_la-stun.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libre_la_CPPFLAGS) $(CPPFLAGS) $(libre_la_CFLAGS) $(CFLAGS) -c -o libre_la-stun.lo `test -f '$(RE_SDIR)/stun/stun.c' || echo '$(srcdir)/'`$(RE_SDIR)/stun/stun.c + +libre_la-ctrans.lo: $(RE_SDIR)/stun/ctrans.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libre_la_CPPFLAGS) $(CPPFLAGS) $(libre_la_CFLAGS) $(CFLAGS) -MT libre_la-ctrans.lo -MD -MP -MF $(DEPDIR)/libre_la-ctrans.Tpo -c -o libre_la-ctrans.lo `test -f '$(RE_SDIR)/stun/ctrans.c' || echo '$(srcdir)/'`$(RE_SDIR)/stun/ctrans.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libre_la-ctrans.Tpo $(DEPDIR)/libre_la-ctrans.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(RE_SDIR)/stun/ctrans.c' object='libre_la-ctrans.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libre_la_CPPFLAGS) $(CPPFLAGS) $(libre_la_CFLAGS) $(CFLAGS) -c -o libre_la-ctrans.lo `test -f '$(RE_SDIR)/stun/ctrans.c' || echo '$(srcdir)/'`$(RE_SDIR)/stun/ctrans.c + +libre_la-msg.lo: $(RE_SDIR)/stun/msg.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libre_la_CPPFLAGS) $(CPPFLAGS) $(libre_la_CFLAGS) $(CFLAGS) -MT libre_la-msg.lo -MD -MP -MF $(DEPDIR)/libre_la-msg.Tpo -c -o libre_la-msg.lo `test -f '$(RE_SDIR)/stun/msg.c' || echo '$(srcdir)/'`$(RE_SDIR)/stun/msg.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libre_la-msg.Tpo $(DEPDIR)/libre_la-msg.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(RE_SDIR)/stun/msg.c' object='libre_la-msg.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libre_la_CPPFLAGS) $(CPPFLAGS) $(libre_la_CFLAGS) $(CFLAGS) -c -o libre_la-msg.lo `test -f '$(RE_SDIR)/stun/msg.c' || echo '$(srcdir)/'`$(RE_SDIR)/stun/msg.c + +libre_la-hdr.lo: $(RE_SDIR)/stun/hdr.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libre_la_CPPFLAGS) $(CPPFLAGS) $(libre_la_CFLAGS) $(CFLAGS) -MT libre_la-hdr.lo -MD -MP -MF $(DEPDIR)/libre_la-hdr.Tpo -c -o libre_la-hdr.lo `test -f '$(RE_SDIR)/stun/hdr.c' || echo '$(srcdir)/'`$(RE_SDIR)/stun/hdr.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libre_la-hdr.Tpo $(DEPDIR)/libre_la-hdr.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(RE_SDIR)/stun/hdr.c' object='libre_la-hdr.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libre_la_CPPFLAGS) $(CPPFLAGS) $(libre_la_CFLAGS) $(CFLAGS) -c -o libre_la-hdr.lo `test -f '$(RE_SDIR)/stun/hdr.c' || echo '$(srcdir)/'`$(RE_SDIR)/stun/hdr.c + +libre_la-rep.lo: $(RE_SDIR)/stun/rep.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libre_la_CPPFLAGS) $(CPPFLAGS) $(libre_la_CFLAGS) $(CFLAGS) -MT libre_la-rep.lo -MD -MP -MF $(DEPDIR)/libre_la-rep.Tpo -c -o libre_la-rep.lo `test -f '$(RE_SDIR)/stun/rep.c' || echo '$(srcdir)/'`$(RE_SDIR)/stun/rep.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libre_la-rep.Tpo $(DEPDIR)/libre_la-rep.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(RE_SDIR)/stun/rep.c' object='libre_la-rep.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libre_la_CPPFLAGS) $(CPPFLAGS) $(libre_la_CFLAGS) $(CFLAGS) -c -o libre_la-rep.lo `test -f '$(RE_SDIR)/stun/rep.c' || echo '$(srcdir)/'`$(RE_SDIR)/stun/rep.c + +libre_la-attr.lo: $(RE_SDIR)/stun/attr.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libre_la_CPPFLAGS) $(CPPFLAGS) $(libre_la_CFLAGS) $(CFLAGS) -MT libre_la-attr.lo -MD -MP -MF $(DEPDIR)/libre_la-attr.Tpo -c -o libre_la-attr.lo `test -f '$(RE_SDIR)/stun/attr.c' || echo '$(srcdir)/'`$(RE_SDIR)/stun/attr.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libre_la-attr.Tpo $(DEPDIR)/libre_la-attr.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(RE_SDIR)/stun/attr.c' object='libre_la-attr.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libre_la_CPPFLAGS) $(CPPFLAGS) $(libre_la_CFLAGS) $(CFLAGS) -c -o libre_la-attr.lo `test -f '$(RE_SDIR)/stun/attr.c' || echo '$(srcdir)/'`$(RE_SDIR)/stun/attr.c + +libre_la-addr.lo: $(RE_SDIR)/stun/addr.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libre_la_CPPFLAGS) $(CPPFLAGS) $(libre_la_CFLAGS) $(CFLAGS) -MT libre_la-addr.lo -MD -MP -MF $(DEPDIR)/libre_la-addr.Tpo -c -o libre_la-addr.lo `test -f '$(RE_SDIR)/stun/addr.c' || echo '$(srcdir)/'`$(RE_SDIR)/stun/addr.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libre_la-addr.Tpo $(DEPDIR)/libre_la-addr.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(RE_SDIR)/stun/addr.c' object='libre_la-addr.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libre_la_CPPFLAGS) $(CPPFLAGS) $(libre_la_CFLAGS) $(CFLAGS) -c -o libre_la-addr.lo `test -f '$(RE_SDIR)/stun/addr.c' || echo '$(srcdir)/'`$(RE_SDIR)/stun/addr.c + +libre_la-cand.lo: $(RE_SDIR)/ice/cand.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libre_la_CPPFLAGS) $(CPPFLAGS) $(libre_la_CFLAGS) $(CFLAGS) -MT libre_la-cand.lo -MD -MP -MF $(DEPDIR)/libre_la-cand.Tpo -c -o libre_la-cand.lo `test -f '$(RE_SDIR)/ice/cand.c' || echo '$(srcdir)/'`$(RE_SDIR)/ice/cand.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libre_la-cand.Tpo $(DEPDIR)/libre_la-cand.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(RE_SDIR)/ice/cand.c' object='libre_la-cand.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libre_la_CPPFLAGS) $(CPPFLAGS) $(libre_la_CFLAGS) $(CFLAGS) -c -o libre_la-cand.lo `test -f '$(RE_SDIR)/ice/cand.c' || echo '$(srcdir)/'`$(RE_SDIR)/ice/cand.c + +libre_la-hmac_sha1.lo: $(RE_SDIR)/hmac/hmac_sha1.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libre_la_CPPFLAGS) $(CPPFLAGS) $(libre_la_CFLAGS) $(CFLAGS) -MT libre_la-hmac_sha1.lo -MD -MP -MF $(DEPDIR)/libre_la-hmac_sha1.Tpo -c -o libre_la-hmac_sha1.lo `test -f '$(RE_SDIR)/hmac/hmac_sha1.c' || echo '$(srcdir)/'`$(RE_SDIR)/hmac/hmac_sha1.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libre_la-hmac_sha1.Tpo $(DEPDIR)/libre_la-hmac_sha1.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(RE_SDIR)/hmac/hmac_sha1.c' object='libre_la-hmac_sha1.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libre_la_CPPFLAGS) $(CPPFLAGS) $(libre_la_CFLAGS) $(CFLAGS) -c -o libre_la-hmac_sha1.lo `test -f '$(RE_SDIR)/hmac/hmac_sha1.c' || echo '$(srcdir)/'`$(RE_SDIR)/hmac/hmac_sha1.c + +libre_la-sa.lo: $(RE_SDIR)/sa/sa.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libre_la_CPPFLAGS) $(CPPFLAGS) $(libre_la_CFLAGS) $(CFLAGS) -MT libre_la-sa.lo -MD -MP -MF $(DEPDIR)/libre_la-sa.Tpo -c -o libre_la-sa.lo `test -f '$(RE_SDIR)/sa/sa.c' || echo '$(srcdir)/'`$(RE_SDIR)/sa/sa.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libre_la-sa.Tpo $(DEPDIR)/libre_la-sa.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(RE_SDIR)/sa/sa.c' object='libre_la-sa.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libre_la_CPPFLAGS) $(CPPFLAGS) $(libre_la_CFLAGS) $(CFLAGS) -c -o libre_la-sa.lo `test -f '$(RE_SDIR)/sa/sa.c' || echo '$(srcdir)/'`$(RE_SDIR)/sa/sa.c + +libre_la-stunsrv.lo: $(RE_SDIR)/ice/stunsrv.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libre_la_CPPFLAGS) $(CPPFLAGS) $(libre_la_CFLAGS) $(CFLAGS) -MT libre_la-stunsrv.lo -MD -MP -MF $(DEPDIR)/libre_la-stunsrv.Tpo -c -o libre_la-stunsrv.lo `test -f '$(RE_SDIR)/ice/stunsrv.c' || echo '$(srcdir)/'`$(RE_SDIR)/ice/stunsrv.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libre_la-stunsrv.Tpo $(DEPDIR)/libre_la-stunsrv.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(RE_SDIR)/ice/stunsrv.c' object='libre_la-stunsrv.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libre_la_CPPFLAGS) $(CPPFLAGS) $(libre_la_CFLAGS) $(CFLAGS) -c -o libre_la-stunsrv.lo `test -f '$(RE_SDIR)/ice/stunsrv.c' || echo '$(srcdir)/'`$(RE_SDIR)/ice/stunsrv.c + +libre_la-candpair.lo: $(RE_SDIR)/ice/candpair.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libre_la_CPPFLAGS) $(CPPFLAGS) $(libre_la_CFLAGS) $(CFLAGS) -MT libre_la-candpair.lo -MD -MP -MF $(DEPDIR)/libre_la-candpair.Tpo -c -o libre_la-candpair.lo `test -f '$(RE_SDIR)/ice/candpair.c' || echo '$(srcdir)/'`$(RE_SDIR)/ice/candpair.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libre_la-candpair.Tpo $(DEPDIR)/libre_la-candpair.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(RE_SDIR)/ice/candpair.c' object='libre_la-candpair.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libre_la_CPPFLAGS) $(CPPFLAGS) $(libre_la_CFLAGS) $(CFLAGS) -c -o libre_la-candpair.lo `test -f '$(RE_SDIR)/ice/candpair.c' || echo '$(srcdir)/'`$(RE_SDIR)/ice/candpair.c + +libre_la-util.lo: $(RE_SDIR)/ice/util.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libre_la_CPPFLAGS) $(CPPFLAGS) $(libre_la_CFLAGS) $(CFLAGS) -MT libre_la-util.lo -MD -MP -MF $(DEPDIR)/libre_la-util.Tpo -c -o libre_la-util.lo `test -f '$(RE_SDIR)/ice/util.c' || echo '$(srcdir)/'`$(RE_SDIR)/ice/util.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libre_la-util.Tpo $(DEPDIR)/libre_la-util.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(RE_SDIR)/ice/util.c' object='libre_la-util.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libre_la_CPPFLAGS) $(CPPFLAGS) $(libre_la_CFLAGS) $(CFLAGS) -c -o libre_la-util.lo `test -f '$(RE_SDIR)/ice/util.c' || echo '$(srcdir)/'`$(RE_SDIR)/ice/util.c + +libre_la-comp.lo: $(RE_SDIR)/ice/comp.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libre_la_CPPFLAGS) $(CPPFLAGS) $(libre_la_CFLAGS) $(CFLAGS) -MT libre_la-comp.lo -MD -MP -MF $(DEPDIR)/libre_la-comp.Tpo -c -o libre_la-comp.lo `test -f '$(RE_SDIR)/ice/comp.c' || echo '$(srcdir)/'`$(RE_SDIR)/ice/comp.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libre_la-comp.Tpo $(DEPDIR)/libre_la-comp.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(RE_SDIR)/ice/comp.c' object='libre_la-comp.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libre_la_CPPFLAGS) $(CPPFLAGS) $(libre_la_CFLAGS) $(CFLAGS) -c -o libre_la-comp.lo `test -f '$(RE_SDIR)/ice/comp.c' || echo '$(srcdir)/'`$(RE_SDIR)/ice/comp.c + +libre_la-icestr.lo: $(RE_SDIR)/ice/icestr.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libre_la_CPPFLAGS) $(CPPFLAGS) $(libre_la_CFLAGS) $(CFLAGS) -MT libre_la-icestr.lo -MD -MP -MF $(DEPDIR)/libre_la-icestr.Tpo -c -o libre_la-icestr.lo `test -f '$(RE_SDIR)/ice/icestr.c' || echo '$(srcdir)/'`$(RE_SDIR)/ice/icestr.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libre_la-icestr.Tpo $(DEPDIR)/libre_la-icestr.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(RE_SDIR)/ice/icestr.c' object='libre_la-icestr.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libre_la_CPPFLAGS) $(CPPFLAGS) $(libre_la_CFLAGS) $(CFLAGS) -c -o libre_la-icestr.lo `test -f '$(RE_SDIR)/ice/icestr.c' || echo '$(srcdir)/'`$(RE_SDIR)/ice/icestr.c + +libre_la-icem.lo: $(RE_SDIR)/ice/icem.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libre_la_CPPFLAGS) $(CPPFLAGS) $(libre_la_CFLAGS) $(CFLAGS) -MT libre_la-icem.lo -MD -MP -MF $(DEPDIR)/libre_la-icem.Tpo -c -o libre_la-icem.lo `test -f '$(RE_SDIR)/ice/icem.c' || echo '$(srcdir)/'`$(RE_SDIR)/ice/icem.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libre_la-icem.Tpo $(DEPDIR)/libre_la-icem.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(RE_SDIR)/ice/icem.c' object='libre_la-icem.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libre_la_CPPFLAGS) $(CPPFLAGS) $(libre_la_CFLAGS) $(CFLAGS) -c -o libre_la-icem.lo `test -f '$(RE_SDIR)/ice/icem.c' || echo '$(srcdir)/'`$(RE_SDIR)/ice/icem.c + +libre_la-icesdp.lo: $(RE_SDIR)/ice/icesdp.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libre_la_CPPFLAGS) $(CPPFLAGS) $(libre_la_CFLAGS) $(CFLAGS) -MT libre_la-icesdp.lo -MD -MP -MF $(DEPDIR)/libre_la-icesdp.Tpo -c -o libre_la-icesdp.lo `test -f '$(RE_SDIR)/ice/icesdp.c' || echo '$(srcdir)/'`$(RE_SDIR)/ice/icesdp.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libre_la-icesdp.Tpo $(DEPDIR)/libre_la-icesdp.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(RE_SDIR)/ice/icesdp.c' object='libre_la-icesdp.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libre_la_CPPFLAGS) $(CPPFLAGS) $(libre_la_CFLAGS) $(CFLAGS) -c -o libre_la-icesdp.lo `test -f '$(RE_SDIR)/ice/icesdp.c' || echo '$(srcdir)/'`$(RE_SDIR)/ice/icesdp.c + +libre_la-regex.lo: $(RE_SDIR)/fmt/regex.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libre_la_CPPFLAGS) $(CPPFLAGS) $(libre_la_CFLAGS) $(CFLAGS) -MT libre_la-regex.lo -MD -MP -MF $(DEPDIR)/libre_la-regex.Tpo -c -o libre_la-regex.lo `test -f '$(RE_SDIR)/fmt/regex.c' || echo '$(srcdir)/'`$(RE_SDIR)/fmt/regex.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libre_la-regex.Tpo $(DEPDIR)/libre_la-regex.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(RE_SDIR)/fmt/regex.c' object='libre_la-regex.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libre_la_CPPFLAGS) $(CPPFLAGS) $(libre_la_CFLAGS) $(CFLAGS) -c -o libre_la-regex.lo `test -f '$(RE_SDIR)/fmt/regex.c' || echo '$(srcdir)/'`$(RE_SDIR)/fmt/regex.c + +libre_la-pl.lo: $(RE_SDIR)/fmt/pl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libre_la_CPPFLAGS) $(CPPFLAGS) $(libre_la_CFLAGS) $(CFLAGS) -MT libre_la-pl.lo -MD -MP -MF $(DEPDIR)/libre_la-pl.Tpo -c -o libre_la-pl.lo `test -f '$(RE_SDIR)/fmt/pl.c' || echo '$(srcdir)/'`$(RE_SDIR)/fmt/pl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libre_la-pl.Tpo $(DEPDIR)/libre_la-pl.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(RE_SDIR)/fmt/pl.c' object='libre_la-pl.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libre_la_CPPFLAGS) $(CPPFLAGS) $(libre_la_CFLAGS) $(CFLAGS) -c -o libre_la-pl.lo `test -f '$(RE_SDIR)/fmt/pl.c' || echo '$(srcdir)/'`$(RE_SDIR)/fmt/pl.c + +libre_la-str.lo: $(RE_SDIR)/fmt/str.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libre_la_CPPFLAGS) $(CPPFLAGS) $(libre_la_CFLAGS) $(CFLAGS) -MT libre_la-str.lo -MD -MP -MF $(DEPDIR)/libre_la-str.Tpo -c -o libre_la-str.lo `test -f '$(RE_SDIR)/fmt/str.c' || echo '$(srcdir)/'`$(RE_SDIR)/fmt/str.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libre_la-str.Tpo $(DEPDIR)/libre_la-str.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(RE_SDIR)/fmt/str.c' object='libre_la-str.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libre_la_CPPFLAGS) $(CPPFLAGS) $(libre_la_CFLAGS) $(CFLAGS) -c -o libre_la-str.lo `test -f '$(RE_SDIR)/fmt/str.c' || echo '$(srcdir)/'`$(RE_SDIR)/fmt/str.c + +libre_la-print.lo: $(RE_SDIR)/fmt/print.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libre_la_CPPFLAGS) $(CPPFLAGS) $(libre_la_CFLAGS) $(CFLAGS) -MT libre_la-print.lo -MD -MP -MF $(DEPDIR)/libre_la-print.Tpo -c -o libre_la-print.lo `test -f '$(RE_SDIR)/fmt/print.c' || echo '$(srcdir)/'`$(RE_SDIR)/fmt/print.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libre_la-print.Tpo $(DEPDIR)/libre_la-print.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(RE_SDIR)/fmt/print.c' object='libre_la-print.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libre_la_CPPFLAGS) $(CPPFLAGS) $(libre_la_CFLAGS) $(CFLAGS) -c -o libre_la-print.lo `test -f '$(RE_SDIR)/fmt/print.c' || echo '$(srcdir)/'`$(RE_SDIR)/fmt/print.c + +libre_la-str_error.lo: $(RE_SDIR)/fmt/str_error.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libre_la_CPPFLAGS) $(CPPFLAGS) $(libre_la_CFLAGS) $(CFLAGS) -MT libre_la-str_error.lo -MD -MP -MF $(DEPDIR)/libre_la-str_error.Tpo -c -o libre_la-str_error.lo `test -f '$(RE_SDIR)/fmt/str_error.c' || echo '$(srcdir)/'`$(RE_SDIR)/fmt/str_error.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libre_la-str_error.Tpo $(DEPDIR)/libre_la-str_error.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(RE_SDIR)/fmt/str_error.c' object='libre_la-str_error.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libre_la_CPPFLAGS) $(CPPFLAGS) $(libre_la_CFLAGS) $(CFLAGS) -c -o libre_la-str_error.lo `test -f '$(RE_SDIR)/fmt/str_error.c' || echo '$(srcdir)/'`$(RE_SDIR)/fmt/str_error.c + +libre_la-rand.lo: $(RE_SDIR)/sys/rand.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libre_la_CPPFLAGS) $(CPPFLAGS) $(libre_la_CFLAGS) $(CFLAGS) -MT libre_la-rand.lo -MD -MP -MF $(DEPDIR)/libre_la-rand.Tpo -c -o libre_la-rand.lo `test -f '$(RE_SDIR)/sys/rand.c' || echo '$(srcdir)/'`$(RE_SDIR)/sys/rand.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libre_la-rand.Tpo $(DEPDIR)/libre_la-rand.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(RE_SDIR)/sys/rand.c' object='libre_la-rand.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libre_la_CPPFLAGS) $(CPPFLAGS) $(libre_la_CFLAGS) $(CFLAGS) -c -o libre_la-rand.lo `test -f '$(RE_SDIR)/sys/rand.c' || echo '$(srcdir)/'`$(RE_SDIR)/sys/rand.c + +libre_la-mbuf.lo: $(RE_SDIR)/mbuf/mbuf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libre_la_CPPFLAGS) $(CPPFLAGS) $(libre_la_CFLAGS) $(CFLAGS) -MT libre_la-mbuf.lo -MD -MP -MF $(DEPDIR)/libre_la-mbuf.Tpo -c -o libre_la-mbuf.lo `test -f '$(RE_SDIR)/mbuf/mbuf.c' || echo '$(srcdir)/'`$(RE_SDIR)/mbuf/mbuf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libre_la-mbuf.Tpo $(DEPDIR)/libre_la-mbuf.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(RE_SDIR)/mbuf/mbuf.c' object='libre_la-mbuf.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libre_la_CPPFLAGS) $(CPPFLAGS) $(libre_la_CFLAGS) $(CFLAGS) -c -o libre_la-mbuf.lo `test -f '$(RE_SDIR)/mbuf/mbuf.c' || echo '$(srcdir)/'`$(RE_SDIR)/mbuf/mbuf.c + +libre_la-netstr.lo: $(RE_SDIR)/net/netstr.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libre_la_CPPFLAGS) $(CPPFLAGS) $(libre_la_CFLAGS) $(CFLAGS) -MT libre_la-netstr.lo -MD -MP -MF $(DEPDIR)/libre_la-netstr.Tpo -c -o libre_la-netstr.lo `test -f '$(RE_SDIR)/net/netstr.c' || echo '$(srcdir)/'`$(RE_SDIR)/net/netstr.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libre_la-netstr.Tpo $(DEPDIR)/libre_la-netstr.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(RE_SDIR)/net/netstr.c' object='libre_la-netstr.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libre_la_CPPFLAGS) $(CPPFLAGS) $(libre_la_CFLAGS) $(CFLAGS) -c -o libre_la-netstr.lo `test -f '$(RE_SDIR)/net/netstr.c' || echo '$(srcdir)/'`$(RE_SDIR)/net/netstr.c + +libre_la-crc32.lo: $(RE_SDIR)/crc32/crc32.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libre_la_CPPFLAGS) $(CPPFLAGS) $(libre_la_CFLAGS) $(CFLAGS) -MT libre_la-crc32.lo -MD -MP -MF $(DEPDIR)/libre_la-crc32.Tpo -c -o libre_la-crc32.lo `test -f '$(RE_SDIR)/crc32/crc32.c' || echo '$(srcdir)/'`$(RE_SDIR)/crc32/crc32.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libre_la-crc32.Tpo $(DEPDIR)/libre_la-crc32.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(RE_SDIR)/crc32/crc32.c' object='libre_la-crc32.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libre_la_CPPFLAGS) $(CPPFLAGS) $(libre_la_CFLAGS) $(CFLAGS) -c -o libre_la-crc32.lo `test -f '$(RE_SDIR)/crc32/crc32.c' || echo '$(srcdir)/'`$(RE_SDIR)/crc32/crc32.c + +libre_la-list.lo: $(RE_SDIR)/list/list.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libre_la_CPPFLAGS) $(CPPFLAGS) $(libre_la_CFLAGS) $(CFLAGS) -MT libre_la-list.lo -MD -MP -MF $(DEPDIR)/libre_la-list.Tpo -c -o libre_la-list.lo `test -f '$(RE_SDIR)/list/list.c' || echo '$(srcdir)/'`$(RE_SDIR)/list/list.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libre_la-list.Tpo $(DEPDIR)/libre_la-list.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(RE_SDIR)/list/list.c' object='libre_la-list.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libre_la_CPPFLAGS) $(CPPFLAGS) $(libre_la_CFLAGS) $(CFLAGS) -c -o libre_la-list.lo `test -f '$(RE_SDIR)/list/list.c' || echo '$(srcdir)/'`$(RE_SDIR)/list/list.c + +libre_la-endian.lo: $(RE_SDIR)/sys/endian.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libre_la_CPPFLAGS) $(CPPFLAGS) $(libre_la_CFLAGS) $(CFLAGS) -MT libre_la-endian.lo -MD -MP -MF $(DEPDIR)/libre_la-endian.Tpo -c -o libre_la-endian.lo `test -f '$(RE_SDIR)/sys/endian.c' || echo '$(srcdir)/'`$(RE_SDIR)/sys/endian.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libre_la-endian.Tpo $(DEPDIR)/libre_la-endian.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(RE_SDIR)/sys/endian.c' object='libre_la-endian.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libre_la_CPPFLAGS) $(CPPFLAGS) $(libre_la_CFLAGS) $(CFLAGS) -c -o libre_la-endian.lo `test -f '$(RE_SDIR)/sys/endian.c' || echo '$(srcdir)/'`$(RE_SDIR)/sys/endian.c + +libre_la-ntop.lo: $(RE_SDIR)/sa/ntop.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libre_la_CPPFLAGS) $(CPPFLAGS) $(libre_la_CFLAGS) $(CFLAGS) -MT libre_la-ntop.lo -MD -MP -MF $(DEPDIR)/libre_la-ntop.Tpo -c -o libre_la-ntop.lo `test -f '$(RE_SDIR)/sa/ntop.c' || echo '$(srcdir)/'`$(RE_SDIR)/sa/ntop.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libre_la-ntop.Tpo $(DEPDIR)/libre_la-ntop.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(RE_SDIR)/sa/ntop.c' object='libre_la-ntop.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libre_la_CPPFLAGS) $(CPPFLAGS) $(libre_la_CFLAGS) $(CFLAGS) -c -o libre_la-ntop.lo `test -f '$(RE_SDIR)/sa/ntop.c' || echo '$(srcdir)/'`$(RE_SDIR)/sa/ntop.c + +libre_la-pton.lo: $(RE_SDIR)/sa/pton.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libre_la_CPPFLAGS) $(CPPFLAGS) $(libre_la_CFLAGS) $(CFLAGS) -MT libre_la-pton.lo -MD -MP -MF $(DEPDIR)/libre_la-pton.Tpo -c -o libre_la-pton.lo `test -f '$(RE_SDIR)/sa/pton.c' || echo '$(srcdir)/'`$(RE_SDIR)/sa/pton.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libre_la-pton.Tpo $(DEPDIR)/libre_la-pton.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(RE_SDIR)/sa/pton.c' object='libre_la-pton.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libre_la_CPPFLAGS) $(CPPFLAGS) $(libre_la_CFLAGS) $(CFLAGS) -c -o libre_la-pton.lo `test -f '$(RE_SDIR)/sa/pton.c' || echo '$(srcdir)/'`$(RE_SDIR)/sa/pton.c + +libre_la-rtpp_re.lo: rtpp_re.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libre_la_CPPFLAGS) $(CPPFLAGS) $(libre_la_CFLAGS) $(CFLAGS) -MT libre_la-rtpp_re.lo -MD -MP -MF $(DEPDIR)/libre_la-rtpp_re.Tpo -c -o libre_la-rtpp_re.lo `test -f 'rtpp_re.c' || echo '$(srcdir)/'`rtpp_re.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libre_la-rtpp_re.Tpo $(DEPDIR)/libre_la-rtpp_re.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='rtpp_re.c' object='libre_la-rtpp_re.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libre_la_CPPFLAGS) $(CPPFLAGS) $(libre_la_CFLAGS) $(CFLAGS) -c -o libre_la-rtpp_re.lo `test -f 'rtpp_re.c' || echo '$(srcdir)/'`rtpp_re.c + +libre_la-rtpp_re_icesdp.lo: rtpp_re_icesdp.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libre_la_CPPFLAGS) $(CPPFLAGS) $(libre_la_CFLAGS) $(CFLAGS) -MT libre_la-rtpp_re_icesdp.lo -MD -MP -MF $(DEPDIR)/libre_la-rtpp_re_icesdp.Tpo -c -o libre_la-rtpp_re_icesdp.lo `test -f 'rtpp_re_icesdp.c' || echo '$(srcdir)/'`rtpp_re_icesdp.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libre_la-rtpp_re_icesdp.Tpo $(DEPDIR)/libre_la-rtpp_re_icesdp.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='rtpp_re_icesdp.c' object='libre_la-rtpp_re_icesdp.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libre_la_CPPFLAGS) $(CPPFLAGS) $(libre_la_CFLAGS) $(CFLAGS) -c -o libre_la-rtpp_re_icesdp.lo `test -f 'rtpp_re_icesdp.c' || echo '$(srcdir)/'`rtpp_re_icesdp.c + +libre_la-rtpp_re_dbg.lo: rtpp_re_dbg.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libre_la_CPPFLAGS) $(CPPFLAGS) $(libre_la_CFLAGS) $(CFLAGS) -MT libre_la-rtpp_re_dbg.lo -MD -MP -MF $(DEPDIR)/libre_la-rtpp_re_dbg.Tpo -c -o libre_la-rtpp_re_dbg.lo `test -f 'rtpp_re_dbg.c' || echo '$(srcdir)/'`rtpp_re_dbg.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libre_la-rtpp_re_dbg.Tpo $(DEPDIR)/libre_la-rtpp_re_dbg.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='rtpp_re_dbg.c' object='libre_la-rtpp_re_dbg.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libre_la_CPPFLAGS) $(CPPFLAGS) $(libre_la_CFLAGS) $(CFLAGS) -c -o libre_la-rtpp_re_dbg.lo `test -f 'rtpp_re_dbg.c' || echo '$(srcdir)/'`rtpp_re_dbg.c + +libre_la-rtpp_re_stub.lo: rtpp_re_stub.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libre_la_CPPFLAGS) $(CPPFLAGS) $(libre_la_CFLAGS) $(CFLAGS) -MT libre_la-rtpp_re_stub.lo -MD -MP -MF $(DEPDIR)/libre_la-rtpp_re_stub.Tpo -c -o libre_la-rtpp_re_stub.lo `test -f 'rtpp_re_stub.c' || echo '$(srcdir)/'`rtpp_re_stub.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libre_la-rtpp_re_stub.Tpo $(DEPDIR)/libre_la-rtpp_re_stub.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='rtpp_re_stub.c' object='libre_la-rtpp_re_stub.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libre_la_CPPFLAGS) $(CPPFLAGS) $(libre_la_CFLAGS) $(CFLAGS) -c -o libre_la-rtpp_re_stub.lo `test -f 'rtpp_re_stub.c' || echo '$(srcdir)/'`rtpp_re_stub.c + +libre_debug_la-stun.lo: $(RE_SDIR)/stun/stun.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libre_debug_la_CPPFLAGS) $(CPPFLAGS) $(libre_debug_la_CFLAGS) $(CFLAGS) -MT libre_debug_la-stun.lo -MD -MP -MF $(DEPDIR)/libre_debug_la-stun.Tpo -c -o libre_debug_la-stun.lo `test -f '$(RE_SDIR)/stun/stun.c' || echo '$(srcdir)/'`$(RE_SDIR)/stun/stun.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libre_debug_la-stun.Tpo $(DEPDIR)/libre_debug_la-stun.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(RE_SDIR)/stun/stun.c' object='libre_debug_la-stun.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libre_debug_la_CPPFLAGS) $(CPPFLAGS) $(libre_debug_la_CFLAGS) $(CFLAGS) -c -o libre_debug_la-stun.lo `test -f '$(RE_SDIR)/stun/stun.c' || echo '$(srcdir)/'`$(RE_SDIR)/stun/stun.c + +libre_debug_la-ctrans.lo: $(RE_SDIR)/stun/ctrans.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libre_debug_la_CPPFLAGS) $(CPPFLAGS) $(libre_debug_la_CFLAGS) $(CFLAGS) -MT libre_debug_la-ctrans.lo -MD -MP -MF $(DEPDIR)/libre_debug_la-ctrans.Tpo -c -o libre_debug_la-ctrans.lo `test -f '$(RE_SDIR)/stun/ctrans.c' || echo '$(srcdir)/'`$(RE_SDIR)/stun/ctrans.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libre_debug_la-ctrans.Tpo $(DEPDIR)/libre_debug_la-ctrans.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(RE_SDIR)/stun/ctrans.c' object='libre_debug_la-ctrans.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libre_debug_la_CPPFLAGS) $(CPPFLAGS) $(libre_debug_la_CFLAGS) $(CFLAGS) -c -o libre_debug_la-ctrans.lo `test -f '$(RE_SDIR)/stun/ctrans.c' || echo '$(srcdir)/'`$(RE_SDIR)/stun/ctrans.c + +libre_debug_la-msg.lo: $(RE_SDIR)/stun/msg.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libre_debug_la_CPPFLAGS) $(CPPFLAGS) $(libre_debug_la_CFLAGS) $(CFLAGS) -MT libre_debug_la-msg.lo -MD -MP -MF $(DEPDIR)/libre_debug_la-msg.Tpo -c -o libre_debug_la-msg.lo `test -f '$(RE_SDIR)/stun/msg.c' || echo '$(srcdir)/'`$(RE_SDIR)/stun/msg.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libre_debug_la-msg.Tpo $(DEPDIR)/libre_debug_la-msg.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(RE_SDIR)/stun/msg.c' object='libre_debug_la-msg.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libre_debug_la_CPPFLAGS) $(CPPFLAGS) $(libre_debug_la_CFLAGS) $(CFLAGS) -c -o libre_debug_la-msg.lo `test -f '$(RE_SDIR)/stun/msg.c' || echo '$(srcdir)/'`$(RE_SDIR)/stun/msg.c + +libre_debug_la-hdr.lo: $(RE_SDIR)/stun/hdr.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libre_debug_la_CPPFLAGS) $(CPPFLAGS) $(libre_debug_la_CFLAGS) $(CFLAGS) -MT libre_debug_la-hdr.lo -MD -MP -MF $(DEPDIR)/libre_debug_la-hdr.Tpo -c -o libre_debug_la-hdr.lo `test -f '$(RE_SDIR)/stun/hdr.c' || echo '$(srcdir)/'`$(RE_SDIR)/stun/hdr.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libre_debug_la-hdr.Tpo $(DEPDIR)/libre_debug_la-hdr.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(RE_SDIR)/stun/hdr.c' object='libre_debug_la-hdr.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libre_debug_la_CPPFLAGS) $(CPPFLAGS) $(libre_debug_la_CFLAGS) $(CFLAGS) -c -o libre_debug_la-hdr.lo `test -f '$(RE_SDIR)/stun/hdr.c' || echo '$(srcdir)/'`$(RE_SDIR)/stun/hdr.c + +libre_debug_la-rep.lo: $(RE_SDIR)/stun/rep.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libre_debug_la_CPPFLAGS) $(CPPFLAGS) $(libre_debug_la_CFLAGS) $(CFLAGS) -MT libre_debug_la-rep.lo -MD -MP -MF $(DEPDIR)/libre_debug_la-rep.Tpo -c -o libre_debug_la-rep.lo `test -f '$(RE_SDIR)/stun/rep.c' || echo '$(srcdir)/'`$(RE_SDIR)/stun/rep.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libre_debug_la-rep.Tpo $(DEPDIR)/libre_debug_la-rep.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(RE_SDIR)/stun/rep.c' object='libre_debug_la-rep.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libre_debug_la_CPPFLAGS) $(CPPFLAGS) $(libre_debug_la_CFLAGS) $(CFLAGS) -c -o libre_debug_la-rep.lo `test -f '$(RE_SDIR)/stun/rep.c' || echo '$(srcdir)/'`$(RE_SDIR)/stun/rep.c + +libre_debug_la-attr.lo: $(RE_SDIR)/stun/attr.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libre_debug_la_CPPFLAGS) $(CPPFLAGS) $(libre_debug_la_CFLAGS) $(CFLAGS) -MT libre_debug_la-attr.lo -MD -MP -MF $(DEPDIR)/libre_debug_la-attr.Tpo -c -o libre_debug_la-attr.lo `test -f '$(RE_SDIR)/stun/attr.c' || echo '$(srcdir)/'`$(RE_SDIR)/stun/attr.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libre_debug_la-attr.Tpo $(DEPDIR)/libre_debug_la-attr.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(RE_SDIR)/stun/attr.c' object='libre_debug_la-attr.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libre_debug_la_CPPFLAGS) $(CPPFLAGS) $(libre_debug_la_CFLAGS) $(CFLAGS) -c -o libre_debug_la-attr.lo `test -f '$(RE_SDIR)/stun/attr.c' || echo '$(srcdir)/'`$(RE_SDIR)/stun/attr.c + +libre_debug_la-addr.lo: $(RE_SDIR)/stun/addr.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libre_debug_la_CPPFLAGS) $(CPPFLAGS) $(libre_debug_la_CFLAGS) $(CFLAGS) -MT libre_debug_la-addr.lo -MD -MP -MF $(DEPDIR)/libre_debug_la-addr.Tpo -c -o libre_debug_la-addr.lo `test -f '$(RE_SDIR)/stun/addr.c' || echo '$(srcdir)/'`$(RE_SDIR)/stun/addr.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libre_debug_la-addr.Tpo $(DEPDIR)/libre_debug_la-addr.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(RE_SDIR)/stun/addr.c' object='libre_debug_la-addr.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libre_debug_la_CPPFLAGS) $(CPPFLAGS) $(libre_debug_la_CFLAGS) $(CFLAGS) -c -o libre_debug_la-addr.lo `test -f '$(RE_SDIR)/stun/addr.c' || echo '$(srcdir)/'`$(RE_SDIR)/stun/addr.c + +libre_debug_la-cand.lo: $(RE_SDIR)/ice/cand.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libre_debug_la_CPPFLAGS) $(CPPFLAGS) $(libre_debug_la_CFLAGS) $(CFLAGS) -MT libre_debug_la-cand.lo -MD -MP -MF $(DEPDIR)/libre_debug_la-cand.Tpo -c -o libre_debug_la-cand.lo `test -f '$(RE_SDIR)/ice/cand.c' || echo '$(srcdir)/'`$(RE_SDIR)/ice/cand.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libre_debug_la-cand.Tpo $(DEPDIR)/libre_debug_la-cand.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(RE_SDIR)/ice/cand.c' object='libre_debug_la-cand.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libre_debug_la_CPPFLAGS) $(CPPFLAGS) $(libre_debug_la_CFLAGS) $(CFLAGS) -c -o libre_debug_la-cand.lo `test -f '$(RE_SDIR)/ice/cand.c' || echo '$(srcdir)/'`$(RE_SDIR)/ice/cand.c + +libre_debug_la-hmac_sha1.lo: $(RE_SDIR)/hmac/hmac_sha1.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libre_debug_la_CPPFLAGS) $(CPPFLAGS) $(libre_debug_la_CFLAGS) $(CFLAGS) -MT libre_debug_la-hmac_sha1.lo -MD -MP -MF $(DEPDIR)/libre_debug_la-hmac_sha1.Tpo -c -o libre_debug_la-hmac_sha1.lo `test -f '$(RE_SDIR)/hmac/hmac_sha1.c' || echo '$(srcdir)/'`$(RE_SDIR)/hmac/hmac_sha1.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libre_debug_la-hmac_sha1.Tpo $(DEPDIR)/libre_debug_la-hmac_sha1.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(RE_SDIR)/hmac/hmac_sha1.c' object='libre_debug_la-hmac_sha1.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libre_debug_la_CPPFLAGS) $(CPPFLAGS) $(libre_debug_la_CFLAGS) $(CFLAGS) -c -o libre_debug_la-hmac_sha1.lo `test -f '$(RE_SDIR)/hmac/hmac_sha1.c' || echo '$(srcdir)/'`$(RE_SDIR)/hmac/hmac_sha1.c + +libre_debug_la-sa.lo: $(RE_SDIR)/sa/sa.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libre_debug_la_CPPFLAGS) $(CPPFLAGS) $(libre_debug_la_CFLAGS) $(CFLAGS) -MT libre_debug_la-sa.lo -MD -MP -MF $(DEPDIR)/libre_debug_la-sa.Tpo -c -o libre_debug_la-sa.lo `test -f '$(RE_SDIR)/sa/sa.c' || echo '$(srcdir)/'`$(RE_SDIR)/sa/sa.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libre_debug_la-sa.Tpo $(DEPDIR)/libre_debug_la-sa.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(RE_SDIR)/sa/sa.c' object='libre_debug_la-sa.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libre_debug_la_CPPFLAGS) $(CPPFLAGS) $(libre_debug_la_CFLAGS) $(CFLAGS) -c -o libre_debug_la-sa.lo `test -f '$(RE_SDIR)/sa/sa.c' || echo '$(srcdir)/'`$(RE_SDIR)/sa/sa.c + +libre_debug_la-stunsrv.lo: $(RE_SDIR)/ice/stunsrv.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libre_debug_la_CPPFLAGS) $(CPPFLAGS) $(libre_debug_la_CFLAGS) $(CFLAGS) -MT libre_debug_la-stunsrv.lo -MD -MP -MF $(DEPDIR)/libre_debug_la-stunsrv.Tpo -c -o libre_debug_la-stunsrv.lo `test -f '$(RE_SDIR)/ice/stunsrv.c' || echo '$(srcdir)/'`$(RE_SDIR)/ice/stunsrv.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libre_debug_la-stunsrv.Tpo $(DEPDIR)/libre_debug_la-stunsrv.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(RE_SDIR)/ice/stunsrv.c' object='libre_debug_la-stunsrv.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libre_debug_la_CPPFLAGS) $(CPPFLAGS) $(libre_debug_la_CFLAGS) $(CFLAGS) -c -o libre_debug_la-stunsrv.lo `test -f '$(RE_SDIR)/ice/stunsrv.c' || echo '$(srcdir)/'`$(RE_SDIR)/ice/stunsrv.c + +libre_debug_la-candpair.lo: $(RE_SDIR)/ice/candpair.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libre_debug_la_CPPFLAGS) $(CPPFLAGS) $(libre_debug_la_CFLAGS) $(CFLAGS) -MT libre_debug_la-candpair.lo -MD -MP -MF $(DEPDIR)/libre_debug_la-candpair.Tpo -c -o libre_debug_la-candpair.lo `test -f '$(RE_SDIR)/ice/candpair.c' || echo '$(srcdir)/'`$(RE_SDIR)/ice/candpair.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libre_debug_la-candpair.Tpo $(DEPDIR)/libre_debug_la-candpair.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(RE_SDIR)/ice/candpair.c' object='libre_debug_la-candpair.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libre_debug_la_CPPFLAGS) $(CPPFLAGS) $(libre_debug_la_CFLAGS) $(CFLAGS) -c -o libre_debug_la-candpair.lo `test -f '$(RE_SDIR)/ice/candpair.c' || echo '$(srcdir)/'`$(RE_SDIR)/ice/candpair.c + +libre_debug_la-util.lo: $(RE_SDIR)/ice/util.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libre_debug_la_CPPFLAGS) $(CPPFLAGS) $(libre_debug_la_CFLAGS) $(CFLAGS) -MT libre_debug_la-util.lo -MD -MP -MF $(DEPDIR)/libre_debug_la-util.Tpo -c -o libre_debug_la-util.lo `test -f '$(RE_SDIR)/ice/util.c' || echo '$(srcdir)/'`$(RE_SDIR)/ice/util.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libre_debug_la-util.Tpo $(DEPDIR)/libre_debug_la-util.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(RE_SDIR)/ice/util.c' object='libre_debug_la-util.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libre_debug_la_CPPFLAGS) $(CPPFLAGS) $(libre_debug_la_CFLAGS) $(CFLAGS) -c -o libre_debug_la-util.lo `test -f '$(RE_SDIR)/ice/util.c' || echo '$(srcdir)/'`$(RE_SDIR)/ice/util.c + +libre_debug_la-comp.lo: $(RE_SDIR)/ice/comp.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libre_debug_la_CPPFLAGS) $(CPPFLAGS) $(libre_debug_la_CFLAGS) $(CFLAGS) -MT libre_debug_la-comp.lo -MD -MP -MF $(DEPDIR)/libre_debug_la-comp.Tpo -c -o libre_debug_la-comp.lo `test -f '$(RE_SDIR)/ice/comp.c' || echo '$(srcdir)/'`$(RE_SDIR)/ice/comp.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libre_debug_la-comp.Tpo $(DEPDIR)/libre_debug_la-comp.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(RE_SDIR)/ice/comp.c' object='libre_debug_la-comp.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libre_debug_la_CPPFLAGS) $(CPPFLAGS) $(libre_debug_la_CFLAGS) $(CFLAGS) -c -o libre_debug_la-comp.lo `test -f '$(RE_SDIR)/ice/comp.c' || echo '$(srcdir)/'`$(RE_SDIR)/ice/comp.c + +libre_debug_la-icestr.lo: $(RE_SDIR)/ice/icestr.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libre_debug_la_CPPFLAGS) $(CPPFLAGS) $(libre_debug_la_CFLAGS) $(CFLAGS) -MT libre_debug_la-icestr.lo -MD -MP -MF $(DEPDIR)/libre_debug_la-icestr.Tpo -c -o libre_debug_la-icestr.lo `test -f '$(RE_SDIR)/ice/icestr.c' || echo '$(srcdir)/'`$(RE_SDIR)/ice/icestr.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libre_debug_la-icestr.Tpo $(DEPDIR)/libre_debug_la-icestr.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(RE_SDIR)/ice/icestr.c' object='libre_debug_la-icestr.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libre_debug_la_CPPFLAGS) $(CPPFLAGS) $(libre_debug_la_CFLAGS) $(CFLAGS) -c -o libre_debug_la-icestr.lo `test -f '$(RE_SDIR)/ice/icestr.c' || echo '$(srcdir)/'`$(RE_SDIR)/ice/icestr.c + +libre_debug_la-icem.lo: $(RE_SDIR)/ice/icem.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libre_debug_la_CPPFLAGS) $(CPPFLAGS) $(libre_debug_la_CFLAGS) $(CFLAGS) -MT libre_debug_la-icem.lo -MD -MP -MF $(DEPDIR)/libre_debug_la-icem.Tpo -c -o libre_debug_la-icem.lo `test -f '$(RE_SDIR)/ice/icem.c' || echo '$(srcdir)/'`$(RE_SDIR)/ice/icem.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libre_debug_la-icem.Tpo $(DEPDIR)/libre_debug_la-icem.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(RE_SDIR)/ice/icem.c' object='libre_debug_la-icem.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libre_debug_la_CPPFLAGS) $(CPPFLAGS) $(libre_debug_la_CFLAGS) $(CFLAGS) -c -o libre_debug_la-icem.lo `test -f '$(RE_SDIR)/ice/icem.c' || echo '$(srcdir)/'`$(RE_SDIR)/ice/icem.c + +libre_debug_la-icesdp.lo: $(RE_SDIR)/ice/icesdp.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libre_debug_la_CPPFLAGS) $(CPPFLAGS) $(libre_debug_la_CFLAGS) $(CFLAGS) -MT libre_debug_la-icesdp.lo -MD -MP -MF $(DEPDIR)/libre_debug_la-icesdp.Tpo -c -o libre_debug_la-icesdp.lo `test -f '$(RE_SDIR)/ice/icesdp.c' || echo '$(srcdir)/'`$(RE_SDIR)/ice/icesdp.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libre_debug_la-icesdp.Tpo $(DEPDIR)/libre_debug_la-icesdp.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(RE_SDIR)/ice/icesdp.c' object='libre_debug_la-icesdp.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libre_debug_la_CPPFLAGS) $(CPPFLAGS) $(libre_debug_la_CFLAGS) $(CFLAGS) -c -o libre_debug_la-icesdp.lo `test -f '$(RE_SDIR)/ice/icesdp.c' || echo '$(srcdir)/'`$(RE_SDIR)/ice/icesdp.c + +libre_debug_la-regex.lo: $(RE_SDIR)/fmt/regex.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libre_debug_la_CPPFLAGS) $(CPPFLAGS) $(libre_debug_la_CFLAGS) $(CFLAGS) -MT libre_debug_la-regex.lo -MD -MP -MF $(DEPDIR)/libre_debug_la-regex.Tpo -c -o libre_debug_la-regex.lo `test -f '$(RE_SDIR)/fmt/regex.c' || echo '$(srcdir)/'`$(RE_SDIR)/fmt/regex.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libre_debug_la-regex.Tpo $(DEPDIR)/libre_debug_la-regex.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(RE_SDIR)/fmt/regex.c' object='libre_debug_la-regex.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libre_debug_la_CPPFLAGS) $(CPPFLAGS) $(libre_debug_la_CFLAGS) $(CFLAGS) -c -o libre_debug_la-regex.lo `test -f '$(RE_SDIR)/fmt/regex.c' || echo '$(srcdir)/'`$(RE_SDIR)/fmt/regex.c + +libre_debug_la-pl.lo: $(RE_SDIR)/fmt/pl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libre_debug_la_CPPFLAGS) $(CPPFLAGS) $(libre_debug_la_CFLAGS) $(CFLAGS) -MT libre_debug_la-pl.lo -MD -MP -MF $(DEPDIR)/libre_debug_la-pl.Tpo -c -o libre_debug_la-pl.lo `test -f '$(RE_SDIR)/fmt/pl.c' || echo '$(srcdir)/'`$(RE_SDIR)/fmt/pl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libre_debug_la-pl.Tpo $(DEPDIR)/libre_debug_la-pl.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(RE_SDIR)/fmt/pl.c' object='libre_debug_la-pl.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libre_debug_la_CPPFLAGS) $(CPPFLAGS) $(libre_debug_la_CFLAGS) $(CFLAGS) -c -o libre_debug_la-pl.lo `test -f '$(RE_SDIR)/fmt/pl.c' || echo '$(srcdir)/'`$(RE_SDIR)/fmt/pl.c + +libre_debug_la-str.lo: $(RE_SDIR)/fmt/str.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libre_debug_la_CPPFLAGS) $(CPPFLAGS) $(libre_debug_la_CFLAGS) $(CFLAGS) -MT libre_debug_la-str.lo -MD -MP -MF $(DEPDIR)/libre_debug_la-str.Tpo -c -o libre_debug_la-str.lo `test -f '$(RE_SDIR)/fmt/str.c' || echo '$(srcdir)/'`$(RE_SDIR)/fmt/str.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libre_debug_la-str.Tpo $(DEPDIR)/libre_debug_la-str.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(RE_SDIR)/fmt/str.c' object='libre_debug_la-str.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libre_debug_la_CPPFLAGS) $(CPPFLAGS) $(libre_debug_la_CFLAGS) $(CFLAGS) -c -o libre_debug_la-str.lo `test -f '$(RE_SDIR)/fmt/str.c' || echo '$(srcdir)/'`$(RE_SDIR)/fmt/str.c + +libre_debug_la-print.lo: $(RE_SDIR)/fmt/print.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libre_debug_la_CPPFLAGS) $(CPPFLAGS) $(libre_debug_la_CFLAGS) $(CFLAGS) -MT libre_debug_la-print.lo -MD -MP -MF $(DEPDIR)/libre_debug_la-print.Tpo -c -o libre_debug_la-print.lo `test -f '$(RE_SDIR)/fmt/print.c' || echo '$(srcdir)/'`$(RE_SDIR)/fmt/print.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libre_debug_la-print.Tpo $(DEPDIR)/libre_debug_la-print.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(RE_SDIR)/fmt/print.c' object='libre_debug_la-print.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libre_debug_la_CPPFLAGS) $(CPPFLAGS) $(libre_debug_la_CFLAGS) $(CFLAGS) -c -o libre_debug_la-print.lo `test -f '$(RE_SDIR)/fmt/print.c' || echo '$(srcdir)/'`$(RE_SDIR)/fmt/print.c + +libre_debug_la-str_error.lo: $(RE_SDIR)/fmt/str_error.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libre_debug_la_CPPFLAGS) $(CPPFLAGS) $(libre_debug_la_CFLAGS) $(CFLAGS) -MT libre_debug_la-str_error.lo -MD -MP -MF $(DEPDIR)/libre_debug_la-str_error.Tpo -c -o libre_debug_la-str_error.lo `test -f '$(RE_SDIR)/fmt/str_error.c' || echo '$(srcdir)/'`$(RE_SDIR)/fmt/str_error.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libre_debug_la-str_error.Tpo $(DEPDIR)/libre_debug_la-str_error.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(RE_SDIR)/fmt/str_error.c' object='libre_debug_la-str_error.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libre_debug_la_CPPFLAGS) $(CPPFLAGS) $(libre_debug_la_CFLAGS) $(CFLAGS) -c -o libre_debug_la-str_error.lo `test -f '$(RE_SDIR)/fmt/str_error.c' || echo '$(srcdir)/'`$(RE_SDIR)/fmt/str_error.c + +libre_debug_la-rand.lo: $(RE_SDIR)/sys/rand.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libre_debug_la_CPPFLAGS) $(CPPFLAGS) $(libre_debug_la_CFLAGS) $(CFLAGS) -MT libre_debug_la-rand.lo -MD -MP -MF $(DEPDIR)/libre_debug_la-rand.Tpo -c -o libre_debug_la-rand.lo `test -f '$(RE_SDIR)/sys/rand.c' || echo '$(srcdir)/'`$(RE_SDIR)/sys/rand.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libre_debug_la-rand.Tpo $(DEPDIR)/libre_debug_la-rand.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(RE_SDIR)/sys/rand.c' object='libre_debug_la-rand.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libre_debug_la_CPPFLAGS) $(CPPFLAGS) $(libre_debug_la_CFLAGS) $(CFLAGS) -c -o libre_debug_la-rand.lo `test -f '$(RE_SDIR)/sys/rand.c' || echo '$(srcdir)/'`$(RE_SDIR)/sys/rand.c + +libre_debug_la-mbuf.lo: $(RE_SDIR)/mbuf/mbuf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libre_debug_la_CPPFLAGS) $(CPPFLAGS) $(libre_debug_la_CFLAGS) $(CFLAGS) -MT libre_debug_la-mbuf.lo -MD -MP -MF $(DEPDIR)/libre_debug_la-mbuf.Tpo -c -o libre_debug_la-mbuf.lo `test -f '$(RE_SDIR)/mbuf/mbuf.c' || echo '$(srcdir)/'`$(RE_SDIR)/mbuf/mbuf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libre_debug_la-mbuf.Tpo $(DEPDIR)/libre_debug_la-mbuf.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(RE_SDIR)/mbuf/mbuf.c' object='libre_debug_la-mbuf.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libre_debug_la_CPPFLAGS) $(CPPFLAGS) $(libre_debug_la_CFLAGS) $(CFLAGS) -c -o libre_debug_la-mbuf.lo `test -f '$(RE_SDIR)/mbuf/mbuf.c' || echo '$(srcdir)/'`$(RE_SDIR)/mbuf/mbuf.c + +libre_debug_la-netstr.lo: $(RE_SDIR)/net/netstr.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libre_debug_la_CPPFLAGS) $(CPPFLAGS) $(libre_debug_la_CFLAGS) $(CFLAGS) -MT libre_debug_la-netstr.lo -MD -MP -MF $(DEPDIR)/libre_debug_la-netstr.Tpo -c -o libre_debug_la-netstr.lo `test -f '$(RE_SDIR)/net/netstr.c' || echo '$(srcdir)/'`$(RE_SDIR)/net/netstr.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libre_debug_la-netstr.Tpo $(DEPDIR)/libre_debug_la-netstr.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(RE_SDIR)/net/netstr.c' object='libre_debug_la-netstr.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libre_debug_la_CPPFLAGS) $(CPPFLAGS) $(libre_debug_la_CFLAGS) $(CFLAGS) -c -o libre_debug_la-netstr.lo `test -f '$(RE_SDIR)/net/netstr.c' || echo '$(srcdir)/'`$(RE_SDIR)/net/netstr.c + +libre_debug_la-crc32.lo: $(RE_SDIR)/crc32/crc32.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libre_debug_la_CPPFLAGS) $(CPPFLAGS) $(libre_debug_la_CFLAGS) $(CFLAGS) -MT libre_debug_la-crc32.lo -MD -MP -MF $(DEPDIR)/libre_debug_la-crc32.Tpo -c -o libre_debug_la-crc32.lo `test -f '$(RE_SDIR)/crc32/crc32.c' || echo '$(srcdir)/'`$(RE_SDIR)/crc32/crc32.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libre_debug_la-crc32.Tpo $(DEPDIR)/libre_debug_la-crc32.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(RE_SDIR)/crc32/crc32.c' object='libre_debug_la-crc32.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libre_debug_la_CPPFLAGS) $(CPPFLAGS) $(libre_debug_la_CFLAGS) $(CFLAGS) -c -o libre_debug_la-crc32.lo `test -f '$(RE_SDIR)/crc32/crc32.c' || echo '$(srcdir)/'`$(RE_SDIR)/crc32/crc32.c + +libre_debug_la-list.lo: $(RE_SDIR)/list/list.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libre_debug_la_CPPFLAGS) $(CPPFLAGS) $(libre_debug_la_CFLAGS) $(CFLAGS) -MT libre_debug_la-list.lo -MD -MP -MF $(DEPDIR)/libre_debug_la-list.Tpo -c -o libre_debug_la-list.lo `test -f '$(RE_SDIR)/list/list.c' || echo '$(srcdir)/'`$(RE_SDIR)/list/list.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libre_debug_la-list.Tpo $(DEPDIR)/libre_debug_la-list.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(RE_SDIR)/list/list.c' object='libre_debug_la-list.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libre_debug_la_CPPFLAGS) $(CPPFLAGS) $(libre_debug_la_CFLAGS) $(CFLAGS) -c -o libre_debug_la-list.lo `test -f '$(RE_SDIR)/list/list.c' || echo '$(srcdir)/'`$(RE_SDIR)/list/list.c + +libre_debug_la-endian.lo: $(RE_SDIR)/sys/endian.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libre_debug_la_CPPFLAGS) $(CPPFLAGS) $(libre_debug_la_CFLAGS) $(CFLAGS) -MT libre_debug_la-endian.lo -MD -MP -MF $(DEPDIR)/libre_debug_la-endian.Tpo -c -o libre_debug_la-endian.lo `test -f '$(RE_SDIR)/sys/endian.c' || echo '$(srcdir)/'`$(RE_SDIR)/sys/endian.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libre_debug_la-endian.Tpo $(DEPDIR)/libre_debug_la-endian.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(RE_SDIR)/sys/endian.c' object='libre_debug_la-endian.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libre_debug_la_CPPFLAGS) $(CPPFLAGS) $(libre_debug_la_CFLAGS) $(CFLAGS) -c -o libre_debug_la-endian.lo `test -f '$(RE_SDIR)/sys/endian.c' || echo '$(srcdir)/'`$(RE_SDIR)/sys/endian.c + +libre_debug_la-ntop.lo: $(RE_SDIR)/sa/ntop.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libre_debug_la_CPPFLAGS) $(CPPFLAGS) $(libre_debug_la_CFLAGS) $(CFLAGS) -MT libre_debug_la-ntop.lo -MD -MP -MF $(DEPDIR)/libre_debug_la-ntop.Tpo -c -o libre_debug_la-ntop.lo `test -f '$(RE_SDIR)/sa/ntop.c' || echo '$(srcdir)/'`$(RE_SDIR)/sa/ntop.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libre_debug_la-ntop.Tpo $(DEPDIR)/libre_debug_la-ntop.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(RE_SDIR)/sa/ntop.c' object='libre_debug_la-ntop.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libre_debug_la_CPPFLAGS) $(CPPFLAGS) $(libre_debug_la_CFLAGS) $(CFLAGS) -c -o libre_debug_la-ntop.lo `test -f '$(RE_SDIR)/sa/ntop.c' || echo '$(srcdir)/'`$(RE_SDIR)/sa/ntop.c + +libre_debug_la-pton.lo: $(RE_SDIR)/sa/pton.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libre_debug_la_CPPFLAGS) $(CPPFLAGS) $(libre_debug_la_CFLAGS) $(CFLAGS) -MT libre_debug_la-pton.lo -MD -MP -MF $(DEPDIR)/libre_debug_la-pton.Tpo -c -o libre_debug_la-pton.lo `test -f '$(RE_SDIR)/sa/pton.c' || echo '$(srcdir)/'`$(RE_SDIR)/sa/pton.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libre_debug_la-pton.Tpo $(DEPDIR)/libre_debug_la-pton.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(RE_SDIR)/sa/pton.c' object='libre_debug_la-pton.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libre_debug_la_CPPFLAGS) $(CPPFLAGS) $(libre_debug_la_CFLAGS) $(CFLAGS) -c -o libre_debug_la-pton.lo `test -f '$(RE_SDIR)/sa/pton.c' || echo '$(srcdir)/'`$(RE_SDIR)/sa/pton.c + +libre_debug_la-rtpp_re.lo: rtpp_re.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libre_debug_la_CPPFLAGS) $(CPPFLAGS) $(libre_debug_la_CFLAGS) $(CFLAGS) -MT libre_debug_la-rtpp_re.lo -MD -MP -MF $(DEPDIR)/libre_debug_la-rtpp_re.Tpo -c -o libre_debug_la-rtpp_re.lo `test -f 'rtpp_re.c' || echo '$(srcdir)/'`rtpp_re.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libre_debug_la-rtpp_re.Tpo $(DEPDIR)/libre_debug_la-rtpp_re.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='rtpp_re.c' object='libre_debug_la-rtpp_re.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libre_debug_la_CPPFLAGS) $(CPPFLAGS) $(libre_debug_la_CFLAGS) $(CFLAGS) -c -o libre_debug_la-rtpp_re.lo `test -f 'rtpp_re.c' || echo '$(srcdir)/'`rtpp_re.c + +libre_debug_la-rtpp_re_icesdp.lo: rtpp_re_icesdp.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libre_debug_la_CPPFLAGS) $(CPPFLAGS) $(libre_debug_la_CFLAGS) $(CFLAGS) -MT libre_debug_la-rtpp_re_icesdp.lo -MD -MP -MF $(DEPDIR)/libre_debug_la-rtpp_re_icesdp.Tpo -c -o libre_debug_la-rtpp_re_icesdp.lo `test -f 'rtpp_re_icesdp.c' || echo '$(srcdir)/'`rtpp_re_icesdp.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libre_debug_la-rtpp_re_icesdp.Tpo $(DEPDIR)/libre_debug_la-rtpp_re_icesdp.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='rtpp_re_icesdp.c' object='libre_debug_la-rtpp_re_icesdp.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libre_debug_la_CPPFLAGS) $(CPPFLAGS) $(libre_debug_la_CFLAGS) $(CFLAGS) -c -o libre_debug_la-rtpp_re_icesdp.lo `test -f 'rtpp_re_icesdp.c' || echo '$(srcdir)/'`rtpp_re_icesdp.c + +libre_debug_la-rtpp_re_dbg.lo: rtpp_re_dbg.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libre_debug_la_CPPFLAGS) $(CPPFLAGS) $(libre_debug_la_CFLAGS) $(CFLAGS) -MT libre_debug_la-rtpp_re_dbg.lo -MD -MP -MF $(DEPDIR)/libre_debug_la-rtpp_re_dbg.Tpo -c -o libre_debug_la-rtpp_re_dbg.lo `test -f 'rtpp_re_dbg.c' || echo '$(srcdir)/'`rtpp_re_dbg.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libre_debug_la-rtpp_re_dbg.Tpo $(DEPDIR)/libre_debug_la-rtpp_re_dbg.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='rtpp_re_dbg.c' object='libre_debug_la-rtpp_re_dbg.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libre_debug_la_CPPFLAGS) $(CPPFLAGS) $(libre_debug_la_CFLAGS) $(CFLAGS) -c -o libre_debug_la-rtpp_re_dbg.lo `test -f 'rtpp_re_dbg.c' || echo '$(srcdir)/'`rtpp_re_dbg.c + +libre_debug_la-rtpp_re_stub.lo: rtpp_re_stub.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libre_debug_la_CPPFLAGS) $(CPPFLAGS) $(libre_debug_la_CFLAGS) $(CFLAGS) -MT libre_debug_la-rtpp_re_stub.lo -MD -MP -MF $(DEPDIR)/libre_debug_la-rtpp_re_stub.Tpo -c -o libre_debug_la-rtpp_re_stub.lo `test -f 'rtpp_re_stub.c' || echo '$(srcdir)/'`rtpp_re_stub.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libre_debug_la-rtpp_re_stub.Tpo $(DEPDIR)/libre_debug_la-rtpp_re_stub.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='rtpp_re_stub.c' object='libre_debug_la-rtpp_re_stub.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libre_debug_la_CPPFLAGS) $(CPPFLAGS) $(libre_debug_la_CFLAGS) $(CFLAGS) -c -o libre_debug_la-rtpp_re_stub.lo `test -f 'rtpp_re_stub.c' || echo '$(srcdir)/'`rtpp_re_stub.c + +libre_test-libre_test.o: libre_test.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libre_test_CPPFLAGS) $(CPPFLAGS) $(libre_test_CFLAGS) $(CFLAGS) -MT libre_test-libre_test.o -MD -MP -MF $(DEPDIR)/libre_test-libre_test.Tpo -c -o libre_test-libre_test.o `test -f 'libre_test.c' || echo '$(srcdir)/'`libre_test.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libre_test-libre_test.Tpo $(DEPDIR)/libre_test-libre_test.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libre_test.c' object='libre_test-libre_test.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libre_test_CPPFLAGS) $(CPPFLAGS) $(libre_test_CFLAGS) $(CFLAGS) -c -o libre_test-libre_test.o `test -f 'libre_test.c' || echo '$(srcdir)/'`libre_test.c + +libre_test-libre_test.obj: libre_test.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libre_test_CPPFLAGS) $(CPPFLAGS) $(libre_test_CFLAGS) $(CFLAGS) -MT libre_test-libre_test.obj -MD -MP -MF $(DEPDIR)/libre_test-libre_test.Tpo -c -o libre_test-libre_test.obj `if test -f 'libre_test.c'; then $(CYGPATH_W) 'libre_test.c'; else $(CYGPATH_W) '$(srcdir)/libre_test.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libre_test-libre_test.Tpo $(DEPDIR)/libre_test-libre_test.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libre_test.c' object='libre_test-libre_test.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libre_test_CPPFLAGS) $(CPPFLAGS) $(libre_test_CFLAGS) $(CFLAGS) -c -o libre_test-libre_test.obj `if test -f 'libre_test.c'; then $(CYGPATH_W) 'libre_test.c'; else $(CYGPATH_W) '$(srcdir)/libre_test.c'; fi` + +libre_test-rtpp_memdeb.o: $(top_srcdir)/src/rtpp_memdeb.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libre_test_CPPFLAGS) $(CPPFLAGS) $(libre_test_CFLAGS) $(CFLAGS) -MT libre_test-rtpp_memdeb.o -MD -MP -MF $(DEPDIR)/libre_test-rtpp_memdeb.Tpo -c -o libre_test-rtpp_memdeb.o `test -f '$(top_srcdir)/src/rtpp_memdeb.c' || echo '$(srcdir)/'`$(top_srcdir)/src/rtpp_memdeb.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libre_test-rtpp_memdeb.Tpo $(DEPDIR)/libre_test-rtpp_memdeb.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(top_srcdir)/src/rtpp_memdeb.c' object='libre_test-rtpp_memdeb.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libre_test_CPPFLAGS) $(CPPFLAGS) $(libre_test_CFLAGS) $(CFLAGS) -c -o libre_test-rtpp_memdeb.o `test -f '$(top_srcdir)/src/rtpp_memdeb.c' || echo '$(srcdir)/'`$(top_srcdir)/src/rtpp_memdeb.c + +libre_test-rtpp_memdeb.obj: $(top_srcdir)/src/rtpp_memdeb.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libre_test_CPPFLAGS) $(CPPFLAGS) $(libre_test_CFLAGS) $(CFLAGS) -MT libre_test-rtpp_memdeb.obj -MD -MP -MF $(DEPDIR)/libre_test-rtpp_memdeb.Tpo -c -o libre_test-rtpp_memdeb.obj `if test -f '$(top_srcdir)/src/rtpp_memdeb.c'; then $(CYGPATH_W) '$(top_srcdir)/src/rtpp_memdeb.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/src/rtpp_memdeb.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libre_test-rtpp_memdeb.Tpo $(DEPDIR)/libre_test-rtpp_memdeb.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(top_srcdir)/src/rtpp_memdeb.c' object='libre_test-rtpp_memdeb.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libre_test_CPPFLAGS) $(CPPFLAGS) $(libre_test_CFLAGS) $(CFLAGS) -c -o libre_test-rtpp_memdeb.obj `if test -f '$(top_srcdir)/src/rtpp_memdeb.c'; then $(CYGPATH_W) '$(top_srcdir)/src/rtpp_memdeb.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/src/rtpp_memdeb.c'; fi` + +libre_test-rtpp_glitch.o: $(top_srcdir)/src/rtpp_glitch.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libre_test_CPPFLAGS) $(CPPFLAGS) $(libre_test_CFLAGS) $(CFLAGS) -MT libre_test-rtpp_glitch.o -MD -MP -MF $(DEPDIR)/libre_test-rtpp_glitch.Tpo -c -o libre_test-rtpp_glitch.o `test -f '$(top_srcdir)/src/rtpp_glitch.c' || echo '$(srcdir)/'`$(top_srcdir)/src/rtpp_glitch.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libre_test-rtpp_glitch.Tpo $(DEPDIR)/libre_test-rtpp_glitch.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(top_srcdir)/src/rtpp_glitch.c' object='libre_test-rtpp_glitch.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libre_test_CPPFLAGS) $(CPPFLAGS) $(libre_test_CFLAGS) $(CFLAGS) -c -o libre_test-rtpp_glitch.o `test -f '$(top_srcdir)/src/rtpp_glitch.c' || echo '$(srcdir)/'`$(top_srcdir)/src/rtpp_glitch.c + +libre_test-rtpp_glitch.obj: $(top_srcdir)/src/rtpp_glitch.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libre_test_CPPFLAGS) $(CPPFLAGS) $(libre_test_CFLAGS) $(CFLAGS) -MT libre_test-rtpp_glitch.obj -MD -MP -MF $(DEPDIR)/libre_test-rtpp_glitch.Tpo -c -o libre_test-rtpp_glitch.obj `if test -f '$(top_srcdir)/src/rtpp_glitch.c'; then $(CYGPATH_W) '$(top_srcdir)/src/rtpp_glitch.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/src/rtpp_glitch.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libre_test-rtpp_glitch.Tpo $(DEPDIR)/libre_test-rtpp_glitch.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(top_srcdir)/src/rtpp_glitch.c' object='libre_test-rtpp_glitch.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libre_test_CPPFLAGS) $(CPPFLAGS) $(libre_test_CFLAGS) $(CFLAGS) -c -o libre_test-rtpp_glitch.obj `if test -f '$(top_srcdir)/src/rtpp_glitch.c'; then $(CYGPATH_W) '$(top_srcdir)/src/rtpp_glitch.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/src/rtpp_glitch.c'; fi` + +libre_test-rtpp_autoglitch.o: $(top_srcdir)/src/rtpp_autoglitch.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libre_test_CPPFLAGS) $(CPPFLAGS) $(libre_test_CFLAGS) $(CFLAGS) -MT libre_test-rtpp_autoglitch.o -MD -MP -MF $(DEPDIR)/libre_test-rtpp_autoglitch.Tpo -c -o libre_test-rtpp_autoglitch.o `test -f '$(top_srcdir)/src/rtpp_autoglitch.c' || echo '$(srcdir)/'`$(top_srcdir)/src/rtpp_autoglitch.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libre_test-rtpp_autoglitch.Tpo $(DEPDIR)/libre_test-rtpp_autoglitch.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(top_srcdir)/src/rtpp_autoglitch.c' object='libre_test-rtpp_autoglitch.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libre_test_CPPFLAGS) $(CPPFLAGS) $(libre_test_CFLAGS) $(CFLAGS) -c -o libre_test-rtpp_autoglitch.o `test -f '$(top_srcdir)/src/rtpp_autoglitch.c' || echo '$(srcdir)/'`$(top_srcdir)/src/rtpp_autoglitch.c + +libre_test-rtpp_autoglitch.obj: $(top_srcdir)/src/rtpp_autoglitch.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libre_test_CPPFLAGS) $(CPPFLAGS) $(libre_test_CFLAGS) $(CFLAGS) -MT libre_test-rtpp_autoglitch.obj -MD -MP -MF $(DEPDIR)/libre_test-rtpp_autoglitch.Tpo -c -o libre_test-rtpp_autoglitch.obj `if test -f '$(top_srcdir)/src/rtpp_autoglitch.c'; then $(CYGPATH_W) '$(top_srcdir)/src/rtpp_autoglitch.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/src/rtpp_autoglitch.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libre_test-rtpp_autoglitch.Tpo $(DEPDIR)/libre_test-rtpp_autoglitch.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(top_srcdir)/src/rtpp_autoglitch.c' object='libre_test-rtpp_autoglitch.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libre_test_CPPFLAGS) $(CPPFLAGS) $(libre_test_CFLAGS) $(CFLAGS) -c -o libre_test-rtpp_autoglitch.obj `if test -f '$(top_srcdir)/src/rtpp_autoglitch.c'; then $(CYGPATH_W) '$(top_srcdir)/src/rtpp_autoglitch.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/src/rtpp_autoglitch.c'; fi` + +libre_test-rtpp_refcnt.o: $(top_srcdir)/src/rtpp_refcnt.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libre_test_CPPFLAGS) $(CPPFLAGS) $(libre_test_CFLAGS) $(CFLAGS) -MT libre_test-rtpp_refcnt.o -MD -MP -MF $(DEPDIR)/libre_test-rtpp_refcnt.Tpo -c -o libre_test-rtpp_refcnt.o `test -f '$(top_srcdir)/src/rtpp_refcnt.c' || echo '$(srcdir)/'`$(top_srcdir)/src/rtpp_refcnt.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libre_test-rtpp_refcnt.Tpo $(DEPDIR)/libre_test-rtpp_refcnt.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(top_srcdir)/src/rtpp_refcnt.c' object='libre_test-rtpp_refcnt.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libre_test_CPPFLAGS) $(CPPFLAGS) $(libre_test_CFLAGS) $(CFLAGS) -c -o libre_test-rtpp_refcnt.o `test -f '$(top_srcdir)/src/rtpp_refcnt.c' || echo '$(srcdir)/'`$(top_srcdir)/src/rtpp_refcnt.c + +libre_test-rtpp_refcnt.obj: $(top_srcdir)/src/rtpp_refcnt.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libre_test_CPPFLAGS) $(CPPFLAGS) $(libre_test_CFLAGS) $(CFLAGS) -MT libre_test-rtpp_refcnt.obj -MD -MP -MF $(DEPDIR)/libre_test-rtpp_refcnt.Tpo -c -o libre_test-rtpp_refcnt.obj `if test -f '$(top_srcdir)/src/rtpp_refcnt.c'; then $(CYGPATH_W) '$(top_srcdir)/src/rtpp_refcnt.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/src/rtpp_refcnt.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libre_test-rtpp_refcnt.Tpo $(DEPDIR)/libre_test-rtpp_refcnt.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(top_srcdir)/src/rtpp_refcnt.c' object='libre_test-rtpp_refcnt.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libre_test_CPPFLAGS) $(CPPFLAGS) $(libre_test_CFLAGS) $(CFLAGS) -c -o libre_test-rtpp_refcnt.obj `if test -f '$(top_srcdir)/src/rtpp_refcnt.c'; then $(CYGPATH_W) '$(top_srcdir)/src/rtpp_refcnt.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/src/rtpp_refcnt.c'; fi` + +libre_test-rtpp_mallocs.o: $(top_srcdir)/src/rtpp_mallocs.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libre_test_CPPFLAGS) $(CPPFLAGS) $(libre_test_CFLAGS) $(CFLAGS) -MT libre_test-rtpp_mallocs.o -MD -MP -MF $(DEPDIR)/libre_test-rtpp_mallocs.Tpo -c -o libre_test-rtpp_mallocs.o `test -f '$(top_srcdir)/src/rtpp_mallocs.c' || echo '$(srcdir)/'`$(top_srcdir)/src/rtpp_mallocs.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libre_test-rtpp_mallocs.Tpo $(DEPDIR)/libre_test-rtpp_mallocs.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(top_srcdir)/src/rtpp_mallocs.c' object='libre_test-rtpp_mallocs.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libre_test_CPPFLAGS) $(CPPFLAGS) $(libre_test_CFLAGS) $(CFLAGS) -c -o libre_test-rtpp_mallocs.o `test -f '$(top_srcdir)/src/rtpp_mallocs.c' || echo '$(srcdir)/'`$(top_srcdir)/src/rtpp_mallocs.c + +libre_test-rtpp_mallocs.obj: $(top_srcdir)/src/rtpp_mallocs.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libre_test_CPPFLAGS) $(CPPFLAGS) $(libre_test_CFLAGS) $(CFLAGS) -MT libre_test-rtpp_mallocs.obj -MD -MP -MF $(DEPDIR)/libre_test-rtpp_mallocs.Tpo -c -o libre_test-rtpp_mallocs.obj `if test -f '$(top_srcdir)/src/rtpp_mallocs.c'; then $(CYGPATH_W) '$(top_srcdir)/src/rtpp_mallocs.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/src/rtpp_mallocs.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libre_test-rtpp_mallocs.Tpo $(DEPDIR)/libre_test-rtpp_mallocs.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(top_srcdir)/src/rtpp_mallocs.c' object='libre_test-rtpp_mallocs.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libre_test_CPPFLAGS) $(CPPFLAGS) $(libre_test_CFLAGS) $(CFLAGS) -c -o libre_test-rtpp_mallocs.obj `if test -f '$(top_srcdir)/src/rtpp_mallocs.c'; then $(CYGPATH_W) '$(top_srcdir)/src/rtpp_mallocs.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/src/rtpp_mallocs.c'; fi` + +libre_test-rtpp_stacktrace.o: $(top_srcdir)/src/rtpp_stacktrace.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libre_test_CPPFLAGS) $(CPPFLAGS) $(libre_test_CFLAGS) $(CFLAGS) -MT libre_test-rtpp_stacktrace.o -MD -MP -MF $(DEPDIR)/libre_test-rtpp_stacktrace.Tpo -c -o libre_test-rtpp_stacktrace.o `test -f '$(top_srcdir)/src/rtpp_stacktrace.c' || echo '$(srcdir)/'`$(top_srcdir)/src/rtpp_stacktrace.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libre_test-rtpp_stacktrace.Tpo $(DEPDIR)/libre_test-rtpp_stacktrace.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(top_srcdir)/src/rtpp_stacktrace.c' object='libre_test-rtpp_stacktrace.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libre_test_CPPFLAGS) $(CPPFLAGS) $(libre_test_CFLAGS) $(CFLAGS) -c -o libre_test-rtpp_stacktrace.o `test -f '$(top_srcdir)/src/rtpp_stacktrace.c' || echo '$(srcdir)/'`$(top_srcdir)/src/rtpp_stacktrace.c + +libre_test-rtpp_stacktrace.obj: $(top_srcdir)/src/rtpp_stacktrace.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libre_test_CPPFLAGS) $(CPPFLAGS) $(libre_test_CFLAGS) $(CFLAGS) -MT libre_test-rtpp_stacktrace.obj -MD -MP -MF $(DEPDIR)/libre_test-rtpp_stacktrace.Tpo -c -o libre_test-rtpp_stacktrace.obj `if test -f '$(top_srcdir)/src/rtpp_stacktrace.c'; then $(CYGPATH_W) '$(top_srcdir)/src/rtpp_stacktrace.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/src/rtpp_stacktrace.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libre_test-rtpp_stacktrace.Tpo $(DEPDIR)/libre_test-rtpp_stacktrace.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(top_srcdir)/src/rtpp_stacktrace.c' object='libre_test-rtpp_stacktrace.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libre_test_CPPFLAGS) $(CPPFLAGS) $(libre_test_CFLAGS) $(CFLAGS) -c -o libre_test-rtpp_stacktrace.obj `if test -f '$(top_srcdir)/src/rtpp_stacktrace.c'; then $(CYGPATH_W) '$(top_srcdir)/src/rtpp_stacktrace.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/src/rtpp_stacktrace.c'; fi` + +libre_test-rtpp_refcnt_fin.o: $(RTPP_AUTOSRC_DIR)/rtpp_refcnt_fin.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libre_test_CPPFLAGS) $(CPPFLAGS) $(libre_test_CFLAGS) $(CFLAGS) -MT libre_test-rtpp_refcnt_fin.o -MD -MP -MF $(DEPDIR)/libre_test-rtpp_refcnt_fin.Tpo -c -o libre_test-rtpp_refcnt_fin.o `test -f '$(RTPP_AUTOSRC_DIR)/rtpp_refcnt_fin.c' || echo '$(srcdir)/'`$(RTPP_AUTOSRC_DIR)/rtpp_refcnt_fin.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libre_test-rtpp_refcnt_fin.Tpo $(DEPDIR)/libre_test-rtpp_refcnt_fin.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(RTPP_AUTOSRC_DIR)/rtpp_refcnt_fin.c' object='libre_test-rtpp_refcnt_fin.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libre_test_CPPFLAGS) $(CPPFLAGS) $(libre_test_CFLAGS) $(CFLAGS) -c -o libre_test-rtpp_refcnt_fin.o `test -f '$(RTPP_AUTOSRC_DIR)/rtpp_refcnt_fin.c' || echo '$(srcdir)/'`$(RTPP_AUTOSRC_DIR)/rtpp_refcnt_fin.c + +libre_test-rtpp_refcnt_fin.obj: $(RTPP_AUTOSRC_DIR)/rtpp_refcnt_fin.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libre_test_CPPFLAGS) $(CPPFLAGS) $(libre_test_CFLAGS) $(CFLAGS) -MT libre_test-rtpp_refcnt_fin.obj -MD -MP -MF $(DEPDIR)/libre_test-rtpp_refcnt_fin.Tpo -c -o libre_test-rtpp_refcnt_fin.obj `if test -f '$(RTPP_AUTOSRC_DIR)/rtpp_refcnt_fin.c'; then $(CYGPATH_W) '$(RTPP_AUTOSRC_DIR)/rtpp_refcnt_fin.c'; else $(CYGPATH_W) '$(srcdir)/$(RTPP_AUTOSRC_DIR)/rtpp_refcnt_fin.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libre_test-rtpp_refcnt_fin.Tpo $(DEPDIR)/libre_test-rtpp_refcnt_fin.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(RTPP_AUTOSRC_DIR)/rtpp_refcnt_fin.c' object='libre_test-rtpp_refcnt_fin.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libre_test_CPPFLAGS) $(CPPFLAGS) $(libre_test_CFLAGS) $(CFLAGS) -c -o libre_test-rtpp_refcnt_fin.obj `if test -f '$(RTPP_AUTOSRC_DIR)/rtpp_refcnt_fin.c'; then $(CYGPATH_W) '$(RTPP_AUTOSRC_DIR)/rtpp_refcnt_fin.c'; else $(CYGPATH_W) '$(srcdir)/$(RTPP_AUTOSRC_DIR)/rtpp_refcnt_fin.c'; fi` + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs + +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-am +TAGS: tags + +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + set x; \ + here=`pwd`; \ + $(am__define_uniq_tagged_files); \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: ctags-am + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" +cscopelist: cscopelist-am + +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(PROGRAMS) $(LTLIBRARIES) +installdirs: +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi +mostlyclean-generic: + +clean-generic: + -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \ + clean-noinstPROGRAMS mostlyclean-am + +distclean: distclean-am + -rm -f ./$(DEPDIR)/libre_debug_la-addr.Plo + -rm -f ./$(DEPDIR)/libre_debug_la-attr.Plo + -rm -f ./$(DEPDIR)/libre_debug_la-cand.Plo + -rm -f ./$(DEPDIR)/libre_debug_la-candpair.Plo + -rm -f ./$(DEPDIR)/libre_debug_la-comp.Plo + -rm -f ./$(DEPDIR)/libre_debug_la-crc32.Plo + -rm -f ./$(DEPDIR)/libre_debug_la-ctrans.Plo + -rm -f ./$(DEPDIR)/libre_debug_la-endian.Plo + -rm -f ./$(DEPDIR)/libre_debug_la-hdr.Plo + -rm -f ./$(DEPDIR)/libre_debug_la-hmac_sha1.Plo + -rm -f ./$(DEPDIR)/libre_debug_la-icem.Plo + -rm -f ./$(DEPDIR)/libre_debug_la-icesdp.Plo + -rm -f ./$(DEPDIR)/libre_debug_la-icestr.Plo + -rm -f ./$(DEPDIR)/libre_debug_la-list.Plo + -rm -f ./$(DEPDIR)/libre_debug_la-mbuf.Plo + -rm -f ./$(DEPDIR)/libre_debug_la-msg.Plo + -rm -f ./$(DEPDIR)/libre_debug_la-netstr.Plo + -rm -f ./$(DEPDIR)/libre_debug_la-ntop.Plo + -rm -f ./$(DEPDIR)/libre_debug_la-pl.Plo + -rm -f ./$(DEPDIR)/libre_debug_la-print.Plo + -rm -f ./$(DEPDIR)/libre_debug_la-pton.Plo + -rm -f ./$(DEPDIR)/libre_debug_la-rand.Plo + -rm -f ./$(DEPDIR)/libre_debug_la-regex.Plo + -rm -f ./$(DEPDIR)/libre_debug_la-rep.Plo + -rm -f ./$(DEPDIR)/libre_debug_la-rtpp_re.Plo + -rm -f ./$(DEPDIR)/libre_debug_la-rtpp_re_dbg.Plo + -rm -f ./$(DEPDIR)/libre_debug_la-rtpp_re_icesdp.Plo + -rm -f ./$(DEPDIR)/libre_debug_la-rtpp_re_stub.Plo + -rm -f ./$(DEPDIR)/libre_debug_la-sa.Plo + -rm -f ./$(DEPDIR)/libre_debug_la-str.Plo + -rm -f ./$(DEPDIR)/libre_debug_la-str_error.Plo + -rm -f ./$(DEPDIR)/libre_debug_la-stun.Plo + -rm -f ./$(DEPDIR)/libre_debug_la-stunsrv.Plo + -rm -f ./$(DEPDIR)/libre_debug_la-util.Plo + -rm -f ./$(DEPDIR)/libre_la-addr.Plo + -rm -f ./$(DEPDIR)/libre_la-attr.Plo + -rm -f ./$(DEPDIR)/libre_la-cand.Plo + -rm -f ./$(DEPDIR)/libre_la-candpair.Plo + -rm -f ./$(DEPDIR)/libre_la-comp.Plo + -rm -f ./$(DEPDIR)/libre_la-crc32.Plo + -rm -f ./$(DEPDIR)/libre_la-ctrans.Plo + -rm -f ./$(DEPDIR)/libre_la-endian.Plo + -rm -f ./$(DEPDIR)/libre_la-hdr.Plo + -rm -f ./$(DEPDIR)/libre_la-hmac_sha1.Plo + -rm -f ./$(DEPDIR)/libre_la-icem.Plo + -rm -f ./$(DEPDIR)/libre_la-icesdp.Plo + -rm -f ./$(DEPDIR)/libre_la-icestr.Plo + -rm -f ./$(DEPDIR)/libre_la-list.Plo + -rm -f ./$(DEPDIR)/libre_la-mbuf.Plo + -rm -f ./$(DEPDIR)/libre_la-msg.Plo + -rm -f ./$(DEPDIR)/libre_la-netstr.Plo + -rm -f ./$(DEPDIR)/libre_la-ntop.Plo + -rm -f ./$(DEPDIR)/libre_la-pl.Plo + -rm -f ./$(DEPDIR)/libre_la-print.Plo + -rm -f ./$(DEPDIR)/libre_la-pton.Plo + -rm -f ./$(DEPDIR)/libre_la-rand.Plo + -rm -f ./$(DEPDIR)/libre_la-regex.Plo + -rm -f ./$(DEPDIR)/libre_la-rep.Plo + -rm -f ./$(DEPDIR)/libre_la-rtpp_re.Plo + -rm -f ./$(DEPDIR)/libre_la-rtpp_re_dbg.Plo + -rm -f ./$(DEPDIR)/libre_la-rtpp_re_icesdp.Plo + -rm -f ./$(DEPDIR)/libre_la-rtpp_re_stub.Plo + -rm -f ./$(DEPDIR)/libre_la-sa.Plo + -rm -f ./$(DEPDIR)/libre_la-str.Plo + -rm -f ./$(DEPDIR)/libre_la-str_error.Plo + -rm -f ./$(DEPDIR)/libre_la-stun.Plo + -rm -f ./$(DEPDIR)/libre_la-stunsrv.Plo + -rm -f ./$(DEPDIR)/libre_la-util.Plo + -rm -f ./$(DEPDIR)/libre_test-libre_test.Po + -rm -f ./$(DEPDIR)/libre_test-rtpp_autoglitch.Po + -rm -f ./$(DEPDIR)/libre_test-rtpp_glitch.Po + -rm -f ./$(DEPDIR)/libre_test-rtpp_mallocs.Po + -rm -f ./$(DEPDIR)/libre_test-rtpp_memdeb.Po + -rm -f ./$(DEPDIR)/libre_test-rtpp_refcnt.Po + -rm -f ./$(DEPDIR)/libre_test-rtpp_refcnt_fin.Po + -rm -f ./$(DEPDIR)/libre_test-rtpp_stacktrace.Po + -rm -f Makefile +distclean-am: clean-am distclean-compile distclean-generic \ + distclean-tags + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f ./$(DEPDIR)/libre_debug_la-addr.Plo + -rm -f ./$(DEPDIR)/libre_debug_la-attr.Plo + -rm -f ./$(DEPDIR)/libre_debug_la-cand.Plo + -rm -f ./$(DEPDIR)/libre_debug_la-candpair.Plo + -rm -f ./$(DEPDIR)/libre_debug_la-comp.Plo + -rm -f ./$(DEPDIR)/libre_debug_la-crc32.Plo + -rm -f ./$(DEPDIR)/libre_debug_la-ctrans.Plo + -rm -f ./$(DEPDIR)/libre_debug_la-endian.Plo + -rm -f ./$(DEPDIR)/libre_debug_la-hdr.Plo + -rm -f ./$(DEPDIR)/libre_debug_la-hmac_sha1.Plo + -rm -f ./$(DEPDIR)/libre_debug_la-icem.Plo + -rm -f ./$(DEPDIR)/libre_debug_la-icesdp.Plo + -rm -f ./$(DEPDIR)/libre_debug_la-icestr.Plo + -rm -f ./$(DEPDIR)/libre_debug_la-list.Plo + -rm -f ./$(DEPDIR)/libre_debug_la-mbuf.Plo + -rm -f ./$(DEPDIR)/libre_debug_la-msg.Plo + -rm -f ./$(DEPDIR)/libre_debug_la-netstr.Plo + -rm -f ./$(DEPDIR)/libre_debug_la-ntop.Plo + -rm -f ./$(DEPDIR)/libre_debug_la-pl.Plo + -rm -f ./$(DEPDIR)/libre_debug_la-print.Plo + -rm -f ./$(DEPDIR)/libre_debug_la-pton.Plo + -rm -f ./$(DEPDIR)/libre_debug_la-rand.Plo + -rm -f ./$(DEPDIR)/libre_debug_la-regex.Plo + -rm -f ./$(DEPDIR)/libre_debug_la-rep.Plo + -rm -f ./$(DEPDIR)/libre_debug_la-rtpp_re.Plo + -rm -f ./$(DEPDIR)/libre_debug_la-rtpp_re_dbg.Plo + -rm -f ./$(DEPDIR)/libre_debug_la-rtpp_re_icesdp.Plo + -rm -f ./$(DEPDIR)/libre_debug_la-rtpp_re_stub.Plo + -rm -f ./$(DEPDIR)/libre_debug_la-sa.Plo + -rm -f ./$(DEPDIR)/libre_debug_la-str.Plo + -rm -f ./$(DEPDIR)/libre_debug_la-str_error.Plo + -rm -f ./$(DEPDIR)/libre_debug_la-stun.Plo + -rm -f ./$(DEPDIR)/libre_debug_la-stunsrv.Plo + -rm -f ./$(DEPDIR)/libre_debug_la-util.Plo + -rm -f ./$(DEPDIR)/libre_la-addr.Plo + -rm -f ./$(DEPDIR)/libre_la-attr.Plo + -rm -f ./$(DEPDIR)/libre_la-cand.Plo + -rm -f ./$(DEPDIR)/libre_la-candpair.Plo + -rm -f ./$(DEPDIR)/libre_la-comp.Plo + -rm -f ./$(DEPDIR)/libre_la-crc32.Plo + -rm -f ./$(DEPDIR)/libre_la-ctrans.Plo + -rm -f ./$(DEPDIR)/libre_la-endian.Plo + -rm -f ./$(DEPDIR)/libre_la-hdr.Plo + -rm -f ./$(DEPDIR)/libre_la-hmac_sha1.Plo + -rm -f ./$(DEPDIR)/libre_la-icem.Plo + -rm -f ./$(DEPDIR)/libre_la-icesdp.Plo + -rm -f ./$(DEPDIR)/libre_la-icestr.Plo + -rm -f ./$(DEPDIR)/libre_la-list.Plo + -rm -f ./$(DEPDIR)/libre_la-mbuf.Plo + -rm -f ./$(DEPDIR)/libre_la-msg.Plo + -rm -f ./$(DEPDIR)/libre_la-netstr.Plo + -rm -f ./$(DEPDIR)/libre_la-ntop.Plo + -rm -f ./$(DEPDIR)/libre_la-pl.Plo + -rm -f ./$(DEPDIR)/libre_la-print.Plo + -rm -f ./$(DEPDIR)/libre_la-pton.Plo + -rm -f ./$(DEPDIR)/libre_la-rand.Plo + -rm -f ./$(DEPDIR)/libre_la-regex.Plo + -rm -f ./$(DEPDIR)/libre_la-rep.Plo + -rm -f ./$(DEPDIR)/libre_la-rtpp_re.Plo + -rm -f ./$(DEPDIR)/libre_la-rtpp_re_dbg.Plo + -rm -f ./$(DEPDIR)/libre_la-rtpp_re_icesdp.Plo + -rm -f ./$(DEPDIR)/libre_la-rtpp_re_stub.Plo + -rm -f ./$(DEPDIR)/libre_la-sa.Plo + -rm -f ./$(DEPDIR)/libre_la-str.Plo + -rm -f ./$(DEPDIR)/libre_la-str_error.Plo + -rm -f ./$(DEPDIR)/libre_la-stun.Plo + -rm -f ./$(DEPDIR)/libre_la-stunsrv.Plo + -rm -f ./$(DEPDIR)/libre_la-util.Plo + -rm -f ./$(DEPDIR)/libre_test-libre_test.Po + -rm -f ./$(DEPDIR)/libre_test-rtpp_autoglitch.Po + -rm -f ./$(DEPDIR)/libre_test-rtpp_glitch.Po + -rm -f ./$(DEPDIR)/libre_test-rtpp_mallocs.Po + -rm -f ./$(DEPDIR)/libre_test-rtpp_memdeb.Po + -rm -f ./$(DEPDIR)/libre_test-rtpp_refcnt.Po + -rm -f ./$(DEPDIR)/libre_test-rtpp_refcnt_fin.Po + -rm -f ./$(DEPDIR)/libre_test-rtpp_stacktrace.Po + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: + +.MAKE: install-am install-strip + +.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ + clean-generic clean-libtool clean-noinstLTLIBRARIES \ + clean-noinstPROGRAMS cscopelist-am ctags ctags-am distclean \ + distclean-compile distclean-generic distclean-libtool \ + distclean-tags distdir dvi dvi-am html html-am info info-am \ + install install-am install-data install-data-am install-dvi \ + install-dvi-am install-exec install-exec-am install-html \ + install-html-am install-info install-info-am install-man \ + install-pdf install-pdf-am install-ps install-ps-am \ + install-strip installcheck installcheck-am installdirs \ + maintainer-clean maintainer-clean-generic mostlyclean \ + mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ + pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am + +.PRECIOUS: Makefile + + +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: diff --git a/modules/Makefile.in b/modules/Makefile.in index 06c0bf8e4..cdb4d7eed 100644 --- a/modules/Makefile.in +++ b/modules/Makefile.in @@ -87,7 +87,7 @@ PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ -@BUILD_CRYPTO_TRUE@am__append_1 = dtls_gw +@BUILD_CRYPTO_TRUE@am__append_1 = dtls_gw ice_lite subdir = modules ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/ax_check_compile_flag.m4 \ @@ -156,7 +156,8 @@ am__define_uniq_tagged_files = \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | $(am__uniquify_input)` -DIST_SUBDIRS = acct_csv acct_rtcp_hep catch_dtmf badmod dtls_gw +DIST_SUBDIRS = acct_csv acct_rtcp_hep catch_dtmf badmod dtls_gw \ + ice_lite am__DIST_COMMON = $(srcdir)/Makefile.in DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) am__relativize = \ diff --git a/modules/ice_lite/Makefile.in b/modules/ice_lite/Makefile.in new file mode 100644 index 000000000..c55a48508 --- /dev/null +++ b/modules/ice_lite/Makefile.in @@ -0,0 +1,842 @@ +# Makefile.in generated by automake 1.16.5 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2021 Free Software Foundation, Inc. + +# This Makefile.in is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + +@SET_MAKE@ + +VPATH = @srcdir@ +am__is_gnu_make = { \ + if test -z '$(MAKELEVEL)'; then \ + false; \ + elif test -n '$(MAKE_HOST)'; then \ + true; \ + elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ + true; \ + else \ + false; \ + fi; \ +} +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +build_triplet = @build@ +host_triplet = @host@ +@ENABLE_WARN_IPT_TRUE@am__append_1 = -Werror=incompatible-pointer-types +subdir = modules/ice_lite +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/m4/ax_check_compile_flag.m4 \ + $(top_srcdir)/m4/ax_check_docbook_dtd.m4 \ + $(top_srcdir)/m4/ax_compile_check_sizeof.m4 \ + $(top_srcdir)/m4/ax_prog_xsltproc.m4 \ + $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ + $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ + $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/config.h +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; +am__vpath_adj = case $$p in \ + $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ + *) f=$$p;; \ + esac; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } +am__installdirs = "$(DESTDIR)$(pkglibdir)" +LTLIBRARIES = $(noinst_LTLIBRARIES) $(pkglib_LTLIBRARIES) +am__DEPENDENCIES_1 = $(top_srcdir)/libre/libre.la +librtpp_ice_lite_la_DEPENDENCIES = $(am__DEPENDENCIES_1) +am__objects_1 = librtpp_ice_lite_la-rtpp_ice_lite.lo +am_librtpp_ice_lite_la_OBJECTS = $(am__objects_1) +librtpp_ice_lite_la_OBJECTS = $(am_librtpp_ice_lite_la_OBJECTS) +AM_V_lt = $(am__v_lt_@AM_V@) +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) +am__v_lt_0 = --silent +am__v_lt_1 = +librtpp_ice_lite_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ + $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ + $(librtpp_ice_lite_la_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ + $(LDFLAGS) -o $@ +@ENABLE_LIBRTPPROXY_TRUE@am_librtpp_ice_lite_la_rpath = +rtpp_ice_lite_la_DEPENDENCIES = $(top_srcdir)/libre/libre.la +am_rtpp_ice_lite_la_OBJECTS = rtpp_ice_lite_la-rtpp_ice_lite.lo +rtpp_ice_lite_la_OBJECTS = $(am_rtpp_ice_lite_la_OBJECTS) +rtpp_ice_lite_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ + $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ + $(rtpp_ice_lite_la_CFLAGS) $(CFLAGS) \ + $(rtpp_ice_lite_la_LDFLAGS) $(LDFLAGS) -o $@ +am__DEPENDENCIES_2 = $(top_srcdir)/libexecinfo/libexecinfo.la +rtpp_ice_lite_debug_la_DEPENDENCIES = \ + $(top_srcdir)/libre/libre_debug.la $(am__DEPENDENCIES_2) +am__objects_2 = rtpp_ice_lite_debug_la-rtpp_ice_lite.lo +am_rtpp_ice_lite_debug_la_OBJECTS = $(am__objects_2) +rtpp_ice_lite_debug_la_OBJECTS = $(am_rtpp_ice_lite_debug_la_OBJECTS) +rtpp_ice_lite_debug_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ + $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ + $(rtpp_ice_lite_debug_la_CFLAGS) $(CFLAGS) \ + $(rtpp_ice_lite_debug_la_LDFLAGS) $(LDFLAGS) -o $@ +AM_V_P = $(am__v_P_@AM_V@) +am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) +am__v_P_0 = false +am__v_P_1 = : +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) +am__v_GEN_0 = @echo " GEN " $@; +am__v_GEN_1 = +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) +am__v_at_0 = @ +am__v_at_1 = +depcomp = $(SHELL) $(top_srcdir)/depcomp +am__maybe_remake_depfiles = depfiles +am__depfiles_remade = \ + ./$(DEPDIR)/librtpp_ice_lite_la-rtpp_ice_lite.Plo \ + ./$(DEPDIR)/rtpp_ice_lite_debug_la-rtpp_ice_lite.Plo \ + ./$(DEPDIR)/rtpp_ice_lite_la-rtpp_ice_lite.Plo +am__mv = mv -f +COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ + $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) +LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ + $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ + $(AM_CFLAGS) $(CFLAGS) +AM_V_CC = $(am__v_CC_@AM_V@) +am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) +am__v_CC_0 = @echo " CC " $@; +am__v_CC_1 = +CCLD = $(CC) +LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ + $(AM_LDFLAGS) $(LDFLAGS) -o $@ +AM_V_CCLD = $(am__v_CCLD_@AM_V@) +am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) +am__v_CCLD_0 = @echo " CCLD " $@; +am__v_CCLD_1 = +SOURCES = $(librtpp_ice_lite_la_SOURCES) $(rtpp_ice_lite_la_SOURCES) \ + $(rtpp_ice_lite_debug_la_SOURCES) +DIST_SOURCES = $(librtpp_ice_lite_la_SOURCES) \ + $(rtpp_ice_lite_la_SOURCES) $(rtpp_ice_lite_debug_la_SOURCES) +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` +am__DIST_COMMON = $(srcdir)/Makefile.in \ + $(top_srcdir)/autosrc/Makefile.ami $(top_srcdir)/depcomp \ + $(top_srcdir)/m4/autosrc.ami $(top_srcdir)/m4/ccflags.ami \ + $(top_srcdir)/m4/coverage.ami $(top_srcdir)/m4/memdeb.ami \ + $(top_srcdir)/m4/rtpp_module.ami +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +ALLOCA = @ALLOCA@ +AMTAR = @AMTAR@ +AM_CFLAGS = @AM_CFLAGS@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CSCOPE = @CSCOPE@ +CTAGS = @CTAGS@ +CYGPATH_W = @CYGPATH_W@ +DEFS = $(CC_WFLAGS) @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +ETAGS = @ETAGS@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +GREP = @GREP@ +HAVE_FOP = @HAVE_FOP@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBS_DL = @LIBS_DL@ +LIBS_ELPERIODIC = @LIBS_ELPERIODIC@ +LIBS_G722 = @LIBS_G722@ +LIBS_G729 = @LIBS_G729@ +LIBS_GSM = @LIBS_GSM@ +LIBS_SIPLOG = @LIBS_SIPLOG@ +LIBS_SIPLOG_DBG = @LIBS_SIPLOG_DBG@ +LIBS_SNDFILE = @LIBS_SNDFILE@ +LIBS_SRTP = @LIBS_SRTP@ +LIBS_UNWIND = @LIBS_UNWIND@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ +MAINT = @MAINT@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OPT_CFLAGS = @OPT_CFLAGS@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +RANLIB = @RANLIB@ +RT_LIB = @RT_LIB@ +SED = @SED@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +SIZEOF_TIME_T = @SIZEOF_TIME_T@ +STRIP = @STRIP@ +VERSION = @VERSION@ +XSLTPROC = @XSLTPROC@ +XSLTPROC_FLAGS = @XSLTPROC_FLAGS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +am__include = @am__include@ +am__leading_dot = @am__leading_dot@ +am__quote = @am__quote@ +am__tar = @am__tar@ +am__untar = @am__untar@ +bindir = @bindir@ +build = @build@ +build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ +builddir = @builddir@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +runstatedir = @runstatedir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +subdirs = @subdirs@ +sysconfdir = @sysconfdir@ +target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +RTPP_AUTOSRC_DIR = $(top_srcdir)/autosrc + +# Auto-generated by ./Makefile - DO NOT EDIT! +SRCS_AUTOGEN = $(rtpp_command_rcache_AUTOSRCS) \ + $(rtpp_log_obj_AUTOSRCS) $(rtpp_port_table_AUTOSRCS) \ + $(rtpp_socket_AUTOSRCS) $(rtpp_timed_task_AUTOSRCS) \ + $(rtpp_modman_AUTOSRCS) $(rtpp_module_if_AUTOSRCS) +SRCS_AUTOGEN_DEBUG = $(rtpp_netaddr_AUTOSRCS) \ + $(rtpp_pearson_perfect_AUTOSRCS) $(rtpp_refcnt_AUTOSRCS) \ + $(rtpp_server_AUTOSRCS) $(rtpp_stats_AUTOSRCS) \ + $(rtpp_stream_AUTOSRCS) $(rtpp_timed_AUTOSRCS) \ + $(rtpp_pcount_AUTOSRCS) $(rtpp_record_AUTOSRCS) \ + $(rtpp_hash_table_AUTOSRCS) $(rtpp_weakref_AUTOSRCS) \ + $(rtpp_analyzer_AUTOSRCS) $(rtpp_pcnt_strm_AUTOSRCS) \ + $(rtpp_ttl_AUTOSRCS) $(rtpp_pipe_AUTOSRCS) \ + $(rtpp_ringbuf_AUTOSRCS) $(rtpp_sessinfo_AUTOSRCS) \ + $(rtpp_rw_lock_AUTOSRCS) $(rtpp_proc_servers_AUTOSRCS) \ + $(rtpp_proc_wakeup_AUTOSRCS) +rtpp_command_rcache_AUTOSRCS = $(RTPP_AUTOSRC_DIR)/rtpp_command_rcache_fin.h $(RTPP_AUTOSRC_DIR)/rtpp_command_rcache_fin.c +rtpp_log_obj_AUTOSRCS = $(RTPP_AUTOSRC_DIR)/rtpp_log_obj_fin.h $(RTPP_AUTOSRC_DIR)/rtpp_log_obj_fin.c +rtpp_port_table_AUTOSRCS = $(RTPP_AUTOSRC_DIR)/rtpp_port_table_fin.h $(RTPP_AUTOSRC_DIR)/rtpp_port_table_fin.c +rtpp_socket_AUTOSRCS = $(RTPP_AUTOSRC_DIR)/rtpp_socket_fin.h $(RTPP_AUTOSRC_DIR)/rtpp_socket_fin.c +rtpp_timed_task_AUTOSRCS = $(RTPP_AUTOSRC_DIR)/rtpp_timed_task_fin.h $(RTPP_AUTOSRC_DIR)/rtpp_timed_task_fin.c +rtpp_modman_AUTOSRCS = $(RTPP_AUTOSRC_DIR)/rtpp_modman_fin.h $(RTPP_AUTOSRC_DIR)/rtpp_modman_fin.c +rtpp_module_if_AUTOSRCS = $(RTPP_AUTOSRC_DIR)/rtpp_module_if_fin.h $(RTPP_AUTOSRC_DIR)/rtpp_module_if_fin.c +rtpp_netaddr_AUTOSRCS = $(RTPP_AUTOSRC_DIR)/rtpp_netaddr_fin.h $(RTPP_AUTOSRC_DIR)/rtpp_netaddr_fin.c +rtpp_pearson_perfect_AUTOSRCS = $(RTPP_AUTOSRC_DIR)/rtpp_pearson_perfect_fin.h $(RTPP_AUTOSRC_DIR)/rtpp_pearson_perfect_fin.c +rtpp_refcnt_AUTOSRCS = $(RTPP_AUTOSRC_DIR)/rtpp_refcnt_fin.h $(RTPP_AUTOSRC_DIR)/rtpp_refcnt_fin.c +rtpp_server_AUTOSRCS = $(RTPP_AUTOSRC_DIR)/rtpp_server_fin.h $(RTPP_AUTOSRC_DIR)/rtpp_server_fin.c +rtpp_stats_AUTOSRCS = $(RTPP_AUTOSRC_DIR)/rtpp_stats_fin.h $(RTPP_AUTOSRC_DIR)/rtpp_stats_fin.c +rtpp_stream_AUTOSRCS = $(RTPP_AUTOSRC_DIR)/rtpp_stream_fin.h $(RTPP_AUTOSRC_DIR)/rtpp_stream_fin.c +rtpp_timed_AUTOSRCS = $(RTPP_AUTOSRC_DIR)/rtpp_timed_fin.h $(RTPP_AUTOSRC_DIR)/rtpp_timed_fin.c +rtpp_pcount_AUTOSRCS = $(RTPP_AUTOSRC_DIR)/rtpp_pcount_fin.h $(RTPP_AUTOSRC_DIR)/rtpp_pcount_fin.c +rtpp_record_AUTOSRCS = $(RTPP_AUTOSRC_DIR)/rtpp_record_fin.h $(RTPP_AUTOSRC_DIR)/rtpp_record_fin.c +rtpp_hash_table_AUTOSRCS = $(RTPP_AUTOSRC_DIR)/rtpp_hash_table_fin.h $(RTPP_AUTOSRC_DIR)/rtpp_hash_table_fin.c +rtpp_weakref_AUTOSRCS = $(RTPP_AUTOSRC_DIR)/rtpp_weakref_fin.h $(RTPP_AUTOSRC_DIR)/rtpp_weakref_fin.c +rtpp_analyzer_AUTOSRCS = $(RTPP_AUTOSRC_DIR)/rtpp_analyzer_fin.h $(RTPP_AUTOSRC_DIR)/rtpp_analyzer_fin.c +rtpp_pcnt_strm_AUTOSRCS = $(RTPP_AUTOSRC_DIR)/rtpp_pcnt_strm_fin.h $(RTPP_AUTOSRC_DIR)/rtpp_pcnt_strm_fin.c +rtpp_ttl_AUTOSRCS = $(RTPP_AUTOSRC_DIR)/rtpp_ttl_fin.h $(RTPP_AUTOSRC_DIR)/rtpp_ttl_fin.c +rtpp_pipe_AUTOSRCS = $(RTPP_AUTOSRC_DIR)/rtpp_pipe_fin.h $(RTPP_AUTOSRC_DIR)/rtpp_pipe_fin.c +rtpp_ringbuf_AUTOSRCS = $(RTPP_AUTOSRC_DIR)/rtpp_ringbuf_fin.h $(RTPP_AUTOSRC_DIR)/rtpp_ringbuf_fin.c +rtpp_sessinfo_AUTOSRCS = $(RTPP_AUTOSRC_DIR)/rtpp_sessinfo_fin.h $(RTPP_AUTOSRC_DIR)/rtpp_sessinfo_fin.c +rtpp_rw_lock_AUTOSRCS = $(RTPP_AUTOSRC_DIR)/rtpp_rw_lock_fin.h $(RTPP_AUTOSRC_DIR)/rtpp_rw_lock_fin.c +rtpp_proc_servers_AUTOSRCS = $(RTPP_AUTOSRC_DIR)/rtpp_proc_servers_fin.h $(RTPP_AUTOSRC_DIR)/rtpp_proc_servers_fin.c +rtpp_proc_wakeup_AUTOSRCS = $(RTPP_AUTOSRC_DIR)/rtpp_proc_wakeup_fin.h $(RTPP_AUTOSRC_DIR)/rtpp_proc_wakeup_fin.c +RTPP_MEMDEB_CPPFLAGS = -DRTPP_MEMDEB_STDOUT -include rtpp_debugon.h \ + -I$(top_srcdir) -I$(RTPP_AUTOSRC_DIR) + +RTPP_MEMDEB_CORESRCS = $(top_srcdir)/src/rtpp_memdeb.c $(top_srcdir)/src/rtpp_memdeb.h \ + $(top_srcdir)/src/rtpp_memdeb_internal.h $(top_srcdir)/src/rtpp_glitch.c \ + $(top_srcdir)/src/rtpp_glitch.h $(top_srcdir)/src/rtpp_codeptr.h \ + $(top_srcdir)/src/rtpp_autoglitch.c $(top_srcdir)/src/rtpp_autoglitch.h \ + $(top_srcdir)/src/rtpp_debugon.h $(top_srcdir)/src/rtpp_refcnt.c \ + $(top_srcdir)/src/rtpp_refcnt.h \ + $(top_srcdir)/src/rtpp_mallocs.c $(top_srcdir)/src/rtpp_mallocs.h \ + $(top_srcdir)/src/rtpp_stacktrace.c $(top_srcdir)/src/rtpp_stacktrace.h + +@ENABLE_LIBUNWIND_FALSE@RTPP_MEMDEB_CFLAGS = -fno-omit-frame-pointer +RTPP_MEMDEB_LDADD = $(top_srcdir)/libexecinfo/libexecinfo.la @LIBS_DL@ -lpthread +MAINSRCDIR = $(top_srcdir)/src +DEFAULT_INCLUDES = -I$(MAINSRCDIR) +CC_WFLAGS = -Wall -Werror=implicit-function-declaration \ + $(am__append_1) +@ENABLE_LTO_TRUE@LTO_FLAG = -flto +NOPT_CFLAGS = -g3 -O0 +CLEANFILES = *.gcda *.gcno *.gcov +LDFLAG_SYMEXPORT = -Wl,--version-script=$(top_srcdir)/modules/Symbol.map +pkglib_LTLIBRARIES = rtpp_ice_lite.la rtpp_ice_lite_debug.la +@ENABLE_LIBRTPPROXY_TRUE@noinst_LTLIBRARIES = librtpp_ice_lite.la +rtpp_ice_lite_la_SOURCES = rtpp_ice_lite.c +rtpp_ice_lite_la_LDFLAGS = -avoid-version -module -shared $(LTO_FLAG) $(LDFLAG_SYMEXPORT) +rtpp_ice_lite_la_CPPFLAGS = -DRTPP_MODULE -Dmalloc=mod_malloc \ + -Dfree=mod_free -Drealloc=mod_realloc -DRTPP_MOD_NAME="ice_lite" \ + -I$(top_srcdir)/external/libre/include -I$(top_srcdir)/external/libre/src \ + -I$(top_srcdir)/libre + +CFLAGS_rtpp_ice_lite_common = -std=c11 -D_BSD_SOURCE -D_XOPEN_SOURCE $(LTO_FLAG) +rtpp_ice_lite_la_CFLAGS = $(OPT_CFLAGS) $(CFLAGS_rtpp_ice_lite_common) +rtpp_ice_lite_la_LIBADD = $(top_srcdir)/libre/libre.la -lcrypto +rtpp_ice_lite_debug_la_SOURCES = $(rtpp_ice_lite_la_SOURCES) +rtpp_ice_lite_debug_la_LIBADD = $(top_srcdir)/libre/libre_debug.la $(RTPP_MEMDEB_LDADD) -lcrypto +rtpp_ice_lite_debug_la_LDFLAGS = $(rtpp_ice_lite_la_LDFLAGS) +rtpp_ice_lite_debug_la_CPPFLAGS = $(rtpp_ice_lite_la_CPPFLAGS) \ + $(RTPP_MEMDEB_CPPFLAGS) -DMEMDEB_APP="ice_lite" + +rtpp_ice_lite_debug_la_CFLAGS = $(NOPT_CFLAGS) $(CFLAGS_rtpp_ice_lite_common) \ + $(RTPP_MEMDEB_CFLAGS) + +librtpp_ice_lite_la_SOURCES = $(rtpp_ice_lite_la_SOURCES) +librtpp_ice_lite_la_CPPFLAGS = $(rtpp_ice_lite_la_CPPFLAGS) -DLIBRTPPROXY +librtpp_ice_lite_la_CFLAGS = $(rtpp_ice_lite_la_CFLAGS) +librtpp_ice_lite_la_LIBADD = $(rtpp_ice_lite_la_LIBADD) +all: all-am + +.SUFFIXES: +.SUFFIXES: .c .lo .o .obj +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/m4/memdeb.ami $(top_srcdir)/autosrc/Makefile.ami $(top_srcdir)/m4/autosrc.ami $(top_srcdir)/m4/ccflags.ami $(top_srcdir)/m4/coverage.ami $(top_srcdir)/m4/rtpp_module.ami $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu modules/ice_lite/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --gnu modules/ice_lite/Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ + *) \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ + esac; +$(top_srcdir)/m4/memdeb.ami $(top_srcdir)/autosrc/Makefile.ami $(top_srcdir)/m4/autosrc.ami $(top_srcdir)/m4/ccflags.ami $(top_srcdir)/m4/coverage.ami $(top_srcdir)/m4/rtpp_module.ami $(am__empty): + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +clean-noinstLTLIBRARIES: + -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) + @list='$(noinst_LTLIBRARIES)'; \ + locs=`for p in $$list; do echo $$p; done | \ + sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ + sort -u`; \ + test -z "$$locs" || { \ + echo rm -f $${locs}; \ + rm -f $${locs}; \ + } + +install-pkglibLTLIBRARIES: $(pkglib_LTLIBRARIES) + @$(NORMAL_INSTALL) + @list='$(pkglib_LTLIBRARIES)'; test -n "$(pkglibdir)" || list=; \ + list2=; for p in $$list; do \ + if test -f $$p; then \ + list2="$$list2 $$p"; \ + else :; fi; \ + done; \ + test -z "$$list2" || { \ + echo " $(MKDIR_P) '$(DESTDIR)$(pkglibdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pkglibdir)" || exit 1; \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pkglibdir)'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pkglibdir)"; \ + } + +uninstall-pkglibLTLIBRARIES: + @$(NORMAL_UNINSTALL) + @list='$(pkglib_LTLIBRARIES)'; test -n "$(pkglibdir)" || list=; \ + for p in $$list; do \ + $(am__strip_dir) \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pkglibdir)/$$f'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pkglibdir)/$$f"; \ + done + +clean-pkglibLTLIBRARIES: + -test -z "$(pkglib_LTLIBRARIES)" || rm -f $(pkglib_LTLIBRARIES) + @list='$(pkglib_LTLIBRARIES)'; \ + locs=`for p in $$list; do echo $$p; done | \ + sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ + sort -u`; \ + test -z "$$locs" || { \ + echo rm -f $${locs}; \ + rm -f $${locs}; \ + } + +librtpp_ice_lite.la: $(librtpp_ice_lite_la_OBJECTS) $(librtpp_ice_lite_la_DEPENDENCIES) $(EXTRA_librtpp_ice_lite_la_DEPENDENCIES) + $(AM_V_CCLD)$(librtpp_ice_lite_la_LINK) $(am_librtpp_ice_lite_la_rpath) $(librtpp_ice_lite_la_OBJECTS) $(librtpp_ice_lite_la_LIBADD) $(LIBS) + +rtpp_ice_lite.la: $(rtpp_ice_lite_la_OBJECTS) $(rtpp_ice_lite_la_DEPENDENCIES) $(EXTRA_rtpp_ice_lite_la_DEPENDENCIES) + $(AM_V_CCLD)$(rtpp_ice_lite_la_LINK) -rpath $(pkglibdir) $(rtpp_ice_lite_la_OBJECTS) $(rtpp_ice_lite_la_LIBADD) $(LIBS) + +rtpp_ice_lite_debug.la: $(rtpp_ice_lite_debug_la_OBJECTS) $(rtpp_ice_lite_debug_la_DEPENDENCIES) $(EXTRA_rtpp_ice_lite_debug_la_DEPENDENCIES) + $(AM_V_CCLD)$(rtpp_ice_lite_debug_la_LINK) -rpath $(pkglibdir) $(rtpp_ice_lite_debug_la_OBJECTS) $(rtpp_ice_lite_debug_la_LIBADD) $(LIBS) + +mostlyclean-compile: + -rm -f *.$(OBJEXT) + +distclean-compile: + -rm -f *.tab.c + +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/librtpp_ice_lite_la-rtpp_ice_lite.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rtpp_ice_lite_debug_la-rtpp_ice_lite.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rtpp_ice_lite_la-rtpp_ice_lite.Plo@am__quote@ # am--include-marker + +$(am__depfiles_remade): + @$(MKDIR_P) $(@D) + @echo '# dummy' >$@-t && $(am__mv) $@-t $@ + +am--depfiles: $(am__depfiles_remade) + +.c.o: +@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< + +.c.obj: +@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` + +.c.lo: +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< + +librtpp_ice_lite_la-rtpp_ice_lite.lo: rtpp_ice_lite.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(librtpp_ice_lite_la_CPPFLAGS) $(CPPFLAGS) $(librtpp_ice_lite_la_CFLAGS) $(CFLAGS) -MT librtpp_ice_lite_la-rtpp_ice_lite.lo -MD -MP -MF $(DEPDIR)/librtpp_ice_lite_la-rtpp_ice_lite.Tpo -c -o librtpp_ice_lite_la-rtpp_ice_lite.lo `test -f 'rtpp_ice_lite.c' || echo '$(srcdir)/'`rtpp_ice_lite.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/librtpp_ice_lite_la-rtpp_ice_lite.Tpo $(DEPDIR)/librtpp_ice_lite_la-rtpp_ice_lite.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='rtpp_ice_lite.c' object='librtpp_ice_lite_la-rtpp_ice_lite.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(librtpp_ice_lite_la_CPPFLAGS) $(CPPFLAGS) $(librtpp_ice_lite_la_CFLAGS) $(CFLAGS) -c -o librtpp_ice_lite_la-rtpp_ice_lite.lo `test -f 'rtpp_ice_lite.c' || echo '$(srcdir)/'`rtpp_ice_lite.c + +rtpp_ice_lite_la-rtpp_ice_lite.lo: rtpp_ice_lite.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(rtpp_ice_lite_la_CPPFLAGS) $(CPPFLAGS) $(rtpp_ice_lite_la_CFLAGS) $(CFLAGS) -MT rtpp_ice_lite_la-rtpp_ice_lite.lo -MD -MP -MF $(DEPDIR)/rtpp_ice_lite_la-rtpp_ice_lite.Tpo -c -o rtpp_ice_lite_la-rtpp_ice_lite.lo `test -f 'rtpp_ice_lite.c' || echo '$(srcdir)/'`rtpp_ice_lite.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/rtpp_ice_lite_la-rtpp_ice_lite.Tpo $(DEPDIR)/rtpp_ice_lite_la-rtpp_ice_lite.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='rtpp_ice_lite.c' object='rtpp_ice_lite_la-rtpp_ice_lite.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(rtpp_ice_lite_la_CPPFLAGS) $(CPPFLAGS) $(rtpp_ice_lite_la_CFLAGS) $(CFLAGS) -c -o rtpp_ice_lite_la-rtpp_ice_lite.lo `test -f 'rtpp_ice_lite.c' || echo '$(srcdir)/'`rtpp_ice_lite.c + +rtpp_ice_lite_debug_la-rtpp_ice_lite.lo: rtpp_ice_lite.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(rtpp_ice_lite_debug_la_CPPFLAGS) $(CPPFLAGS) $(rtpp_ice_lite_debug_la_CFLAGS) $(CFLAGS) -MT rtpp_ice_lite_debug_la-rtpp_ice_lite.lo -MD -MP -MF $(DEPDIR)/rtpp_ice_lite_debug_la-rtpp_ice_lite.Tpo -c -o rtpp_ice_lite_debug_la-rtpp_ice_lite.lo `test -f 'rtpp_ice_lite.c' || echo '$(srcdir)/'`rtpp_ice_lite.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/rtpp_ice_lite_debug_la-rtpp_ice_lite.Tpo $(DEPDIR)/rtpp_ice_lite_debug_la-rtpp_ice_lite.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='rtpp_ice_lite.c' object='rtpp_ice_lite_debug_la-rtpp_ice_lite.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(rtpp_ice_lite_debug_la_CPPFLAGS) $(CPPFLAGS) $(rtpp_ice_lite_debug_la_CFLAGS) $(CFLAGS) -c -o rtpp_ice_lite_debug_la-rtpp_ice_lite.lo `test -f 'rtpp_ice_lite.c' || echo '$(srcdir)/'`rtpp_ice_lite.c + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs + +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-am +TAGS: tags + +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + set x; \ + here=`pwd`; \ + $(am__define_uniq_tagged_files); \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: ctags-am + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" +cscopelist: cscopelist-am + +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(LTLIBRARIES) +installdirs: + for dir in "$(DESTDIR)$(pkglibdir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi +mostlyclean-generic: + +clean-generic: + -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \ + clean-pkglibLTLIBRARIES mostlyclean-am + +distclean: distclean-am + -rm -f ./$(DEPDIR)/librtpp_ice_lite_la-rtpp_ice_lite.Plo + -rm -f ./$(DEPDIR)/rtpp_ice_lite_debug_la-rtpp_ice_lite.Plo + -rm -f ./$(DEPDIR)/rtpp_ice_lite_la-rtpp_ice_lite.Plo + -rm -f Makefile +distclean-am: clean-am distclean-compile distclean-generic \ + distclean-tags + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: install-pkglibLTLIBRARIES + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f ./$(DEPDIR)/librtpp_ice_lite_la-rtpp_ice_lite.Plo + -rm -f ./$(DEPDIR)/rtpp_ice_lite_debug_la-rtpp_ice_lite.Plo + -rm -f ./$(DEPDIR)/rtpp_ice_lite_la-rtpp_ice_lite.Plo + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-pkglibLTLIBRARIES + +.MAKE: install-am install-strip + +.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ + clean-generic clean-libtool clean-noinstLTLIBRARIES \ + clean-pkglibLTLIBRARIES cscopelist-am ctags ctags-am distclean \ + distclean-compile distclean-generic distclean-libtool \ + distclean-tags distdir dvi dvi-am html html-am info info-am \ + install install-am install-data install-data-am install-dvi \ + install-dvi-am install-exec install-exec-am install-html \ + install-html-am install-info install-info-am install-man \ + install-pdf install-pdf-am install-pkglibLTLIBRARIES \ + install-ps install-ps-am install-strip installcheck \ + installcheck-am installdirs maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-compile \ + mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ + tags tags-am uninstall uninstall-am \ + uninstall-pkglibLTLIBRARIES + +.PRECIOUS: Makefile + + +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: diff --git a/src/Makefile.in b/src/Makefile.in index 6401f15e9..19722f8ed 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -159,7 +159,8 @@ librtpproxy_la_DEPENDENCIES = $(top_srcdir)/libucl/libucl.la \ $(MOD_DIR)/catch_dtmf/librtpp_catch_dtmf.la \ $(MOD_DIR)/acct_csv/librtpp_acct_csv.la \ $(MOD_DIR)/acct_rtcp_hep/librtpp_acct_rtcp_hep.la \ - $(MOD_DIR)/dtls_gw/librtpp_dtls_gw.la $(am__DEPENDENCIES_1) + $(MOD_DIR)/dtls_gw/librtpp_dtls_gw.la \ + $(MOD_DIR)/ice_lite/librtpp_ice_lite.la $(am__DEPENDENCIES_1) am__librtpproxy_la_SOURCES_DIST = main.c rtp.h rtpp_server.c \ rtpp_pthread.c rtpp_pthread.h rtpp_defines.h rtpp_log.h \ rtpp_record.c rtpp_session.h rtpp_util.c rtpp_util.h rtp.c \ @@ -1794,7 +1795,8 @@ librtpproxy_la_LIBADD = $(top_srcdir)/libucl/libucl.la \ $(MOD_DIR)/catch_dtmf/librtpp_catch_dtmf.la \ $(MOD_DIR)/acct_csv/librtpp_acct_csv.la \ $(MOD_DIR)/acct_rtcp_hep/librtpp_acct_rtcp_hep.la \ - $(MOD_DIR)/dtls_gw/librtpp_dtls_gw.la $(am__append_12) + $(MOD_DIR)/dtls_gw/librtpp_dtls_gw.la \ + $(MOD_DIR)/ice_lite/librtpp_ice_lite.la $(am__append_12) librtpproxy_la_LDFLAGS = -static IPLDIR = $(top_srcdir)/src/ipol all: config.h