blob: 26ea5d2a4ef12b1dfac500a7970d27462cbf59b7 [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# @configure_input@
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@SET_MAKE@
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
28VPATH = @srcdir@
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)/@PACKAGE@
75pkgincludedir = $(includedir)/@PACKAGE@
76pkglibdir = $(libdir)/@PACKAGE@
77pkglibexecdir = $(libexecdir)/@PACKAGE@
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 = @build@
91host_triplet = @host@
92target_triplet = @target@
93noinst_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 =
111@SRTP_GCRYPT_FALSE@@SRTP_OPENSSL_TRUE@am__EXEEXT_1 = \
112@SRTP_GCRYPT_FALSE@@SRTP_OPENSSL_TRUE@ ccsrtptest$(EXEEXT)
113@SRTP_GCRYPT_TRUE@am__EXEEXT_1 = ccsrtptest$(EXEEXT)
114PROGRAMS = $(noinst_PROGRAMS)
115am_audiorx_OBJECTS = audiorx.$(OBJEXT)
116audiorx_OBJECTS = $(am_audiorx_OBJECTS)
117audiorx_LDADD = $(LDADD)
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500118AM_V_lt = $(am__v_lt_@AM_V@)
119am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
120am__v_lt_0 = --silent
121am__v_lt_1 =
122audiorx_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
123 $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
124 $(CXXFLAGS) $(audiorx_LDFLAGS) $(LDFLAGS) -o $@
Emeric Vigier2f625822012-08-06 11:09:52 -0400125am_audiotx_OBJECTS = audiotx.$(OBJEXT)
126audiotx_OBJECTS = $(am_audiotx_OBJECTS)
127audiotx_LDADD = $(LDADD)
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500128audiotx_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
129 $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
130 $(CXXFLAGS) $(audiotx_LDFLAGS) $(LDFLAGS) -o $@
Emeric Vigier2f625822012-08-06 11:09:52 -0400131am_ccrtptest_OBJECTS = ccrtptest.$(OBJEXT)
132ccrtptest_OBJECTS = $(am_ccrtptest_OBJECTS)
133ccrtptest_LDADD = $(LDADD)
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500134ccrtptest_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
Emeric Vigier2f625822012-08-06 11:09:52 -0400135 $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
136 $(CXXFLAGS) $(ccrtptest_LDFLAGS) $(LDFLAGS) -o $@
137am__ccsrtptest_SOURCES_DIST = ccsrtptest.cpp
138@SRTP_GCRYPT_FALSE@@SRTP_OPENSSL_TRUE@am_ccsrtptest_OBJECTS = \
139@SRTP_GCRYPT_FALSE@@SRTP_OPENSSL_TRUE@ ccsrtptest.$(OBJEXT)
140@SRTP_GCRYPT_TRUE@am_ccsrtptest_OBJECTS = ccsrtptest.$(OBJEXT)
141ccsrtptest_OBJECTS = $(am_ccsrtptest_OBJECTS)
142ccsrtptest_LDADD = $(LDADD)
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500143ccsrtptest_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
Emeric Vigier2f625822012-08-06 11:09:52 -0400144 $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
145 $(CXXFLAGS) $(ccsrtptest_LDFLAGS) $(LDFLAGS) -o $@
146am_rtpduphello_OBJECTS = rtpduphello.$(OBJEXT)
147rtpduphello_OBJECTS = $(am_rtpduphello_OBJECTS)
148rtpduphello_LDADD = $(LDADD)
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500149rtpduphello_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
Emeric Vigier2f625822012-08-06 11:09:52 -0400150 $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
151 $(CXXFLAGS) $(rtpduphello_LDFLAGS) $(LDFLAGS) -o $@
152am_rtphello_OBJECTS = rtphello.$(OBJEXT)
153rtphello_OBJECTS = $(am_rtphello_OBJECTS)
154rtphello_LDADD = $(LDADD)
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500155rtphello_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
Emeric Vigier2f625822012-08-06 11:09:52 -0400156 $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
157 $(CXXFLAGS) $(rtphello_LDFLAGS) $(LDFLAGS) -o $@
158am_rtplisten_OBJECTS = rtplisten.$(OBJEXT)
159rtplisten_OBJECTS = $(am_rtplisten_OBJECTS)
160rtplisten_LDADD = $(LDADD)
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500161rtplisten_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
Emeric Vigier2f625822012-08-06 11:09:52 -0400162 $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
163 $(CXXFLAGS) $(rtplisten_LDFLAGS) $(LDFLAGS) -o $@
164am_rtpsend_OBJECTS = rtpsend.$(OBJEXT)
165rtpsend_OBJECTS = $(am_rtpsend_OBJECTS)
166rtpsend_LDADD = $(LDADD)
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500167rtpsend_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
168 $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
169 $(CXXFLAGS) $(rtpsend_LDFLAGS) $(LDFLAGS) -o $@
170AM_V_P = $(am__v_P_@AM_V@)
171am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
172am__v_P_0 = false
173am__v_P_1 = :
174AM_V_GEN = $(am__v_GEN_@AM_V@)
175am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
176am__v_GEN_0 = @echo " GEN " $@;
177am__v_GEN_1 =
178AM_V_at = $(am__v_at_@AM_V@)
179am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
180am__v_at_0 = @
181am__v_at_1 =
182DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
Emeric Vigier2f625822012-08-06 11:09:52 -0400183depcomp =
184am__depfiles_maybe =
185CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
186 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500187LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
188 $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \
189 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
190 $(AM_CXXFLAGS) $(CXXFLAGS)
191AM_V_CXX = $(am__v_CXX_@AM_V@)
192am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@)
193am__v_CXX_0 = @echo " CXX " $@;
194am__v_CXX_1 =
Emeric Vigier2f625822012-08-06 11:09:52 -0400195CXXLD = $(CXX)
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500196CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
197 $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
198 $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
199AM_V_CXXLD = $(am__v_CXXLD_@AM_V@)
200am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@)
201am__v_CXXLD_0 = @echo " CXXLD " $@;
202am__v_CXXLD_1 =
Emeric Vigier2f625822012-08-06 11:09:52 -0400203COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
204 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500205LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
206 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
207 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
208 $(AM_CFLAGS) $(CFLAGS)
209AM_V_CC = $(am__v_CC_@AM_V@)
210am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
211am__v_CC_0 = @echo " CC " $@;
212am__v_CC_1 =
Emeric Vigier2f625822012-08-06 11:09:52 -0400213CCLD = $(CC)
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500214LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
215 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
216 $(AM_LDFLAGS) $(LDFLAGS) -o $@
217AM_V_CCLD = $(am__v_CCLD_@AM_V@)
218am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
219am__v_CCLD_0 = @echo " CCLD " $@;
220am__v_CCLD_1 =
Emeric Vigier2f625822012-08-06 11:09:52 -0400221SOURCES = $(audiorx_SOURCES) $(audiotx_SOURCES) $(ccrtptest_SOURCES) \
222 $(ccsrtptest_SOURCES) $(rtpduphello_SOURCES) \
223 $(rtphello_SOURCES) $(rtplisten_SOURCES) $(rtpsend_SOURCES)
224DIST_SOURCES = $(audiorx_SOURCES) $(audiotx_SOURCES) \
225 $(ccrtptest_SOURCES) $(am__ccsrtptest_SOURCES_DIST) \
226 $(rtpduphello_SOURCES) $(rtphello_SOURCES) \
227 $(rtplisten_SOURCES) $(rtpsend_SOURCES)
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500228am__can_run_installinfo = \
229 case $$AM_UPDATE_INFO_DIR in \
230 n|no|NO) false;; \
231 *) (install-info --version) >/dev/null 2>&1;; \
232 esac
233am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
234# Read a list of newline-separated strings from the standard input,
235# and print each of them once, without duplicates. Input order is
236# *not* preserved.
237am__uniquify_input = $(AWK) '\
238 BEGIN { nonempty = 0; } \
239 { items[$$0] = 1; nonempty = 1; } \
240 END { if (nonempty) { for (i in items) print i; }; } \
241'
242# Make sure the list of sources is unique. This is necessary because,
243# e.g., the same source file might be shared among _SOURCES variables
244# for different programs/libraries.
245am__define_uniq_tagged_files = \
246 list='$(am__tagged_files)'; \
247 unique=`for i in $$list; do \
248 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
249 done | $(am__uniquify_input)`
Emeric Vigier2f625822012-08-06 11:09:52 -0400250ETAGS = etags
251CTAGS = ctags
252DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
253ACLOCAL = @ACLOCAL@
254AMTAR = @AMTAR@
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500255AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
Emeric Vigier2f625822012-08-06 11:09:52 -0400256AR = @AR@
257AUTOCONF = @AUTOCONF@
258AUTOHEADER = @AUTOHEADER@
259AUTOMAKE = @AUTOMAKE@
260AWK = @AWK@
261CC = @CC@
262CCDEPMODE = @CCDEPMODE@
263CFLAGS = @CFLAGS@
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500264COMMONCPP_CFLAGS = @COMMONCPP_CFLAGS@
265COMMONCPP_LIBS = @COMMONCPP_LIBS@
Emeric Vigier2f625822012-08-06 11:09:52 -0400266CPP = @CPP@
267CPPFLAGS = @CPPFLAGS@
268CXX = @CXX@
269CXXCPP = @CXXCPP@
270CXXDEPMODE = @CXXDEPMODE@
271CXXFLAGS = @CXXFLAGS@
272CYGPATH_W = @CYGPATH_W@
273DEFS = @DEFS@
274DEPDIR = @DEPDIR@
275DLLTOOL = @DLLTOOL@
276DOXYGEN = @DOXYGEN@
277DSYMUTIL = @DSYMUTIL@
278DUMPBIN = @DUMPBIN@
279ECHO_C = @ECHO_C@
280ECHO_N = @ECHO_N@
281ECHO_T = @ECHO_T@
282EGREP = @EGREP@
283EXEEXT = @EXEEXT@
284FGREP = @FGREP@
285FTPDIR = @FTPDIR@
286GNULIBS = @GNULIBS@
287GREP = @GREP@
288INSTALL = @INSTALL@
289INSTALL_DATA = @INSTALL_DATA@
290INSTALL_PROGRAM = @INSTALL_PROGRAM@
291INSTALL_SCRIPT = @INSTALL_SCRIPT@
292INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
293KDOC_DIR = @KDOC_DIR@
294LD = @LD@
295LDFLAGS = @LDFLAGS@
296LIBGCRYPT_CFLAGS = @LIBGCRYPT_CFLAGS@
297LIBGCRYPT_CONFIG = @LIBGCRYPT_CONFIG@
298LIBGCRYPT_LIBS = @LIBGCRYPT_LIBS@
299LIBOBJS = @LIBOBJS@
300LIBS = @LIBS@
301LIBTOOL = @LIBTOOL@
Emeric Vigier2f625822012-08-06 11:09:52 -0400302LIPO = @LIPO@
303LN_S = @LN_S@
304LTLIBOBJS = @LTLIBOBJS@
305LT_CCXX_VERSION = @LT_CCXX_VERSION@
306LT_MAJOR = @LT_MAJOR@
307LT_MINOR = @LT_MINOR@
308LT_RELEASE = @LT_RELEASE@
309LT_SUBVER = @LT_SUBVER@
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500310LT_VERSION = @LT_CCXX_VERSION@
Emeric Vigier2f625822012-08-06 11:09:52 -0400311MAINT = @MAINT@
312MAKEINFO = @MAKEINFO@
313MANIFEST_TOOL = @MANIFEST_TOOL@
314MKDIR_P = @MKDIR_P@
315NM = @NM@
316NMEDIT = @NMEDIT@
317OBJDUMP = @OBJDUMP@
318OBJEXT = @OBJEXT@
319OTOOL = @OTOOL@
320OTOOL64 = @OTOOL64@
321PACKAGE = @PACKAGE@
322PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
323PACKAGE_NAME = @PACKAGE_NAME@
324PACKAGE_STRING = @PACKAGE_STRING@
325PACKAGE_TARNAME = @PACKAGE_TARNAME@
326PACKAGE_URL = @PACKAGE_URL@
327PACKAGE_VERSION = @PACKAGE_VERSION@
328PATH_SEPARATOR = @PATH_SEPARATOR@
329PKG_CONFIG = @PKG_CONFIG@
330PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
331PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
332RANLIB = @RANLIB@
333SED = @SED@
334SET_MAKE = @SET_MAKE@
335SHELL = @SHELL@
336STRIP = @STRIP@
337VERSION = @VERSION@
338WARN_FLAGS = @WARN_FLAGS@
339abs_builddir = @abs_builddir@
340abs_srcdir = @abs_srcdir@
341abs_top_builddir = @abs_top_builddir@
342abs_top_srcdir = @abs_top_srcdir@
343ac_ct_AR = @ac_ct_AR@
344ac_ct_CC = @ac_ct_CC@
345ac_ct_CXX = @ac_ct_CXX@
346ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
347am__include = @am__include@
348am__leading_dot = @am__leading_dot@
349am__quote = @am__quote@
350am__tar = @am__tar@
351am__untar = @am__untar@
352bindir = @bindir@
353build = @build@
354build_alias = @build_alias@
355build_cpu = @build_cpu@
356build_os = @build_os@
357build_vendor = @build_vendor@
358builddir = @builddir@
359datadir = @datadir@
360datarootdir = @datarootdir@
361docdir = @docdir@
362dvidir = @dvidir@
363exec_prefix = @exec_prefix@
364host = @host@
365host_alias = @host_alias@
366host_cpu = @host_cpu@
367host_os = @host_os@
368host_vendor = @host_vendor@
369htmldir = @htmldir@
370includedir = @includedir@
371infodir = @infodir@
372install_sh = @install_sh@
373libdir = @libdir@
374libexecdir = @libexecdir@
375localedir = @localedir@
376localstatedir = @localstatedir@
377mandir = @mandir@
378mkdir_p = @mkdir_p@
379oldincludedir = @oldincludedir@
380pdfdir = @pdfdir@
381prefix = @prefix@
382program_transform_name = @program_transform_name@
383psdir = @psdir@
384sbindir = @sbindir@
385sharedstatedir = @sharedstatedir@
386srcdir = @srcdir@
387sysconfdir = @sysconfdir@
388target = @target@
389target_alias = @target_alias@
390target_cpu = @target_cpu@
391target_os = @target_os@
392target_vendor = @target_vendor@
393top_build_prefix = @top_build_prefix@
394top_builddir = @top_builddir@
395top_srcdir = @top_srcdir@
396AUTOMAKE_OPTIONS = no-dependencies dist-shar
Emeric Vigier2f625822012-08-06 11:09:52 -0400397#ignored for programs
398#$(LT_VERSION) -release $(LT_RELEASE)
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500399AM_CXXFLAGS = @WARN_FLAGS@ -I$(top_srcdir)/src -I$(top_srcdir)/src/ccrtp
Emeric Vigier2f625822012-08-06 11:09:52 -0400400ccxxincludedir = $(includedir)/cc++
401@SRTP_GCRYPT_TRUE@srtp_src = ccsrtptest
402@SRTP_OPENSSL_TRUE@srtp_src = ccsrtptest
403@SRTP_GCRYPT_TRUE@ccsrtptest_SOURCES = ccsrtptest.cpp
404@SRTP_OPENSSL_TRUE@ccsrtptest_SOURCES = ccsrtptest.cpp
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500405@SRTP_GCRYPT_TRUE@ccsrtptest_LDFLAGS = ../src/libccrtp.la @GNULIBS@
406@SRTP_OPENSSL_TRUE@ccsrtptest_LDFLAGS = ../src/libccrtp.la @GNULIBS@
Emeric Vigier2f625822012-08-06 11:09:52 -0400407rtpsend_SOURCES = rtpsend.cpp
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500408rtpsend_LDFLAGS = ../src/libccrtp.la @GNULIBS@
Emeric Vigier2f625822012-08-06 11:09:52 -0400409rtplisten_SOURCES = rtplisten.cpp
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500410rtplisten_LDFLAGS = ../src/libccrtp.la @GNULIBS@
Emeric Vigier2f625822012-08-06 11:09:52 -0400411rtphello_SOURCES = rtphello.cpp
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500412rtphello_LDFLAGS = ../src/libccrtp.la @GNULIBS@
Emeric Vigier2f625822012-08-06 11:09:52 -0400413rtpduphello_SOURCES = rtpduphello.cpp
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500414rtpduphello_LDFLAGS = ../src/libccrtp.la @GNULIBS@
Emeric Vigier2f625822012-08-06 11:09:52 -0400415audiorx_SOURCES = audiorx.cpp audio.h
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500416audiorx_LDFLAGS = ../src/libccrtp.la @GNULIBS@
Emeric Vigier2f625822012-08-06 11:09:52 -0400417audiotx_SOURCES = audiotx.cpp
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500418audiotx_LDFLAGS = ../src/libccrtp.la @GNULIBS@
Emeric Vigier2f625822012-08-06 11:09:52 -0400419ccrtptest_SOURCES = ccrtptest.cpp
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500420ccrtptest_LDFLAGS = ../src/libccrtp.la @GNULIBS@
Emeric Vigier2f625822012-08-06 11:09:52 -0400421all: all-am
422
423.SUFFIXES:
424.SUFFIXES: .cpp .lo .o .obj
425$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
426 @for dep in $?; do \
427 case '$(am__configure_deps)' in \
428 *$$dep*) \
429 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
430 && { if test -f $@; then exit 0; else break; fi; }; \
431 exit 1;; \
432 esac; \
433 done; \
434 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu demo/Makefile'; \
435 $(am__cd) $(top_srcdir) && \
436 $(AUTOMAKE) --gnu demo/Makefile
437.PRECIOUS: Makefile
438Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
439 @case '$?' in \
440 *config.status*) \
441 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
442 *) \
443 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
444 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
445 esac;
446
447$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
448 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
449
450$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
451 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
452$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
453 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
454$(am__aclocal_m4_deps):
455
456clean-noinstPROGRAMS:
457 @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
458 echo " rm -f" $$list; \
459 rm -f $$list || exit $$?; \
460 test -n "$(EXEEXT)" || exit 0; \
461 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
462 echo " rm -f" $$list; \
463 rm -f $$list
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500464
465audiorx$(EXEEXT): $(audiorx_OBJECTS) $(audiorx_DEPENDENCIES) $(EXTRA_audiorx_DEPENDENCIES)
Emeric Vigier2f625822012-08-06 11:09:52 -0400466 @rm -f audiorx$(EXEEXT)
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500467 $(AM_V_CXXLD)$(audiorx_LINK) $(audiorx_OBJECTS) $(audiorx_LDADD) $(LIBS)
468
469audiotx$(EXEEXT): $(audiotx_OBJECTS) $(audiotx_DEPENDENCIES) $(EXTRA_audiotx_DEPENDENCIES)
Emeric Vigier2f625822012-08-06 11:09:52 -0400470 @rm -f audiotx$(EXEEXT)
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500471 $(AM_V_CXXLD)$(audiotx_LINK) $(audiotx_OBJECTS) $(audiotx_LDADD) $(LIBS)
472
473ccrtptest$(EXEEXT): $(ccrtptest_OBJECTS) $(ccrtptest_DEPENDENCIES) $(EXTRA_ccrtptest_DEPENDENCIES)
Emeric Vigier2f625822012-08-06 11:09:52 -0400474 @rm -f ccrtptest$(EXEEXT)
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500475 $(AM_V_CXXLD)$(ccrtptest_LINK) $(ccrtptest_OBJECTS) $(ccrtptest_LDADD) $(LIBS)
476
477ccsrtptest$(EXEEXT): $(ccsrtptest_OBJECTS) $(ccsrtptest_DEPENDENCIES) $(EXTRA_ccsrtptest_DEPENDENCIES)
Emeric Vigier2f625822012-08-06 11:09:52 -0400478 @rm -f ccsrtptest$(EXEEXT)
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500479 $(AM_V_CXXLD)$(ccsrtptest_LINK) $(ccsrtptest_OBJECTS) $(ccsrtptest_LDADD) $(LIBS)
480
481rtpduphello$(EXEEXT): $(rtpduphello_OBJECTS) $(rtpduphello_DEPENDENCIES) $(EXTRA_rtpduphello_DEPENDENCIES)
Emeric Vigier2f625822012-08-06 11:09:52 -0400482 @rm -f rtpduphello$(EXEEXT)
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500483 $(AM_V_CXXLD)$(rtpduphello_LINK) $(rtpduphello_OBJECTS) $(rtpduphello_LDADD) $(LIBS)
484
485rtphello$(EXEEXT): $(rtphello_OBJECTS) $(rtphello_DEPENDENCIES) $(EXTRA_rtphello_DEPENDENCIES)
Emeric Vigier2f625822012-08-06 11:09:52 -0400486 @rm -f rtphello$(EXEEXT)
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500487 $(AM_V_CXXLD)$(rtphello_LINK) $(rtphello_OBJECTS) $(rtphello_LDADD) $(LIBS)
488
489rtplisten$(EXEEXT): $(rtplisten_OBJECTS) $(rtplisten_DEPENDENCIES) $(EXTRA_rtplisten_DEPENDENCIES)
Emeric Vigier2f625822012-08-06 11:09:52 -0400490 @rm -f rtplisten$(EXEEXT)
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500491 $(AM_V_CXXLD)$(rtplisten_LINK) $(rtplisten_OBJECTS) $(rtplisten_LDADD) $(LIBS)
492
493rtpsend$(EXEEXT): $(rtpsend_OBJECTS) $(rtpsend_DEPENDENCIES) $(EXTRA_rtpsend_DEPENDENCIES)
Emeric Vigier2f625822012-08-06 11:09:52 -0400494 @rm -f rtpsend$(EXEEXT)
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500495 $(AM_V_CXXLD)$(rtpsend_LINK) $(rtpsend_OBJECTS) $(rtpsend_LDADD) $(LIBS)
Emeric Vigier2f625822012-08-06 11:09:52 -0400496
497mostlyclean-compile:
498 -rm -f *.$(OBJEXT)
499
500distclean-compile:
501 -rm -f *.tab.c
502
503.cpp.o:
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500504 $(AM_V_CXX)$(CXXCOMPILE) -c -o $@ $<
Emeric Vigier2f625822012-08-06 11:09:52 -0400505
506.cpp.obj:
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500507 $(AM_V_CXX)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
Emeric Vigier2f625822012-08-06 11:09:52 -0400508
509.cpp.lo:
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500510 $(AM_V_CXX)$(LTCXXCOMPILE) -c -o $@ $<
Emeric Vigier2f625822012-08-06 11:09:52 -0400511
512mostlyclean-libtool:
513 -rm -f *.lo
514
515clean-libtool:
516 -rm -rf .libs _libs
517
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500518ID: $(am__tagged_files)
519 $(am__define_uniq_tagged_files); mkid -fID $$unique
520tags: tags-am
521TAGS: tags
Emeric Vigier2f625822012-08-06 11:09:52 -0400522
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500523tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
Emeric Vigier2f625822012-08-06 11:09:52 -0400524 set x; \
525 here=`pwd`; \
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500526 $(am__define_uniq_tagged_files); \
Emeric Vigier2f625822012-08-06 11:09:52 -0400527 shift; \
528 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
529 test -n "$$unique" || unique=$$empty_fix; \
530 if test $$# -gt 0; then \
531 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
532 "$$@" $$unique; \
533 else \
534 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
535 $$unique; \
536 fi; \
537 fi
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500538ctags: ctags-am
539
540CTAGS: ctags
541ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
542 $(am__define_uniq_tagged_files); \
Emeric Vigier2f625822012-08-06 11:09:52 -0400543 test -z "$(CTAGS_ARGS)$$unique" \
544 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
545 $$unique
546
547GTAGS:
548 here=`$(am__cd) $(top_builddir) && pwd` \
549 && $(am__cd) $(top_srcdir) \
550 && gtags -i $(GTAGS_ARGS) "$$here"
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500551cscopelist: cscopelist-am
552
553cscopelist-am: $(am__tagged_files)
554 list='$(am__tagged_files)'; \
555 case "$(srcdir)" in \
556 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
557 *) sdir=$(subdir)/$(srcdir) ;; \
558 esac; \
559 for i in $$list; do \
560 if test -f "$$i"; then \
561 echo "$(subdir)/$$i"; \
562 else \
563 echo "$$sdir/$$i"; \
564 fi; \
565 done >> $(top_builddir)/cscope.files
Emeric Vigier2f625822012-08-06 11:09:52 -0400566
567distclean-tags:
568 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
569
570distdir: $(DISTFILES)
571 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
572 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
573 list='$(DISTFILES)'; \
574 dist_files=`for file in $$list; do echo $$file; done | \
575 sed -e "s|^$$srcdirstrip/||;t" \
576 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
577 case $$dist_files in \
578 */*) $(MKDIR_P) `echo "$$dist_files" | \
579 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
580 sort -u` ;; \
581 esac; \
582 for file in $$dist_files; do \
583 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
584 if test -d $$d/$$file; then \
585 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
586 if test -d "$(distdir)/$$file"; then \
587 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
588 fi; \
589 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
590 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
591 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
592 fi; \
593 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
594 else \
595 test -f "$(distdir)/$$file" \
596 || cp -p $$d/$$file "$(distdir)/$$file" \
597 || exit 1; \
598 fi; \
599 done
600check-am: all-am
601check: check-am
602all-am: Makefile $(PROGRAMS)
603installdirs:
604install: install-am
605install-exec: install-exec-am
606install-data: install-data-am
607uninstall: uninstall-am
608
609install-am: all-am
610 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
611
612installcheck: installcheck-am
613install-strip:
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500614 if test -z '$(STRIP)'; then \
615 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
616 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
617 install; \
618 else \
619 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
620 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
621 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
622 fi
Emeric Vigier2f625822012-08-06 11:09:52 -0400623mostlyclean-generic:
624
625clean-generic:
626
627distclean-generic:
628 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
629 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
630
631maintainer-clean-generic:
632 @echo "This command is intended for maintainers to use"
633 @echo "it deletes files that may require special tools to rebuild."
634clean: clean-am
635
636clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
637 mostlyclean-am
638
639distclean: distclean-am
640 -rm -f Makefile
641distclean-am: clean-am distclean-compile distclean-generic \
642 distclean-tags
643
644dvi: dvi-am
645
646dvi-am:
647
648html: html-am
649
650html-am:
651
652info: info-am
653
654info-am:
655
656install-data-am:
657
658install-dvi: install-dvi-am
659
660install-dvi-am:
661
662install-exec-am:
663
664install-html: install-html-am
665
666install-html-am:
667
668install-info: install-info-am
669
670install-info-am:
671
672install-man:
673
674install-pdf: install-pdf-am
675
676install-pdf-am:
677
678install-ps: install-ps-am
679
680install-ps-am:
681
682installcheck-am:
683
684maintainer-clean: maintainer-clean-am
685 -rm -f Makefile
686maintainer-clean-am: distclean-am maintainer-clean-generic
687
688mostlyclean: mostlyclean-am
689
690mostlyclean-am: mostlyclean-compile mostlyclean-generic \
691 mostlyclean-libtool
692
693pdf: pdf-am
694
695pdf-am:
696
697ps: ps-am
698
699ps-am:
700
701uninstall-am:
702
703.MAKE: install-am install-strip
704
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500705.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
706 clean-libtool clean-noinstPROGRAMS cscopelist-am ctags \
707 ctags-am distclean distclean-compile distclean-generic \
708 distclean-libtool distclean-tags distdir dvi dvi-am html \
709 html-am info info-am install install-am install-data \
710 install-data-am install-dvi install-dvi-am install-exec \
711 install-exec-am install-html install-html-am install-info \
712 install-info-am install-man install-pdf install-pdf-am \
713 install-ps install-ps-am install-strip installcheck \
714 installcheck-am installdirs maintainer-clean \
715 maintainer-clean-generic mostlyclean mostlyclean-compile \
716 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
717 tags tags-am uninstall uninstall-am
Emeric Vigier2f625822012-08-06 11:09:52 -0400718
719
720# Tell versions [3.59,3.63) of GNU make to not export all variables.
721# Otherwise a system limit (for SysV at least) may be exceeded.
722.NOEXPORT: