Lines Matching full:srtp
11 # libsrtp.a static library implementing srtp
52 # management system which can provide keys for srtp
100 # libsrtp.a (implements srtp processing)
102 srtpobj = srtp/srtp.o srtp/ekt.o
192 @if [ -r $(DESTDIR)$(includedir)/srtp/srtp.h ]; then \
195 $(INSTALL) -d $(DESTDIR)$(includedir)/srtp
197 cp $(srcdir)/include/*.h $(DESTDIR)$(includedir)/srtp
198 cp $(srcdir)/crypto/include/*.h $(DESTDIR)$(includedir)/srtp
199 if [ "$(srcdir)" != "." ]; then cp crypto/include/*.h $(DESTDIR)$(includedir)/srtp; fi
203 rm -f $(DESTDIR)$(includedir)/srtp/*.h
205 -rmdir $(DESTDIR)$(includedir)/srtp
225 distname = srtp-$(shell cat VERSION)
232 cd ..; tar cvzf $(distname).tgz srtp