blob: 13e791c9beb2ab14db5da594da74f22f6bbc9d6c [file] [log] [blame]
Alexandre Lisionddd731e2014-01-31 11:50:08 -05001# Makefile.in generated by automake 1.13.4 from Makefile.am.
Emeric Vigier2f625822012-08-06 11:09:52 -04002# demo/Makefile. Generated from Makefile.in by configure.
3
Alexandre Lisionddd731e2014-01-31 11:50:08 -05004# Copyright (C) 1994-2013 Free Software Foundation, Inc.
5
Emeric Vigier2f625822012-08-06 11:09:52 -04006# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
15
16
17# Copyright (C) 1999-2005 Open Source Telecom Corporation.
18# Copyright (C) 2006-2010 David Sugar, Tycho Softworks.
19#
20# This file is free software; as a special exception the author gives
21# unlimited permission to copy and/or distribute it, with or without
22# modifications, as long as this notice is preserved.
23#
24# This program is distributed in the hope that it will be useful, but
25# WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
26# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
27
28
Alexandre Lisionddd731e2014-01-31 11:50:08 -050029am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
30am__make_running_with_option = \
31 case $${target_option-} in \
32 ?) ;; \
33 *) echo "am__make_running_with_option: internal error: invalid" \
34 "target option '$${target_option-}' specified" >&2; \
35 exit 1;; \
36 esac; \
37 has_opt=no; \
38 sane_makeflags=$$MAKEFLAGS; \
39 if $(am__is_gnu_make); then \
40 sane_makeflags=$$MFLAGS; \
41 else \
42 case $$MAKEFLAGS in \
43 *\\[\ \ ]*) \
44 bs=\\; \
45 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
46 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
47 esac; \
48 fi; \
49 skip_next=no; \
50 strip_trailopt () \
51 { \
52 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
53 }; \
54 for flg in $$sane_makeflags; do \
55 test $$skip_next = yes && { skip_next=no; continue; }; \
56 case $$flg in \
57 *=*|--*) continue;; \
58 -*I) strip_trailopt 'I'; skip_next=yes;; \
59 -*I?*) strip_trailopt 'I';; \
60 -*O) strip_trailopt 'O'; skip_next=yes;; \
61 -*O?*) strip_trailopt 'O';; \
62 -*l) strip_trailopt 'l'; skip_next=yes;; \
63 -*l?*) strip_trailopt 'l';; \
64 -[dEDm]) skip_next=yes;; \
65 -[JT]) skip_next=yes;; \
66 esac; \
67 case $$flg in \
68 *$$target_option*) has_opt=yes; break;; \
69 esac; \
70 done; \
71 test $$has_opt = yes
72am__make_dryrun = (target_option=n; $(am__make_running_with_option))
73am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
Emeric Vigier2f625822012-08-06 11:09:52 -040074pkgdatadir = $(datadir)/ccrtp
75pkgincludedir = $(includedir)/ccrtp
76pkglibdir = $(libdir)/ccrtp
77pkglibexecdir = $(libexecdir)/ccrtp
78am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
79install_sh_DATA = $(install_sh) -c -m 644
80install_sh_PROGRAM = $(install_sh) -c
81install_sh_SCRIPT = $(install_sh) -c
82INSTALL_HEADER = $(INSTALL_DATA)
83transform = $(program_transform_name)
84NORMAL_INSTALL = :
85PRE_INSTALL = :
86POST_INSTALL = :
87NORMAL_UNINSTALL = :
88PRE_UNINSTALL = :
89POST_UNINSTALL = :
90build_triplet = x86_64-unknown-linux-gnu
Alexandre Lisionddd731e2014-01-31 11:50:08 -050091host_triplet = x86_64-unknown-linux-gnu
92target_triplet = x86_64-unknown-linux-gnu
Emeric Vigier2f625822012-08-06 11:09:52 -040093noinst_PROGRAMS = rtpsend$(EXEEXT) rtplisten$(EXEEXT) \
94 rtphello$(EXEEXT) rtpduphello$(EXEEXT) audiorx$(EXEEXT) \
95 audiotx$(EXEEXT) ccrtptest$(EXEEXT) $(am__EXEEXT_1)
96subdir = demo
Alexandre Lisionddd731e2014-01-31 11:50:08 -050097DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am README
Emeric Vigier2f625822012-08-06 11:09:52 -040098ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
99am__aclocal_m4_deps = $(top_srcdir)/m4/libgcrypt_local.m4 \
100 $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
101 $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
102 $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/ost_debug.m4 \
103 $(top_srcdir)/m4/ost_maint.m4 $(top_srcdir)/m4/ost_prog.m4 \
104 $(top_srcdir)/configure.ac
105am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
106 $(ACLOCAL_M4)
107mkinstalldirs = $(install_sh) -d
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500108CONFIG_HEADER = $(top_builddir)/ccrtp-config.h
Emeric Vigier2f625822012-08-06 11:09:52 -0400109CONFIG_CLEAN_FILES =
110CONFIG_CLEAN_VPATH_FILES =
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500111##am__EXEEXT_1 = \
112## ccsrtptest$(EXEEXT)
113am__EXEEXT_1 = ccsrtptest$(EXEEXT)
Emeric Vigier2f625822012-08-06 11:09:52 -0400114PROGRAMS = $(noinst_PROGRAMS)
115am_audiorx_OBJECTS = audiorx.$(OBJEXT)
116audiorx_OBJECTS = $(am_audiorx_OBJECTS)
Alexandre Lisione41ecd42014-02-27 15:51:10 -0500117audiorx_DEPENDENCIES = ../src/libccrtp.la
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500118AM_V_lt = $(am__v_lt_$(V))
119am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
120am__v_lt_0 = --silent
121am__v_lt_1 =
Emeric Vigier2f625822012-08-06 11:09:52 -0400122am_audiotx_OBJECTS = audiotx.$(OBJEXT)
123audiotx_OBJECTS = $(am_audiotx_OBJECTS)
Alexandre Lisione41ecd42014-02-27 15:51:10 -0500124audiotx_DEPENDENCIES = ../src/libccrtp.la
Emeric Vigier2f625822012-08-06 11:09:52 -0400125am_ccrtptest_OBJECTS = ccrtptest.$(OBJEXT)
126ccrtptest_OBJECTS = $(am_ccrtptest_OBJECTS)
Alexandre Lisione41ecd42014-02-27 15:51:10 -0500127ccrtptest_DEPENDENCIES = ../src/libccrtp.la
Emeric Vigier2f625822012-08-06 11:09:52 -0400128am__ccsrtptest_SOURCES_DIST = ccsrtptest.cpp
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500129##am_ccsrtptest_OBJECTS = \
130## ccsrtptest.$(OBJEXT)
131am_ccsrtptest_OBJECTS = ccsrtptest.$(OBJEXT)
Emeric Vigier2f625822012-08-06 11:09:52 -0400132ccsrtptest_OBJECTS = $(am_ccsrtptest_OBJECTS)
Alexandre Lisione41ecd42014-02-27 15:51:10 -0500133##ccsrtptest_DEPENDENCIES = \
134## ../src/libccrtp.la
135ccsrtptest_DEPENDENCIES = ../src/libccrtp.la
Emeric Vigier2f625822012-08-06 11:09:52 -0400136am_rtpduphello_OBJECTS = rtpduphello.$(OBJEXT)
137rtpduphello_OBJECTS = $(am_rtpduphello_OBJECTS)
Alexandre Lisione41ecd42014-02-27 15:51:10 -0500138rtpduphello_DEPENDENCIES = ../src/libccrtp.la
Emeric Vigier2f625822012-08-06 11:09:52 -0400139am_rtphello_OBJECTS = rtphello.$(OBJEXT)
140rtphello_OBJECTS = $(am_rtphello_OBJECTS)
Alexandre Lisione41ecd42014-02-27 15:51:10 -0500141rtphello_DEPENDENCIES = ../src/libccrtp.la
Emeric Vigier2f625822012-08-06 11:09:52 -0400142am_rtplisten_OBJECTS = rtplisten.$(OBJEXT)
143rtplisten_OBJECTS = $(am_rtplisten_OBJECTS)
Alexandre Lisione41ecd42014-02-27 15:51:10 -0500144rtplisten_DEPENDENCIES = ../src/libccrtp.la
Emeric Vigier2f625822012-08-06 11:09:52 -0400145am_rtpsend_OBJECTS = rtpsend.$(OBJEXT)
146rtpsend_OBJECTS = $(am_rtpsend_OBJECTS)
Alexandre Lisione41ecd42014-02-27 15:51:10 -0500147rtpsend_DEPENDENCIES = ../src/libccrtp.la
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500148AM_V_P = $(am__v_P_$(V))
149am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY))
150am__v_P_0 = false
151am__v_P_1 = :
152AM_V_GEN = $(am__v_GEN_$(V))
153am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
154am__v_GEN_0 = @echo " GEN " $@;
155am__v_GEN_1 =
156AM_V_at = $(am__v_at_$(V))
157am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
158am__v_at_0 = @
159am__v_at_1 =
160DEFAULT_INCLUDES = -I. -I$(top_builddir)
Emeric Vigier2f625822012-08-06 11:09:52 -0400161depcomp =
162am__depfiles_maybe =
163CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
164 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500165LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
166 $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \
167 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
168 $(AM_CXXFLAGS) $(CXXFLAGS)
169AM_V_CXX = $(am__v_CXX_$(V))
170am__v_CXX_ = $(am__v_CXX_$(AM_DEFAULT_VERBOSITY))
171am__v_CXX_0 = @echo " CXX " $@;
172am__v_CXX_1 =
Emeric Vigier2f625822012-08-06 11:09:52 -0400173CXXLD = $(CXX)
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500174CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
175 $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
176 $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
177AM_V_CXXLD = $(am__v_CXXLD_$(V))
178am__v_CXXLD_ = $(am__v_CXXLD_$(AM_DEFAULT_VERBOSITY))
179am__v_CXXLD_0 = @echo " CXXLD " $@;
180am__v_CXXLD_1 =
Emeric Vigier2f625822012-08-06 11:09:52 -0400181COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
182 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500183LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
184 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
185 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
186 $(AM_CFLAGS) $(CFLAGS)
187AM_V_CC = $(am__v_CC_$(V))
188am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
189am__v_CC_0 = @echo " CC " $@;
190am__v_CC_1 =
Emeric Vigier2f625822012-08-06 11:09:52 -0400191CCLD = $(CC)
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500192LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
193 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
194 $(AM_LDFLAGS) $(LDFLAGS) -o $@
195AM_V_CCLD = $(am__v_CCLD_$(V))
196am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
197am__v_CCLD_0 = @echo " CCLD " $@;
198am__v_CCLD_1 =
Emeric Vigier2f625822012-08-06 11:09:52 -0400199SOURCES = $(audiorx_SOURCES) $(audiotx_SOURCES) $(ccrtptest_SOURCES) \
200 $(ccsrtptest_SOURCES) $(rtpduphello_SOURCES) \
201 $(rtphello_SOURCES) $(rtplisten_SOURCES) $(rtpsend_SOURCES)
202DIST_SOURCES = $(audiorx_SOURCES) $(audiotx_SOURCES) \
203 $(ccrtptest_SOURCES) $(am__ccsrtptest_SOURCES_DIST) \
204 $(rtpduphello_SOURCES) $(rtphello_SOURCES) \
205 $(rtplisten_SOURCES) $(rtpsend_SOURCES)
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500206am__can_run_installinfo = \
207 case $$AM_UPDATE_INFO_DIR in \
208 n|no|NO) false;; \
209 *) (install-info --version) >/dev/null 2>&1;; \
210 esac
211am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
212# Read a list of newline-separated strings from the standard input,
213# and print each of them once, without duplicates. Input order is
214# *not* preserved.
215am__uniquify_input = $(AWK) '\
216 BEGIN { nonempty = 0; } \
217 { items[$$0] = 1; nonempty = 1; } \
218 END { if (nonempty) { for (i in items) print i; }; } \
219'
220# Make sure the list of sources is unique. This is necessary because,
221# e.g., the same source file might be shared among _SOURCES variables
222# for different programs/libraries.
223am__define_uniq_tagged_files = \
224 list='$(am__tagged_files)'; \
225 unique=`for i in $$list; do \
226 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
227 done | $(am__uniquify_input)`
Emeric Vigier2f625822012-08-06 11:09:52 -0400228ETAGS = etags
229CTAGS = ctags
230DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500231ACLOCAL = ${SHELL} /home/lisional/git/sflphone-android/jni/libccrtp/sources/autoconf/missing aclocal-1.13
232AMTAR = $${TAR-tar}
233AM_DEFAULT_VERBOSITY = 1
234AR = ar
Alexandre Lisione41ecd42014-02-27 15:51:10 -0500235AS = as
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500236AUTOCONF = ${SHELL} /home/lisional/git/sflphone-android/jni/libccrtp/sources/autoconf/missing autoconf
237AUTOHEADER = ${SHELL} /home/lisional/git/sflphone-android/jni/libccrtp/sources/autoconf/missing autoheader
238AUTOMAKE = ${SHELL} /home/lisional/git/sflphone-android/jni/libccrtp/sources/autoconf/missing automake-1.13
Emeric Vigier2f625822012-08-06 11:09:52 -0400239AWK = gawk
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500240CC = gcc
Emeric Vigier2f625822012-08-06 11:09:52 -0400241CCDEPMODE = depmode=none
242CFLAGS = -g -O2
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500243COMMONCPP_CFLAGS = -Wno-long-long -fexceptions -DNEW_STDCPP -pthread -fno-check-new -finline -fvisibility=hidden -DUCOMMON_VISIBILITY=1
244COMMONCPP_LIBS = -lcommoncpp -lucommon -lrt -ldl -lpthread
245CPP = gcc -E
Emeric Vigier2f625822012-08-06 11:09:52 -0400246CPPFLAGS =
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500247CXX = g++
248CXXCPP = g++ -E
Emeric Vigier2f625822012-08-06 11:09:52 -0400249CXXDEPMODE = depmode=none
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500250CXXFLAGS = -g -O2 -Wno-long-long -fexceptions -DNEW_STDCPP -pthread -fno-check-new -finline -fvisibility=hidden -DUCOMMON_VISIBILITY=1
Emeric Vigier2f625822012-08-06 11:09:52 -0400251CYGPATH_W = echo
252DEFS = -DHAVE_CONFIG_H
253DEPDIR = .deps
Alexandre Lisione41ecd42014-02-27 15:51:10 -0500254DLLTOOL = dlltool
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500255DOXYGEN = /usr/bin/doxygen
Emeric Vigier2f625822012-08-06 11:09:52 -0400256DSYMUTIL =
257DUMPBIN =
258ECHO_C =
259ECHO_N = -n
260ECHO_T =
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500261EGREP = /usr/bin/grep -E
Emeric Vigier2f625822012-08-06 11:09:52 -0400262EXEEXT =
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500263FGREP = /usr/bin/grep -F
Emeric Vigier2f625822012-08-06 11:09:52 -0400264FTPDIR =
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500265GNULIBS = -lcommoncpp -lucommon -lrt -ldl -lpthread -lgcrypt -ldl -lgpg-error
266GREP = /usr/bin/grep
Emeric Vigier2f625822012-08-06 11:09:52 -0400267INSTALL = /usr/bin/install -c
268INSTALL_DATA = ${INSTALL} -m 644
269INSTALL_PROGRAM = ${INSTALL}
270INSTALL_SCRIPT = ${INSTALL}
271INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
272KDOC_DIR = $(top_srcdir)/doc
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500273LD = /usr/bin/ld -m elf_x86_64
Emeric Vigier2f625822012-08-06 11:09:52 -0400274LDFLAGS =
275LIBGCRYPT_CFLAGS =
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500276LIBGCRYPT_CONFIG = /usr/bin/libgcrypt-config
277LIBGCRYPT_LIBS = -lgcrypt -ldl -lgpg-error
Emeric Vigier2f625822012-08-06 11:09:52 -0400278LIBOBJS =
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500279LIBS = -lgcrypt -ldl -lgpg-error
Emeric Vigier2f625822012-08-06 11:09:52 -0400280LIBTOOL = $(SHELL) $(top_builddir)/libtool
Emeric Vigier2f625822012-08-06 11:09:52 -0400281LIPO =
282LN_S = ln -s
283LTLIBOBJS =
Alexandre Lisione41ecd42014-02-27 15:51:10 -0500284LT_CCXX_VERSION = -version-info 2:4:0
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500285LT_MAJOR = 2
Emeric Vigier2f625822012-08-06 11:09:52 -0400286LT_MINOR = 0
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500287LT_RELEASE =
288LT_SUBVER = 2.0
Alexandre Lisione41ecd42014-02-27 15:51:10 -0500289LT_VERSION = -version-info 2:4:0
Emeric Vigier2f625822012-08-06 11:09:52 -0400290MAINT = #
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500291MAKEINFO = ${SHELL} /home/lisional/git/sflphone-android/jni/libccrtp/sources/autoconf/missing makeinfo
Emeric Vigier2f625822012-08-06 11:09:52 -0400292MANIFEST_TOOL = :
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500293MKDIR_P = /usr/bin/mkdir -p
294NM = /usr/bin/nm -B
Emeric Vigier2f625822012-08-06 11:09:52 -0400295NMEDIT =
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500296OBJDUMP = objdump
Emeric Vigier2f625822012-08-06 11:09:52 -0400297OBJEXT = o
298OTOOL =
299OTOOL64 =
300PACKAGE = ccrtp
301PACKAGE_BUGREPORT =
Alexandre Lisione41ecd42014-02-27 15:51:10 -0500302PACKAGE_NAME = ccrtp
303PACKAGE_STRING = ccrtp 2.0.7
304PACKAGE_TARNAME = ccrtp
Emeric Vigier2f625822012-08-06 11:09:52 -0400305PACKAGE_URL =
Alexandre Lisione41ecd42014-02-27 15:51:10 -0500306PACKAGE_VERSION = 2.0.7
Emeric Vigier2f625822012-08-06 11:09:52 -0400307PATH_SEPARATOR = :
308PKG_CONFIG = /usr/bin/pkg-config
309PKG_CONFIG_LIBDIR =
Alexandre Lisione41ecd42014-02-27 15:51:10 -0500310PKG_CONFIG_PATH =
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500311RANLIB = ranlib
312SED = /usr/bin/sed
Emeric Vigier2f625822012-08-06 11:09:52 -0400313SET_MAKE =
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500314SHELL = /bin/sh
315STRIP = strip
Alexandre Lisione41ecd42014-02-27 15:51:10 -0500316VERSION = 2.0.7
Emeric Vigier2f625822012-08-06 11:09:52 -0400317WARN_FLAGS = -fno-strict-aliasing -Wall -ansi -pedantic
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500318abs_builddir = /home/lisional/git/sflphone-android/jni/libccrtp/sources/demo
319abs_srcdir = /home/lisional/git/sflphone-android/jni/libccrtp/sources/demo
320abs_top_builddir = /home/lisional/git/sflphone-android/jni/libccrtp/sources
321abs_top_srcdir = /home/lisional/git/sflphone-android/jni/libccrtp/sources
322ac_ct_AR = ar
323ac_ct_CC = gcc
324ac_ct_CXX = g++
Emeric Vigier2f625822012-08-06 11:09:52 -0400325ac_ct_DUMPBIN =
326am__include = include
327am__leading_dot = .
328am__quote =
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500329am__tar = $${TAR-tar} chof - "$$tardir"
330am__untar = $${TAR-tar} xf -
Emeric Vigier2f625822012-08-06 11:09:52 -0400331bindir = ${exec_prefix}/bin
332build = x86_64-unknown-linux-gnu
333build_alias =
334build_cpu = x86_64
335build_os = linux-gnu
336build_vendor = unknown
337builddir = .
338datadir = ${datarootdir}
339datarootdir = ${prefix}/share
Alexandre Lisione41ecd42014-02-27 15:51:10 -0500340docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
Emeric Vigier2f625822012-08-06 11:09:52 -0400341dvidir = ${docdir}
342exec_prefix = ${prefix}
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500343host = x86_64-unknown-linux-gnu
344host_alias =
345host_cpu = x86_64
346host_os = linux-gnu
Emeric Vigier2f625822012-08-06 11:09:52 -0400347host_vendor = unknown
348htmldir = ${docdir}
349includedir = ${prefix}/include
350infodir = ${datarootdir}/info
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500351install_sh = ${SHELL} /home/lisional/git/sflphone-android/jni/libccrtp/sources/autoconf/install-sh
Emeric Vigier2f625822012-08-06 11:09:52 -0400352libdir = ${exec_prefix}/lib
353libexecdir = ${exec_prefix}/libexec
354localedir = ${datarootdir}/locale
355localstatedir = ${prefix}/var
356mandir = ${datarootdir}/man
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500357mkdir_p = $(MKDIR_P)
Emeric Vigier2f625822012-08-06 11:09:52 -0400358oldincludedir = /usr/include
359pdfdir = ${docdir}
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500360prefix = /usr/local
Emeric Vigier2f625822012-08-06 11:09:52 -0400361program_transform_name = s,x,x,
362psdir = ${docdir}
363sbindir = ${exec_prefix}/sbin
364sharedstatedir = ${prefix}/com
365srcdir = .
366sysconfdir = ${prefix}/etc
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500367target = x86_64-unknown-linux-gnu
Emeric Vigier2f625822012-08-06 11:09:52 -0400368target_alias =
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500369target_cpu = x86_64
370target_os = linux-gnu
Emeric Vigier2f625822012-08-06 11:09:52 -0400371target_vendor = unknown
372top_build_prefix = ../
373top_builddir = ..
374top_srcdir = ..
375AUTOMAKE_OPTIONS = no-dependencies dist-shar
Emeric Vigier2f625822012-08-06 11:09:52 -0400376#ignored for programs
377#$(LT_VERSION) -release $(LT_RELEASE)
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500378AM_CXXFLAGS = -fno-strict-aliasing -Wall -ansi -pedantic -I$(top_srcdir)/src -I$(top_srcdir)/src/ccrtp
Emeric Vigier2f625822012-08-06 11:09:52 -0400379ccxxincludedir = $(includedir)/cc++
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500380srtp_src = ccsrtptest
Emeric Vigier2f625822012-08-06 11:09:52 -0400381#srtp_src = ccsrtptest
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500382ccsrtptest_SOURCES = ccsrtptest.cpp
Emeric Vigier2f625822012-08-06 11:09:52 -0400383#ccsrtptest_SOURCES = ccsrtptest.cpp
Alexandre Lisione41ecd42014-02-27 15:51:10 -0500384ccsrtptest_LDADD = ../src/libccrtp.la -lcommoncpp -lucommon -lrt -ldl -lpthread -lgcrypt -ldl -lgpg-error
385#ccsrtptest_LDADD = ../src/libccrtp.la -lcommoncpp -lucommon -lrt -ldl -lpthread -lgcrypt -ldl -lgpg-error
Emeric Vigier2f625822012-08-06 11:09:52 -0400386rtpsend_SOURCES = rtpsend.cpp
Alexandre Lisione41ecd42014-02-27 15:51:10 -0500387rtpsend_LDADD = ../src/libccrtp.la -lcommoncpp -lucommon -lrt -ldl -lpthread -lgcrypt -ldl -lgpg-error
Emeric Vigier2f625822012-08-06 11:09:52 -0400388rtplisten_SOURCES = rtplisten.cpp
Alexandre Lisione41ecd42014-02-27 15:51:10 -0500389rtplisten_LDADD = ../src/libccrtp.la -lcommoncpp -lucommon -lrt -ldl -lpthread -lgcrypt -ldl -lgpg-error
Emeric Vigier2f625822012-08-06 11:09:52 -0400390rtphello_SOURCES = rtphello.cpp
Alexandre Lisione41ecd42014-02-27 15:51:10 -0500391rtphello_LDADD = ../src/libccrtp.la -lcommoncpp -lucommon -lrt -ldl -lpthread -lgcrypt -ldl -lgpg-error
Emeric Vigier2f625822012-08-06 11:09:52 -0400392rtpduphello_SOURCES = rtpduphello.cpp
Alexandre Lisione41ecd42014-02-27 15:51:10 -0500393rtpduphello_LDADD = ../src/libccrtp.la -lcommoncpp -lucommon -lrt -ldl -lpthread -lgcrypt -ldl -lgpg-error
Emeric Vigier2f625822012-08-06 11:09:52 -0400394audiorx_SOURCES = audiorx.cpp audio.h
Alexandre Lisione41ecd42014-02-27 15:51:10 -0500395audiorx_LDADD = ../src/libccrtp.la -lcommoncpp -lucommon -lrt -ldl -lpthread -lgcrypt -ldl -lgpg-error
Emeric Vigier2f625822012-08-06 11:09:52 -0400396audiotx_SOURCES = audiotx.cpp
Alexandre Lisione41ecd42014-02-27 15:51:10 -0500397audiotx_LDADD = ../src/libccrtp.la -lcommoncpp -lucommon -lrt -ldl -lpthread -lgcrypt -ldl -lgpg-error
Emeric Vigier2f625822012-08-06 11:09:52 -0400398ccrtptest_SOURCES = ccrtptest.cpp
Alexandre Lisione41ecd42014-02-27 15:51:10 -0500399ccrtptest_LDADD = ../src/libccrtp.la -lcommoncpp -lucommon -lrt -ldl -lpthread -lgcrypt -ldl -lgpg-error
Emeric Vigier2f625822012-08-06 11:09:52 -0400400all: all-am
401
402.SUFFIXES:
403.SUFFIXES: .cpp .lo .o .obj
404$(srcdir)/Makefile.in: # $(srcdir)/Makefile.am $(am__configure_deps)
405 @for dep in $?; do \
406 case '$(am__configure_deps)' in \
407 *$$dep*) \
408 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
409 && { if test -f $@; then exit 0; else break; fi; }; \
410 exit 1;; \
411 esac; \
412 done; \
413 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu demo/Makefile'; \
414 $(am__cd) $(top_srcdir) && \
415 $(AUTOMAKE) --gnu demo/Makefile
416.PRECIOUS: Makefile
417Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
418 @case '$?' in \
419 *config.status*) \
420 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
421 *) \
422 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
423 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
424 esac;
425
426$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
427 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
428
429$(top_srcdir)/configure: # $(am__configure_deps)
430 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
431$(ACLOCAL_M4): # $(am__aclocal_m4_deps)
432 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
433$(am__aclocal_m4_deps):
434
435clean-noinstPROGRAMS:
436 @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
437 echo " rm -f" $$list; \
438 rm -f $$list || exit $$?; \
439 test -n "$(EXEEXT)" || exit 0; \
440 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
441 echo " rm -f" $$list; \
442 rm -f $$list
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500443
444audiorx$(EXEEXT): $(audiorx_OBJECTS) $(audiorx_DEPENDENCIES) $(EXTRA_audiorx_DEPENDENCIES)
Emeric Vigier2f625822012-08-06 11:09:52 -0400445 @rm -f audiorx$(EXEEXT)
Alexandre Lisione41ecd42014-02-27 15:51:10 -0500446 $(AM_V_CXXLD)$(CXXLINK) $(audiorx_OBJECTS) $(audiorx_LDADD) $(LIBS)
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500447
448audiotx$(EXEEXT): $(audiotx_OBJECTS) $(audiotx_DEPENDENCIES) $(EXTRA_audiotx_DEPENDENCIES)
Emeric Vigier2f625822012-08-06 11:09:52 -0400449 @rm -f audiotx$(EXEEXT)
Alexandre Lisione41ecd42014-02-27 15:51:10 -0500450 $(AM_V_CXXLD)$(CXXLINK) $(audiotx_OBJECTS) $(audiotx_LDADD) $(LIBS)
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500451
452ccrtptest$(EXEEXT): $(ccrtptest_OBJECTS) $(ccrtptest_DEPENDENCIES) $(EXTRA_ccrtptest_DEPENDENCIES)
Emeric Vigier2f625822012-08-06 11:09:52 -0400453 @rm -f ccrtptest$(EXEEXT)
Alexandre Lisione41ecd42014-02-27 15:51:10 -0500454 $(AM_V_CXXLD)$(CXXLINK) $(ccrtptest_OBJECTS) $(ccrtptest_LDADD) $(LIBS)
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500455
456ccsrtptest$(EXEEXT): $(ccsrtptest_OBJECTS) $(ccsrtptest_DEPENDENCIES) $(EXTRA_ccsrtptest_DEPENDENCIES)
Emeric Vigier2f625822012-08-06 11:09:52 -0400457 @rm -f ccsrtptest$(EXEEXT)
Alexandre Lisione41ecd42014-02-27 15:51:10 -0500458 $(AM_V_CXXLD)$(CXXLINK) $(ccsrtptest_OBJECTS) $(ccsrtptest_LDADD) $(LIBS)
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500459
460rtpduphello$(EXEEXT): $(rtpduphello_OBJECTS) $(rtpduphello_DEPENDENCIES) $(EXTRA_rtpduphello_DEPENDENCIES)
Emeric Vigier2f625822012-08-06 11:09:52 -0400461 @rm -f rtpduphello$(EXEEXT)
Alexandre Lisione41ecd42014-02-27 15:51:10 -0500462 $(AM_V_CXXLD)$(CXXLINK) $(rtpduphello_OBJECTS) $(rtpduphello_LDADD) $(LIBS)
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500463
464rtphello$(EXEEXT): $(rtphello_OBJECTS) $(rtphello_DEPENDENCIES) $(EXTRA_rtphello_DEPENDENCIES)
Emeric Vigier2f625822012-08-06 11:09:52 -0400465 @rm -f rtphello$(EXEEXT)
Alexandre Lisione41ecd42014-02-27 15:51:10 -0500466 $(AM_V_CXXLD)$(CXXLINK) $(rtphello_OBJECTS) $(rtphello_LDADD) $(LIBS)
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500467
468rtplisten$(EXEEXT): $(rtplisten_OBJECTS) $(rtplisten_DEPENDENCIES) $(EXTRA_rtplisten_DEPENDENCIES)
Emeric Vigier2f625822012-08-06 11:09:52 -0400469 @rm -f rtplisten$(EXEEXT)
Alexandre Lisione41ecd42014-02-27 15:51:10 -0500470 $(AM_V_CXXLD)$(CXXLINK) $(rtplisten_OBJECTS) $(rtplisten_LDADD) $(LIBS)
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500471
472rtpsend$(EXEEXT): $(rtpsend_OBJECTS) $(rtpsend_DEPENDENCIES) $(EXTRA_rtpsend_DEPENDENCIES)
Emeric Vigier2f625822012-08-06 11:09:52 -0400473 @rm -f rtpsend$(EXEEXT)
Alexandre Lisione41ecd42014-02-27 15:51:10 -0500474 $(AM_V_CXXLD)$(CXXLINK) $(rtpsend_OBJECTS) $(rtpsend_LDADD) $(LIBS)
Emeric Vigier2f625822012-08-06 11:09:52 -0400475
476mostlyclean-compile:
477 -rm -f *.$(OBJEXT)
478
479distclean-compile:
480 -rm -f *.tab.c
481
482.cpp.o:
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500483 $(AM_V_CXX)$(CXXCOMPILE) -c -o $@ $<
Emeric Vigier2f625822012-08-06 11:09:52 -0400484
485.cpp.obj:
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500486 $(AM_V_CXX)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
Emeric Vigier2f625822012-08-06 11:09:52 -0400487
488.cpp.lo:
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500489 $(AM_V_CXX)$(LTCXXCOMPILE) -c -o $@ $<
Emeric Vigier2f625822012-08-06 11:09:52 -0400490
491mostlyclean-libtool:
492 -rm -f *.lo
493
494clean-libtool:
495 -rm -rf .libs _libs
496
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500497ID: $(am__tagged_files)
498 $(am__define_uniq_tagged_files); mkid -fID $$unique
499tags: tags-am
500TAGS: tags
Emeric Vigier2f625822012-08-06 11:09:52 -0400501
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500502tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
Emeric Vigier2f625822012-08-06 11:09:52 -0400503 set x; \
504 here=`pwd`; \
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500505 $(am__define_uniq_tagged_files); \
Emeric Vigier2f625822012-08-06 11:09:52 -0400506 shift; \
507 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
508 test -n "$$unique" || unique=$$empty_fix; \
509 if test $$# -gt 0; then \
510 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
511 "$$@" $$unique; \
512 else \
513 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
514 $$unique; \
515 fi; \
516 fi
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500517ctags: ctags-am
518
519CTAGS: ctags
520ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
521 $(am__define_uniq_tagged_files); \
Emeric Vigier2f625822012-08-06 11:09:52 -0400522 test -z "$(CTAGS_ARGS)$$unique" \
523 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
524 $$unique
525
526GTAGS:
527 here=`$(am__cd) $(top_builddir) && pwd` \
528 && $(am__cd) $(top_srcdir) \
529 && gtags -i $(GTAGS_ARGS) "$$here"
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500530cscopelist: cscopelist-am
531
532cscopelist-am: $(am__tagged_files)
533 list='$(am__tagged_files)'; \
534 case "$(srcdir)" in \
535 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
536 *) sdir=$(subdir)/$(srcdir) ;; \
537 esac; \
538 for i in $$list; do \
539 if test -f "$$i"; then \
540 echo "$(subdir)/$$i"; \
541 else \
542 echo "$$sdir/$$i"; \
543 fi; \
544 done >> $(top_builddir)/cscope.files
Emeric Vigier2f625822012-08-06 11:09:52 -0400545
546distclean-tags:
547 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
548
549distdir: $(DISTFILES)
550 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
551 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
552 list='$(DISTFILES)'; \
553 dist_files=`for file in $$list; do echo $$file; done | \
554 sed -e "s|^$$srcdirstrip/||;t" \
555 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
556 case $$dist_files in \
557 */*) $(MKDIR_P) `echo "$$dist_files" | \
558 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
559 sort -u` ;; \
560 esac; \
561 for file in $$dist_files; do \
562 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
563 if test -d $$d/$$file; then \
564 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
565 if test -d "$(distdir)/$$file"; then \
566 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
567 fi; \
568 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
569 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
570 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
571 fi; \
572 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
573 else \
574 test -f "$(distdir)/$$file" \
575 || cp -p $$d/$$file "$(distdir)/$$file" \
576 || exit 1; \
577 fi; \
578 done
579check-am: all-am
580check: check-am
581all-am: Makefile $(PROGRAMS)
582installdirs:
583install: install-am
584install-exec: install-exec-am
585install-data: install-data-am
586uninstall: uninstall-am
587
588install-am: all-am
589 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
590
591installcheck: installcheck-am
592install-strip:
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500593 if test -z '$(STRIP)'; then \
594 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
595 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
596 install; \
597 else \
598 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
599 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
600 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
601 fi
Emeric Vigier2f625822012-08-06 11:09:52 -0400602mostlyclean-generic:
603
604clean-generic:
605
606distclean-generic:
607 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
608 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
609
610maintainer-clean-generic:
611 @echo "This command is intended for maintainers to use"
612 @echo "it deletes files that may require special tools to rebuild."
613clean: clean-am
614
615clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
616 mostlyclean-am
617
618distclean: distclean-am
619 -rm -f Makefile
620distclean-am: clean-am distclean-compile distclean-generic \
621 distclean-tags
622
623dvi: dvi-am
624
625dvi-am:
626
627html: html-am
628
629html-am:
630
631info: info-am
632
633info-am:
634
635install-data-am:
636
637install-dvi: install-dvi-am
638
639install-dvi-am:
640
641install-exec-am:
642
643install-html: install-html-am
644
645install-html-am:
646
647install-info: install-info-am
648
649install-info-am:
650
651install-man:
652
653install-pdf: install-pdf-am
654
655install-pdf-am:
656
657install-ps: install-ps-am
658
659install-ps-am:
660
661installcheck-am:
662
663maintainer-clean: maintainer-clean-am
664 -rm -f Makefile
665maintainer-clean-am: distclean-am maintainer-clean-generic
666
667mostlyclean: mostlyclean-am
668
669mostlyclean-am: mostlyclean-compile mostlyclean-generic \
670 mostlyclean-libtool
671
672pdf: pdf-am
673
674pdf-am:
675
676ps: ps-am
677
678ps-am:
679
680uninstall-am:
681
682.MAKE: install-am install-strip
683
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500684.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
685 clean-libtool clean-noinstPROGRAMS cscopelist-am ctags \
686 ctags-am distclean distclean-compile distclean-generic \
687 distclean-libtool distclean-tags distdir dvi dvi-am html \
688 html-am info info-am install install-am install-data \
689 install-data-am install-dvi install-dvi-am install-exec \
690 install-exec-am install-html install-html-am install-info \
691 install-info-am install-man install-pdf install-pdf-am \
692 install-ps install-ps-am install-strip installcheck \
693 installcheck-am installdirs maintainer-clean \
694 maintainer-clean-generic mostlyclean mostlyclean-compile \
695 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
696 tags tags-am uninstall uninstall-am
Emeric Vigier2f625822012-08-06 11:09:52 -0400697
698
699# Tell versions [3.59,3.63) of GNU make to not export all variables.
700# Otherwise a system limit (for SysV at least) may be exceeded.
701.NOEXPORT: