Skip to content
项目
群组
代码片段
帮助
正在加载...
登录
切换导航
F
freeswitch
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分枝图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
分枝图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
张华
freeswitch
Commits
49346a57
提交
49346a57
authored
7月 06, 2012
作者:
Travis Cross
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Reduce indirection in makefiles
上级
63cd37a2
隐藏空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
80 行增加
和
86 行删除
+80
-86
Makefile.am
libs/libzrtp/Makefile.am
+32
-36
Makefile.am
libs/libzrtp/build/Makefile.am
+38
-39
Makefile.am
libs/libzrtp/build/test/Makefile.am
+10
-11
没有找到文件。
libs/libzrtp/Makefile.am
浏览文件 @
49346a57
...
...
@@ -5,48 +5,43 @@
# Viktor Krikun <v.krikun@soft-industry.com> <v.krikun@gmail.com>
#
TEST_DIR
=
$(top_srcdir)
/test
TOP_SRCDIR
=
$(top_srcdir)
/include
THIRD_DIR
=
$(top_srcdir)
/third_party
libzrtp_includedir
=
$(includedir)
/libzrtp
libzrtp_include_HEADERS
=
\
$(
TOP_SRCDIR)
/zrtp.h
\
$(
TOP_SRCDIR)
/zrtp_base.h
\
$(
TOP_SRCDIR)
/zrtp_config.h
\
$(
TOP_SRCDIR)
/zrtp_config_user.h
\
$(
TOP_SRCDIR)
/zrtp_config_unix.h
\
$(
TOP_SRCDIR)
/zrtp_crypto.h
\
$(
TOP_SRCDIR)
/zrtp_engine.h
\
$(
TOP_SRCDIR)
/zrtp_error.h
\
$(
TOP_SRCDIR)
/zrtp_iface.h
\
$(
TOP_SRCDIR)
/zrtp_iface_scheduler.h
\
$(
TOP_SRCDIR)
/zrtp_iface_cache.h
\
$(
TOP_SRCDIR)
/zrtp_iface_system.h
\
$(
TOP_SRCDIR)
/zrtp_legal.h
\
$(
TOP_SRCDIR)
/zrtp_list.h
\
$(
TOP_SRCDIR)
/zrtp_log.h
\
$(
TOP_SRCDIR)
/zrtp_pbx.h
\
$(
TOP_SRCDIR)
/zrtp_protocol.h
\
$(
TOP_SRCDIR)
/zrtp_srtp.h
\
$(
TOP_SRCDIR)
/zrtp_srtp_builtin.h
\
$(
TOP_SRCDIR)
/zrtp_string.h
\
$(
TOP_SRCDIR)
/zrtp_types.h
\
$(
TOP_SRCDIR)
/zrtp_version.h
\
$(
top_srcdir)
/include
/zrtp.h
\
$(
top_srcdir)
/include
/zrtp_base.h
\
$(
top_srcdir)
/include
/zrtp_config.h
\
$(
top_srcdir)
/include
/zrtp_config_user.h
\
$(
top_srcdir)
/include
/zrtp_config_unix.h
\
$(
top_srcdir)
/include
/zrtp_crypto.h
\
$(
top_srcdir)
/include
/zrtp_engine.h
\
$(
top_srcdir)
/include
/zrtp_error.h
\
$(
top_srcdir)
/include
/zrtp_iface.h
\
$(
top_srcdir)
/include
/zrtp_iface_scheduler.h
\
$(
top_srcdir)
/include
/zrtp_iface_cache.h
\
$(
top_srcdir)
/include
/zrtp_iface_system.h
\
$(
top_srcdir)
/include
/zrtp_legal.h
\
$(
top_srcdir)
/include
/zrtp_list.h
\
$(
top_srcdir)
/include
/zrtp_log.h
\
$(
top_srcdir)
/include
/zrtp_pbx.h
\
$(
top_srcdir)
/include
/zrtp_protocol.h
\
$(
top_srcdir)
/include
/zrtp_srtp.h
\
$(
top_srcdir)
/include
/zrtp_srtp_builtin.h
\
$(
top_srcdir)
/include
/zrtp_string.h
\
$(
top_srcdir)
/include
/zrtp_types.h
\
$(
top_srcdir)
/include
/zrtp_version.h
\
\
$(
THIRD_DIR)
/bnlib/bn.h
\
$(
top_srcdir)
/third_party
/bnlib/bn.h
\
\
$(
THIRD_DIR)
/bgaes/aes.h
\
$(
THIRD_DIR)
/bgaes/aesopt.h
\
$(
THIRD_DIR)
/bgaes/aestab.h
\
$(
THIRD_DIR)
/bgaes/bg2zrtp.h
\
$(
THIRD_DIR)
/bgaes/brg_types.h
\
$(
THIRD_DIR)
/bgaes/sha1.h
\
$(
THIRD_DIR)
/bgaes/sha2.h
$(
top_srcdir)
/third_party
/bgaes/aes.h
\
$(
top_srcdir)
/third_party
/bgaes/aesopt.h
\
$(
top_srcdir)
/third_party
/bgaes/aestab.h
\
$(
top_srcdir)
/third_party
/bgaes/bg2zrtp.h
\
$(
top_srcdir)
/third_party
/bgaes/brg_types.h
\
$(
top_srcdir)
/third_party
/bgaes/sha1.h
\
$(
top_srcdir)
/third_party
/bgaes/sha2.h
if
ZRTP_BUILD_ENTERPRISE
libzrtp_include_HEADERS
+=
$(
TOP_SRCDIR)
/zrtp_ec.h
libzrtp_include_HEADERS
+=
$(
top_srcdir)
/include
/zrtp_ec.h
endif
SUBDIRS
=
third_party/bnlib
...
...
@@ -62,3 +57,4 @@ endif
uninstall
:
rm
-rf
$(prefix)
/include/libzrtp
rm
-f
$(prefix)
/lib/libzrtp.a
libs/libzrtp/build/Makefile.am
浏览文件 @
49346a57
...
...
@@ -5,52 +5,51 @@
# Viktor Krikun <v.krikun@soft-industry.com> <v.krikun@gmail.com>
#
TOP_SRCDIR
=
$(top_srcdir)
INCLUDES
=
-I
$(TOP_SRCDIR)
/include
\
-I
$(TOP_SRCDIR)
/.
\
-I
$(TOP_SRCDIR)
/third_party/bgaes
\
-I
$(TOP_SRCDIR)
/third_party/bnlib
INCLUDES
=
-I
$(top_srcdir)
/include
\
-I
$(top_srcdir)
/.
\
-I
$(top_srcdir)
/third_party/bgaes
\
-I
$(top_srcdir)
/third_party/bnlib
lib_LIBRARIES
=
libzrtp.a
libzrtp_a_LIBADD
=
$(
TOP_SRCDIR
)
/third_party/bnlib/libbn.a
libzrtp_a_LIBADD
=
$(
top_srcdir
)
/third_party/bnlib/libbn.a
libzrtp_a_SOURCES
=
$(
TOP_SRCDIR
)
/src/zrtp.c
\
$(
TOP_SRCDIR
)
/src/zrtp_crc.c
\
$(
TOP_SRCDIR
)
/src/zrtp_crypto_aes.c
\
$(
TOP_SRCDIR
)
/src/zrtp_crypto_atl.c
\
$(
TOP_SRCDIR
)
/src/zrtp_crypto_hash.c
\
$(
TOP_SRCDIR
)
/src/zrtp_crypto_pk.c
\
$(
TOP_SRCDIR
)
/src/zrtp_crypto_sas.c
\
$(
TOP_SRCDIR
)
/src/zrtp_datatypes.c
\
$(
TOP_SRCDIR
)
/src/zrtp_engine.c
\
$(
TOP_SRCDIR
)
/src/zrtp_iface_scheduler.c
\
$(
TOP_SRCDIR
)
/src/zrtp_iface_sys.c
\
$(
TOP_SRCDIR
)
/src/zrtp_initiator.c
\
$(
TOP_SRCDIR
)
/src/zrtp_legal.c
\
$(
TOP_SRCDIR
)
/src/zrtp_list.c
\
$(
TOP_SRCDIR
)
/src/zrtp_log.c
\
$(
TOP_SRCDIR
)
/src/zrtp_pbx.c
\
$(
TOP_SRCDIR
)
/src/zrtp_protocol.c
\
$(
TOP_SRCDIR
)
/src/zrtp_responder.c
\
$(
TOP_SRCDIR
)
/src/zrtp_rng.c
\
$(
TOP_SRCDIR
)
/src/zrtp_srtp_builtin.c
\
$(
TOP_SRCDIR
)
/src/zrtp_string.c
\
$(
TOP_SRCDIR
)
/src/zrtp_utils.c
\
$(
TOP_SRCDIR
)
/src/zrtp_utils_proto.c
\
libzrtp_a_SOURCES
=
$(
top_srcdir
)
/src/zrtp.c
\
$(
top_srcdir
)
/src/zrtp_crc.c
\
$(
top_srcdir
)
/src/zrtp_crypto_aes.c
\
$(
top_srcdir
)
/src/zrtp_crypto_atl.c
\
$(
top_srcdir
)
/src/zrtp_crypto_hash.c
\
$(
top_srcdir
)
/src/zrtp_crypto_pk.c
\
$(
top_srcdir
)
/src/zrtp_crypto_sas.c
\
$(
top_srcdir
)
/src/zrtp_datatypes.c
\
$(
top_srcdir
)
/src/zrtp_engine.c
\
$(
top_srcdir
)
/src/zrtp_iface_scheduler.c
\
$(
top_srcdir
)
/src/zrtp_iface_sys.c
\
$(
top_srcdir
)
/src/zrtp_initiator.c
\
$(
top_srcdir
)
/src/zrtp_legal.c
\
$(
top_srcdir
)
/src/zrtp_list.c
\
$(
top_srcdir
)
/src/zrtp_log.c
\
$(
top_srcdir
)
/src/zrtp_pbx.c
\
$(
top_srcdir
)
/src/zrtp_protocol.c
\
$(
top_srcdir
)
/src/zrtp_responder.c
\
$(
top_srcdir
)
/src/zrtp_rng.c
\
$(
top_srcdir
)
/src/zrtp_srtp_builtin.c
\
$(
top_srcdir
)
/src/zrtp_string.c
\
$(
top_srcdir
)
/src/zrtp_utils.c
\
$(
top_srcdir
)
/src/zrtp_utils_proto.c
\
\
$(
TOP_SRCDIR
)
/third_party/bgaes/aes_modes.c
\
$(
TOP_SRCDIR
)
/third_party/bgaes/aescrypt.c
\
$(
TOP_SRCDIR
)
/third_party/bgaes/aeskey.c
\
$(
TOP_SRCDIR
)
/third_party/bgaes/aestab.c
\
$(
TOP_SRCDIR
)
/third_party/bgaes/sha1.c
\
$(
TOP_SRCDIR
)
/third_party/bgaes/sha2.c
\
$(
top_srcdir
)
/third_party/bgaes/aes_modes.c
\
$(
top_srcdir
)
/third_party/bgaes/aescrypt.c
\
$(
top_srcdir
)
/third_party/bgaes/aeskey.c
\
$(
top_srcdir
)
/third_party/bgaes/aestab.c
\
$(
top_srcdir
)
/third_party/bgaes/sha1.c
\
$(
top_srcdir
)
/third_party/bgaes/sha2.c
\
\
$(
TOP_SRCDIR)
/src/zrtp_iface_cache.c
\
$(
TOP_SRCDIR
)
/src/zrtp_engine_driven.c
$(
top_srcdir)
/src/zrtp_iface_cache.c
$(
top_srcdir
)/src/zrtp_engine_driven.c
if
ZRTP_BUILD_ENTERPRISE
libzrtp_a_SOURCES
+=
$(
TOP_SRCDIR
)
/src/zrtp_crypto_ec.c
\
$(
TOP_SRCDIR
)
/src/zrtp_crypto_ecdh.c
libzrtp_a_SOURCES
+=
$(
top_srcdir
)
/src/zrtp_crypto_ec.c
\
$(
top_srcdir
)
/src/zrtp_crypto_ecdh.c
endif
SUBDIRS
=
test
libs/libzrtp/build/test/Makefile.am
浏览文件 @
49346a57
...
...
@@ -7,23 +7,22 @@
TOP_SRCDIR
=
$(top_srcdir)
INCLUDES
=
-I
$(TOP_SRCDIR)
/include
\
-I
$(TOP_SRCDIR)
/include/enterprise
\
-I
$(TOP_SRCDIR)
/.
\
-I
$(TOP_SRCDIR)
/test
\
-I
$(TOP_SRCDIR)
/test/cmockery
\
-I
$(TOP_SRCDIR)
/third_party/bgaes
\
-I
$(TOP_SRCDIR)
/third_party/bnlib
INCLUDES
=
-I
$(top_srcdir)
/include
\
-I
$(top_srcdir)
/include/enterprise
\
-I
$(top_srcdir)
/.
\
-I
$(top_srcdir)
/test
\
-I
$(top_srcdir)
/test/cmockery
\
-I
$(top_srcdir)
/third_party/bgaes
\
-I
$(top_srcdir)
/third_party/bnlib
check_PROGRAMS
=
cache_test
### ZRTP Cache testing
cache_test_SOURCES
=
$(
TOP_SRCDIR
)
/test/cmockery/cmockery.c
\
$(
TOP_SRCDIR
)
/test/cache_test.c
cache_test_LDADD
=
../libzrtp.a
$(
TOP_SRCDIR
)
/third_party/bnlib/libbn.a
-lpthread
cache_test_SOURCES
=
$(
top_srcdir
)
/test/cmockery/cmockery.c
\
$(
top_srcdir
)
/test/cache_test.c
cache_test_LDADD
=
../libzrtp.a
$(
top_srcdir
)
/third_party/bnlib/libbn.a
-lpthread
SUBDIRS
=
.
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论