📄 makefile.am
字号:
# Secure RTP with libgcrypt# Copyright (C) 2007 Rémi Denis-Courmont <rdenis # simphalempin , com>## This library is free software; you can redistribute it and/or# modify it under the terms of the GNU Lesser General Public# License as published by the Free Software Foundation; either# version 2.1 of the License, or (at your option) any later version.## This library is distributed in the hope that it will be useful,# but WITHOUT ANY WARRANTY; without even the implied warranty of# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU# Lesser General Public License for more details.## You should have received a copy of the GNU Lesser General Public# License along with this library; if not, write to the Free Software# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USAAM_CPPFLAGS = @LIBGCRYPT_CFLAGS@noinst_HEADERS = srtp.hEXTRA_PROGRAMS = srtpnoinst_LTLIBRARIES = libvlc_srtp.lacheck_PROGRAMS = test-aes test-recvTESTS = $(check_PROGRAMS)libvlc_srtp_la_SOURCES = srtp.clibvlc_srtp_la_LIBADD = @LIBGCRYPT_LIBS@srtp_SOURCES = recv.csrtp_LDADD = libvlc_srtp.latest_recv_LDADD = libvlc_srtp.latest_aes_LDADD = @LIBGCRYPT_LIBS@if !HAVE_WIN32libvlc_srtp_la_LIBADD += -lpthreadtest_aes_LDADD += -lpthreadendiflcov-run: rm -Rf *.gcda lcov $(MAKE) $(AM_MAKEFLAGS) checklcov-pre.out: lcov -c -d . -o lcov.tmplcov.out: lcov-pre.out lcov -r lcov.tmp '*test*' > lcov.outlcov: lcov.out genhtml lcov.out -o lcov.PHONY: lcov-run
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -