blob: f0d1b004690a3e612d3bc093916326bba98d2d88 [file] [log] [blame]
Emeric Vigier2f625822012-08-06 11:09:52 -04001# Makefile.in generated by automake 1.11.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
6# Inc.
7# This Makefile.in is free software; the Free Software Foundation
8# gives unlimited permission to copy and/or distribute it,
9# with or without modifications, as long as this notice is preserved.
10
11# This program is distributed in the hope that it will be useful,
12# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14# PARTICULAR PURPOSE.
15
16@SET_MAKE@
17
18# Copyright (C) 1999-2005 Open Source Telecom Corporation.
19# Copyright (C) 2006-2010 David Sugar, Tycho Softworks.
20#
21# This file is free software; as a special exception the author gives
22# unlimited permission to copy and/or distribute it, with or without
23# modifications, as long as this notice is preserved.
24#
25# This program is distributed in the hope that it will be useful, but
26# WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
27# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
28
29
30VPATH = @srcdir@
31pkgdatadir = $(datadir)/@PACKAGE@
32pkgincludedir = $(includedir)/@PACKAGE@
33pkglibdir = $(libdir)/@PACKAGE@
34pkglibexecdir = $(libexecdir)/@PACKAGE@
35am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
36install_sh_DATA = $(install_sh) -c -m 644
37install_sh_PROGRAM = $(install_sh) -c
38install_sh_SCRIPT = $(install_sh) -c
39INSTALL_HEADER = $(INSTALL_DATA)
40transform = $(program_transform_name)
41NORMAL_INSTALL = :
42PRE_INSTALL = :
43POST_INSTALL = :
44NORMAL_UNINSTALL = :
45PRE_UNINSTALL = :
46POST_UNINSTALL = :
47build_triplet = @build@
48host_triplet = @host@
49target_triplet = @target@
50subdir = src
51DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
52 $(srcdir)/Makefile.in $(srcdir)/config.h.in
53ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
54am__aclocal_m4_deps = $(top_srcdir)/m4/libgcrypt_local.m4 \
55 $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
56 $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
57 $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/ost_debug.m4 \
58 $(top_srcdir)/m4/ost_maint.m4 $(top_srcdir)/m4/ost_prog.m4 \
59 $(top_srcdir)/configure.ac
60am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
61 $(ACLOCAL_M4)
62mkinstalldirs = $(install_sh) -d
63CONFIG_HEADER = config.h
64CONFIG_CLEAN_FILES =
65CONFIG_CLEAN_VPATH_FILES =
66am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
67am__vpath_adj = case $$p in \
68 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
69 *) f=$$p;; \
70 esac;
71am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
72am__install_max = 40
73am__nobase_strip_setup = \
74 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
75am__nobase_strip = \
76 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
77am__nobase_list = $(am__nobase_strip_setup); \
78 for p in $$list; do echo "$$p $$p"; done | \
79 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
80 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
81 if (++n[$$2] == $(am__install_max)) \
82 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
83 END { for (dir in files) print dir, files[dir] }'
84am__base_list = \
85 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
86 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
87am__installdirs = "$(DESTDIR)$(libdir)"
88LTLIBRARIES = $(lib_LTLIBRARIES)
89libccrtp1_la_LIBADD =
90am__libccrtp1_la_SOURCES_DIST = rtppkt.cpp rtcppkt.cpp source.cpp \
91 data.cpp incqueue.cpp outqueue.cpp queue.cpp control.cpp \
92 members.cpp socket.cpp duplex.cpp pool.cpp CryptoContext.cxx \
93 ccrtp/crypto/gcrypt/gcrypthmac.cxx \
94 ccrtp/crypto/gcrypt/gcryptAesSrtp.cxx \
95 ccrtp/crypto/gcrypt/InitializeGcrypt.cxx \
96 ccrtp/crypto/openssl/hmac.cpp ccrtp/crypto/openssl/AesSrtp.cxx \
97 ccrtp/crypto/openssl/InitializeOpenSSL.cxx \
98 ccrtp/crypto/macSkein.cpp ccrtp/crypto/skein.c \
99 ccrtp/crypto/skein_block.c ccrtp/crypto/skeinApi.c
100@SRTP_GCRYPT_TRUE@am__objects_1 = gcrypthmac.lo gcryptAesSrtp.lo \
101@SRTP_GCRYPT_TRUE@ InitializeGcrypt.lo
102@SRTP_OPENSSL_TRUE@am__objects_2 = hmac.lo AesSrtp.lo \
103@SRTP_OPENSSL_TRUE@ InitializeOpenSSL.lo
104am__objects_3 = macSkein.lo skein.lo skein_block.lo skeinApi.lo
105am_libccrtp1_la_OBJECTS = rtppkt.lo rtcppkt.lo source.lo data.lo \
106 incqueue.lo outqueue.lo queue.lo control.lo members.lo \
107 socket.lo duplex.lo pool.lo CryptoContext.lo $(am__objects_1) \
108 $(am__objects_2) $(am__objects_3)
109libccrtp1_la_OBJECTS = $(am_libccrtp1_la_OBJECTS)
110libccrtp1_la_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
111 $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
112 $(CXXFLAGS) $(libccrtp1_la_LDFLAGS) $(LDFLAGS) -o $@
113DEFAULT_INCLUDES = -I.@am__isrc@
114depcomp =
115am__depfiles_maybe =
116COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
117 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
118LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
119 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
120 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
121CCLD = $(CC)
122LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
123 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
124 $(LDFLAGS) -o $@
125CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
126 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
127LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
128 --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
129 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
130CXXLD = $(CXX)
131CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
132 --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
133 $(LDFLAGS) -o $@
134SOURCES = $(libccrtp1_la_SOURCES)
135DIST_SOURCES = $(am__libccrtp1_la_SOURCES_DIST)
136RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
137 html-recursive info-recursive install-data-recursive \
138 install-dvi-recursive install-exec-recursive \
139 install-html-recursive install-info-recursive \
140 install-pdf-recursive install-ps-recursive install-recursive \
141 installcheck-recursive installdirs-recursive pdf-recursive \
142 ps-recursive uninstall-recursive
143HEADERS = $(noinst_HEADERS)
144RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
145 distclean-recursive maintainer-clean-recursive
146AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
147 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
148 distdir
149ETAGS = etags
150CTAGS = ctags
151DIST_SUBDIRS = $(SUBDIRS)
152DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
153am__relativize = \
154 dir0=`pwd`; \
155 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
156 sed_rest='s,^[^/]*/*,,'; \
157 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
158 sed_butlast='s,/*[^/]*$$,,'; \
159 while test -n "$$dir1"; do \
160 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
161 if test "$$first" != "."; then \
162 if test "$$first" = ".."; then \
163 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
164 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
165 else \
166 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
167 if test "$$first2" = "$$first"; then \
168 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
169 else \
170 dir2="../$$dir2"; \
171 fi; \
172 dir0="$$dir0"/"$$first"; \
173 fi; \
174 fi; \
175 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
176 done; \
177 reldir="$$dir2"
178ACLOCAL = @ACLOCAL@
179AMTAR = @AMTAR@
180AR = @AR@
181AUTOCONF = @AUTOCONF@
182AUTOHEADER = @AUTOHEADER@
183AUTOMAKE = @AUTOMAKE@
184AWK = @AWK@
185CC = @CC@
186CCDEPMODE = @CCDEPMODE@
187CFLAGS = @CFLAGS@
188COMMON_CFLAGS = @COMMON_CFLAGS@
189COMMON_LIBS = @COMMON_LIBS@
190CPP = @CPP@
191CPPFLAGS = @CPPFLAGS@
192CXX = @CXX@
193CXXCPP = @CXXCPP@
194CXXDEPMODE = @CXXDEPMODE@
195CXXFLAGS = @CXXFLAGS@
196CYGPATH_W = @CYGPATH_W@
197DEFS = @DEFS@
198DEPDIR = @DEPDIR@
199DLLTOOL = @DLLTOOL@
200DOXYGEN = @DOXYGEN@
201DSYMUTIL = @DSYMUTIL@
202DUMPBIN = @DUMPBIN@
203ECHO_C = @ECHO_C@
204ECHO_N = @ECHO_N@
205ECHO_T = @ECHO_T@
206EGREP = @EGREP@
207EXEEXT = @EXEEXT@
208FGREP = @FGREP@
209FTPDIR = @FTPDIR@
210GNULIBS = @GNULIBS@
211GREP = @GREP@
212INSTALL = @INSTALL@
213INSTALL_DATA = @INSTALL_DATA@
214INSTALL_PROGRAM = @INSTALL_PROGRAM@
215INSTALL_SCRIPT = @INSTALL_SCRIPT@
216INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
217KDOC_DIR = @KDOC_DIR@
218LD = @LD@
219LDFLAGS = @LDFLAGS@
220LIBGCRYPT_CFLAGS = @LIBGCRYPT_CFLAGS@
221LIBGCRYPT_CONFIG = @LIBGCRYPT_CONFIG@
222LIBGCRYPT_LIBS = @LIBGCRYPT_LIBS@
223LIBOBJS = @LIBOBJS@
224LIBS = @GNULIBS@
225LIBTOOL = @LIBTOOL@
226LIB_MAJOR = @LIB_MAJOR@
227LIB_VERSION = @LIB_VERSION@
228LIPO = @LIPO@
229LN_S = @LN_S@
230LTLIBOBJS = @LTLIBOBJS@
231LT_CCXX_VERSION = @LT_CCXX_VERSION@
232LT_MAJOR = @LT_MAJOR@
233LT_MINOR = @LT_MINOR@
234LT_RELEASE = @LT_RELEASE@
235LT_SUBVER = @LT_SUBVER@
236MAINT = @MAINT@
237MAKEINFO = @MAKEINFO@
238MANIFEST_TOOL = @MANIFEST_TOOL@
239MKDIR_P = @MKDIR_P@
240NM = @NM@
241NMEDIT = @NMEDIT@
242OBJDUMP = @OBJDUMP@
243OBJEXT = @OBJEXT@
244OTOOL = @OTOOL@
245OTOOL64 = @OTOOL64@
246PACKAGE = @PACKAGE@
247PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
248PACKAGE_NAME = @PACKAGE_NAME@
249PACKAGE_STRING = @PACKAGE_STRING@
250PACKAGE_TARNAME = @PACKAGE_TARNAME@
251PACKAGE_URL = @PACKAGE_URL@
252PACKAGE_VERSION = @PACKAGE_VERSION@
253PATH_SEPARATOR = @PATH_SEPARATOR@
254PKG_CONFIG = @PKG_CONFIG@
255PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
256PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
257RANLIB = @RANLIB@
258SED = @SED@
259SET_MAKE = @SET_MAKE@
260SHELL = @SHELL@
261STRIP = @STRIP@
262VERSION = @VERSION@
263WARN_FLAGS = @WARN_FLAGS@
264abs_builddir = @abs_builddir@
265abs_srcdir = @abs_srcdir@
266abs_top_builddir = @abs_top_builddir@
267abs_top_srcdir = @abs_top_srcdir@
268ac_ct_AR = @ac_ct_AR@
269ac_ct_CC = @ac_ct_CC@
270ac_ct_CXX = @ac_ct_CXX@
271ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
272am__include = @am__include@
273am__leading_dot = @am__leading_dot@
274am__quote = @am__quote@
275am__tar = @am__tar@
276am__untar = @am__untar@
277bindir = @bindir@
278build = @build@
279build_alias = @build_alias@
280build_cpu = @build_cpu@
281build_os = @build_os@
282build_vendor = @build_vendor@
283builddir = @builddir@
284datadir = @datadir@
285datarootdir = @datarootdir@
286docdir = @docdir@
287dvidir = @dvidir@
288exec_prefix = @exec_prefix@
289host = @host@
290host_alias = @host_alias@
291host_cpu = @host_cpu@
292host_os = @host_os@
293host_vendor = @host_vendor@
294htmldir = @htmldir@
295includedir = @includedir@
296infodir = @infodir@
297install_sh = @install_sh@
298libdir = @libdir@
299libexecdir = @libexecdir@
300localedir = @localedir@
301localstatedir = @localstatedir@
302mandir = @mandir@
303mkdir_p = @mkdir_p@
304oldincludedir = @oldincludedir@
305pdfdir = @pdfdir@
306prefix = @prefix@
307program_transform_name = @program_transform_name@
308psdir = @psdir@
309sbindir = @sbindir@
310sharedstatedir = @sharedstatedir@
311srcdir = @srcdir@
312sysconfdir = @sysconfdir@
313target = @target@
314target_alias = @target_alias@
315target_cpu = @target_cpu@
316target_os = @target_os@
317target_vendor = @target_vendor@
318top_build_prefix = @top_build_prefix@
319top_builddir = @top_builddir@
320top_srcdir = @top_srcdir@
321AUTOMAKE_OPTIONS = no-dependencies dist-shar
322LT_VERSION = @LT_CCXX_VERSION@
323AM_CXXFLAGS = @WARN_FLAGS@
324# RELEASE = $(LT_VERSION) -release $(LT_RELEASE)
325RELEASE = $(LT_VERSION) -release $(LT_RELEASE) @GNULIBS@
326lib_LTLIBRARIES = libccrtp1.la
327@SRTP_OPENSSL_TRUE@srtp_src_o = ccrtp/crypto/openssl/hmac.cpp \
328@SRTP_OPENSSL_TRUE@ ccrtp/crypto/openssl/AesSrtp.cxx \
329@SRTP_OPENSSL_TRUE@ ccrtp/crypto/openssl/InitializeOpenSSL.cxx
330
331@SRTP_GCRYPT_TRUE@srtp_src_g = ccrtp/crypto/gcrypt/gcrypthmac.cxx \
332@SRTP_GCRYPT_TRUE@ ccrtp/crypto/gcrypt/gcryptAesSrtp.cxx \
333@SRTP_GCRYPT_TRUE@ ccrtp/crypto/gcrypt/InitializeGcrypt.cxx
334
335skein_srcs = ccrtp/crypto/macSkein.cpp \
336 ccrtp/crypto/skein.c \
337 ccrtp/crypto/skein_block.c \
338 ccrtp/crypto/skeinApi.c
339
340SUBDIRS = ccrtp ccrtp/crypto
341libccrtp1_la_SOURCES = rtppkt.cpp rtcppkt.cpp source.cpp data.cpp incqueue.cpp \
342 outqueue.cpp queue.cpp control.cpp members.cpp socket.cpp duplex.cpp pool.cpp \
343 CryptoContext.cxx $(srtp_src_g) $(srtp_src_o) $(skein_srcs)
344
345libccrtp1_la_LDFLAGS = $(RELEASE)
346noinst_HEADERS = private.h
347all: config.h
348 $(MAKE) $(AM_MAKEFLAGS) all-recursive
349
350.SUFFIXES:
351.SUFFIXES: .c .cpp .cxx .lo .o .obj
352$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
353 @for dep in $?; do \
354 case '$(am__configure_deps)' in \
355 *$$dep*) \
356 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
357 && { if test -f $@; then exit 0; else break; fi; }; \
358 exit 1;; \
359 esac; \
360 done; \
361 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \
362 $(am__cd) $(top_srcdir) && \
363 $(AUTOMAKE) --gnu src/Makefile
364.PRECIOUS: Makefile
365Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
366 @case '$?' in \
367 *config.status*) \
368 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
369 *) \
370 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
371 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
372 esac;
373
374$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
375 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
376
377$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
378 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
379$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
380 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
381$(am__aclocal_m4_deps):
382
383config.h: stamp-h1
384 @if test ! -f $@; then \
385 rm -f stamp-h1; \
386 $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
387 else :; fi
388
389stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
390 @rm -f stamp-h1
391 cd $(top_builddir) && $(SHELL) ./config.status src/config.h
392$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
393 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
394 rm -f stamp-h1
395 touch $@
396
397distclean-hdr:
398 -rm -f config.h stamp-h1
399install-libLTLIBRARIES: $(lib_LTLIBRARIES)
400 @$(NORMAL_INSTALL)
401 test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
402 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
403 list2=; for p in $$list; do \
404 if test -f $$p; then \
405 list2="$$list2 $$p"; \
406 else :; fi; \
407 done; \
408 test -z "$$list2" || { \
409 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
410 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
411 }
412
413uninstall-libLTLIBRARIES:
414 @$(NORMAL_UNINSTALL)
415 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
416 for p in $$list; do \
417 $(am__strip_dir) \
418 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
419 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
420 done
421
422clean-libLTLIBRARIES:
423 -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
424 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
425 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
426 test "$$dir" != "$$p" || dir=.; \
427 echo "rm -f \"$${dir}/so_locations\""; \
428 rm -f "$${dir}/so_locations"; \
429 done
430libccrtp1.la: $(libccrtp1_la_OBJECTS) $(libccrtp1_la_DEPENDENCIES)
431 $(libccrtp1_la_LINK) -rpath $(libdir) $(libccrtp1_la_OBJECTS) $(libccrtp1_la_LIBADD) $(LIBS)
432
433mostlyclean-compile:
434 -rm -f *.$(OBJEXT)
435
436distclean-compile:
437 -rm -f *.tab.c
438
439.c.o:
440 $(COMPILE) -c $<
441
442.c.obj:
443 $(COMPILE) -c `$(CYGPATH_W) '$<'`
444
445.c.lo:
446 $(LTCOMPILE) -c -o $@ $<
447
448skein.lo: ccrtp/crypto/skein.c
449 $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o skein.lo `test -f 'ccrtp/crypto/skein.c' || echo '$(srcdir)/'`ccrtp/crypto/skein.c
450
451skein_block.lo: ccrtp/crypto/skein_block.c
452 $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o skein_block.lo `test -f 'ccrtp/crypto/skein_block.c' || echo '$(srcdir)/'`ccrtp/crypto/skein_block.c
453
454skeinApi.lo: ccrtp/crypto/skeinApi.c
455 $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o skeinApi.lo `test -f 'ccrtp/crypto/skeinApi.c' || echo '$(srcdir)/'`ccrtp/crypto/skeinApi.c
456
457.cpp.o:
458 $(CXXCOMPILE) -c -o $@ $<
459
460.cpp.obj:
461 $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
462
463.cpp.lo:
464 $(LTCXXCOMPILE) -c -o $@ $<
465
466gcrypthmac.lo: ccrtp/crypto/gcrypt/gcrypthmac.cxx
467 $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o gcrypthmac.lo `test -f 'ccrtp/crypto/gcrypt/gcrypthmac.cxx' || echo '$(srcdir)/'`ccrtp/crypto/gcrypt/gcrypthmac.cxx
468
469gcryptAesSrtp.lo: ccrtp/crypto/gcrypt/gcryptAesSrtp.cxx
470 $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o gcryptAesSrtp.lo `test -f 'ccrtp/crypto/gcrypt/gcryptAesSrtp.cxx' || echo '$(srcdir)/'`ccrtp/crypto/gcrypt/gcryptAesSrtp.cxx
471
472InitializeGcrypt.lo: ccrtp/crypto/gcrypt/InitializeGcrypt.cxx
473 $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o InitializeGcrypt.lo `test -f 'ccrtp/crypto/gcrypt/InitializeGcrypt.cxx' || echo '$(srcdir)/'`ccrtp/crypto/gcrypt/InitializeGcrypt.cxx
474
475hmac.lo: ccrtp/crypto/openssl/hmac.cpp
476 $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o hmac.lo `test -f 'ccrtp/crypto/openssl/hmac.cpp' || echo '$(srcdir)/'`ccrtp/crypto/openssl/hmac.cpp
477
478AesSrtp.lo: ccrtp/crypto/openssl/AesSrtp.cxx
479 $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o AesSrtp.lo `test -f 'ccrtp/crypto/openssl/AesSrtp.cxx' || echo '$(srcdir)/'`ccrtp/crypto/openssl/AesSrtp.cxx
480
481InitializeOpenSSL.lo: ccrtp/crypto/openssl/InitializeOpenSSL.cxx
482 $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o InitializeOpenSSL.lo `test -f 'ccrtp/crypto/openssl/InitializeOpenSSL.cxx' || echo '$(srcdir)/'`ccrtp/crypto/openssl/InitializeOpenSSL.cxx
483
484macSkein.lo: ccrtp/crypto/macSkein.cpp
485 $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o macSkein.lo `test -f 'ccrtp/crypto/macSkein.cpp' || echo '$(srcdir)/'`ccrtp/crypto/macSkein.cpp
486
487.cxx.o:
488 $(CXXCOMPILE) -c -o $@ $<
489
490.cxx.obj:
491 $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
492
493.cxx.lo:
494 $(LTCXXCOMPILE) -c -o $@ $<
495
496mostlyclean-libtool:
497 -rm -f *.lo
498
499clean-libtool:
500 -rm -rf .libs _libs
501
502# This directory's subdirectories are mostly independent; you can cd
503# into them and run `make' without going through this Makefile.
504# To change the values of `make' variables: instead of editing Makefiles,
505# (1) if the variable is set in `config.status', edit `config.status'
506# (which will cause the Makefiles to be regenerated when you run `make');
507# (2) otherwise, pass the desired values on the `make' command line.
508$(RECURSIVE_TARGETS):
509 @fail= failcom='exit 1'; \
510 for f in x $$MAKEFLAGS; do \
511 case $$f in \
512 *=* | --[!k]*);; \
513 *k*) failcom='fail=yes';; \
514 esac; \
515 done; \
516 dot_seen=no; \
517 target=`echo $@ | sed s/-recursive//`; \
518 list='$(SUBDIRS)'; for subdir in $$list; do \
519 echo "Making $$target in $$subdir"; \
520 if test "$$subdir" = "."; then \
521 dot_seen=yes; \
522 local_target="$$target-am"; \
523 else \
524 local_target="$$target"; \
525 fi; \
526 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
527 || eval $$failcom; \
528 done; \
529 if test "$$dot_seen" = "no"; then \
530 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
531 fi; test -z "$$fail"
532
533$(RECURSIVE_CLEAN_TARGETS):
534 @fail= failcom='exit 1'; \
535 for f in x $$MAKEFLAGS; do \
536 case $$f in \
537 *=* | --[!k]*);; \
538 *k*) failcom='fail=yes';; \
539 esac; \
540 done; \
541 dot_seen=no; \
542 case "$@" in \
543 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
544 *) list='$(SUBDIRS)' ;; \
545 esac; \
546 rev=''; for subdir in $$list; do \
547 if test "$$subdir" = "."; then :; else \
548 rev="$$subdir $$rev"; \
549 fi; \
550 done; \
551 rev="$$rev ."; \
552 target=`echo $@ | sed s/-recursive//`; \
553 for subdir in $$rev; do \
554 echo "Making $$target in $$subdir"; \
555 if test "$$subdir" = "."; then \
556 local_target="$$target-am"; \
557 else \
558 local_target="$$target"; \
559 fi; \
560 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
561 || eval $$failcom; \
562 done && test -z "$$fail"
563tags-recursive:
564 list='$(SUBDIRS)'; for subdir in $$list; do \
565 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
566 done
567ctags-recursive:
568 list='$(SUBDIRS)'; for subdir in $$list; do \
569 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
570 done
571
572ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
573 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
574 unique=`for i in $$list; do \
575 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
576 done | \
577 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
578 END { if (nonempty) { for (i in files) print i; }; }'`; \
579 mkid -fID $$unique
580tags: TAGS
581
582TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
583 $(TAGS_FILES) $(LISP)
584 set x; \
585 here=`pwd`; \
586 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
587 include_option=--etags-include; \
588 empty_fix=.; \
589 else \
590 include_option=--include; \
591 empty_fix=; \
592 fi; \
593 list='$(SUBDIRS)'; for subdir in $$list; do \
594 if test "$$subdir" = .; then :; else \
595 test ! -f $$subdir/TAGS || \
596 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
597 fi; \
598 done; \
599 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
600 unique=`for i in $$list; do \
601 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
602 done | \
603 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
604 END { if (nonempty) { for (i in files) print i; }; }'`; \
605 shift; \
606 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
607 test -n "$$unique" || unique=$$empty_fix; \
608 if test $$# -gt 0; then \
609 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
610 "$$@" $$unique; \
611 else \
612 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
613 $$unique; \
614 fi; \
615 fi
616ctags: CTAGS
617CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
618 $(TAGS_FILES) $(LISP)
619 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
620 unique=`for i in $$list; do \
621 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
622 done | \
623 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
624 END { if (nonempty) { for (i in files) print i; }; }'`; \
625 test -z "$(CTAGS_ARGS)$$unique" \
626 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
627 $$unique
628
629GTAGS:
630 here=`$(am__cd) $(top_builddir) && pwd` \
631 && $(am__cd) $(top_srcdir) \
632 && gtags -i $(GTAGS_ARGS) "$$here"
633
634distclean-tags:
635 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
636
637distdir: $(DISTFILES)
638 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
639 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
640 list='$(DISTFILES)'; \
641 dist_files=`for file in $$list; do echo $$file; done | \
642 sed -e "s|^$$srcdirstrip/||;t" \
643 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
644 case $$dist_files in \
645 */*) $(MKDIR_P) `echo "$$dist_files" | \
646 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
647 sort -u` ;; \
648 esac; \
649 for file in $$dist_files; do \
650 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
651 if test -d $$d/$$file; then \
652 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
653 if test -d "$(distdir)/$$file"; then \
654 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
655 fi; \
656 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
657 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
658 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
659 fi; \
660 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
661 else \
662 test -f "$(distdir)/$$file" \
663 || cp -p $$d/$$file "$(distdir)/$$file" \
664 || exit 1; \
665 fi; \
666 done
667 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
668 if test "$$subdir" = .; then :; else \
669 test -d "$(distdir)/$$subdir" \
670 || $(MKDIR_P) "$(distdir)/$$subdir" \
671 || exit 1; \
672 fi; \
673 done
674 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
675 if test "$$subdir" = .; then :; else \
676 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
677 $(am__relativize); \
678 new_distdir=$$reldir; \
679 dir1=$$subdir; dir2="$(top_distdir)"; \
680 $(am__relativize); \
681 new_top_distdir=$$reldir; \
682 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
683 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
684 ($(am__cd) $$subdir && \
685 $(MAKE) $(AM_MAKEFLAGS) \
686 top_distdir="$$new_top_distdir" \
687 distdir="$$new_distdir" \
688 am__remove_distdir=: \
689 am__skip_length_check=: \
690 am__skip_mode_fix=: \
691 distdir) \
692 || exit 1; \
693 fi; \
694 done
695check-am: all-am
696check: check-recursive
697all-am: Makefile $(LTLIBRARIES) $(HEADERS) config.h
698installdirs: installdirs-recursive
699installdirs-am:
700 for dir in "$(DESTDIR)$(libdir)"; do \
701 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
702 done
703install: install-recursive
704install-exec: install-exec-recursive
705install-data: install-data-recursive
706uninstall: uninstall-recursive
707
708install-am: all-am
709 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
710
711installcheck: installcheck-recursive
712install-strip:
713 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
714 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
715 `test -z '$(STRIP)' || \
716 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
717mostlyclean-generic:
718
719clean-generic:
720
721distclean-generic:
722 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
723 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
724
725maintainer-clean-generic:
726 @echo "This command is intended for maintainers to use"
727 @echo "it deletes files that may require special tools to rebuild."
728clean: clean-recursive
729
730clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
731 mostlyclean-am
732
733distclean: distclean-recursive
734 -rm -f Makefile
735distclean-am: clean-am distclean-compile distclean-generic \
736 distclean-hdr distclean-tags
737
738dvi: dvi-recursive
739
740dvi-am:
741
742html: html-recursive
743
744html-am:
745
746info: info-recursive
747
748info-am:
749
750install-data-am:
751
752install-dvi: install-dvi-recursive
753
754install-dvi-am:
755
756install-exec-am: install-libLTLIBRARIES
757
758install-html: install-html-recursive
759
760install-html-am:
761
762install-info: install-info-recursive
763
764install-info-am:
765
766install-man:
767
768install-pdf: install-pdf-recursive
769
770install-pdf-am:
771
772install-ps: install-ps-recursive
773
774install-ps-am:
775
776installcheck-am:
777
778maintainer-clean: maintainer-clean-recursive
779 -rm -f Makefile
780maintainer-clean-am: distclean-am maintainer-clean-generic
781
782mostlyclean: mostlyclean-recursive
783
784mostlyclean-am: mostlyclean-compile mostlyclean-generic \
785 mostlyclean-libtool
786
787pdf: pdf-recursive
788
789pdf-am:
790
791ps: ps-recursive
792
793ps-am:
794
795uninstall-am: uninstall-libLTLIBRARIES
796
797.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
798 ctags-recursive install-am install-strip tags-recursive
799
800.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
801 all all-am check check-am clean clean-generic \
802 clean-libLTLIBRARIES clean-libtool ctags ctags-recursive \
803 distclean distclean-compile distclean-generic distclean-hdr \
804 distclean-libtool distclean-tags distdir dvi dvi-am html \
805 html-am info info-am install install-am install-data \
806 install-data-am install-dvi install-dvi-am install-exec \
807 install-exec-am install-html install-html-am install-info \
808 install-info-am install-libLTLIBRARIES install-man install-pdf \
809 install-pdf-am install-ps install-ps-am install-strip \
810 installcheck installcheck-am installdirs installdirs-am \
811 maintainer-clean maintainer-clean-generic mostlyclean \
812 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
813 pdf pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
814 uninstall-libLTLIBRARIES
815
816
817# Tell versions [3.59,3.63) of GNU make to not export all variables.
818# Otherwise a system limit (for SysV at least) may be exceeded.
819.NOEXPORT: