Skip to content
项目
群组
代码片段
帮助
正在加载...
登录
切换导航
F
freeswitch
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分枝图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
分枝图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
张华
freeswitch
Commits
6a9b0988
提交
6a9b0988
authored
2月 21, 2014
作者:
Jeff Lenk
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
lidsndfile remove tests
上级
5fb66093
隐藏空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
14 行增加
和
12 行删除
+14
-12
Makefile.am
libs/libsndfile/Makefile.am
+3
-1
Makefile.am
libs/libsndfile/src/Makefile.am
+11
-11
没有找到文件。
libs/libsndfile/Makefile.am
浏览文件 @
6a9b0988
...
...
@@ -8,7 +8,9 @@ if BUILD_OCTAVE_MOD
octave_dir
=
Octave
endif
SUBDIRS
=
M4 man doc Win32 src
$(octave_dir)
examples regtest tests programs
SUBDIRS
=
M4 Win32 src
$(octave_dir)
#man doc examples regtest tests programs
DIST_SUBDIRS
=
M4 man doc Win32 src Octave examples regtest tests programs
EXTRA_DIST
=
libsndfile.spec.in sndfile.pc.in Scripts/android-configure.sh
\
...
...
libs/libsndfile/src/Makefile.am
浏览文件 @
6a9b0988
...
...
@@ -23,7 +23,7 @@ EXTRA_DIST = sndfile.h.in config.h.in test_endswap.tpl test_endswap.def \
noinst_HEADERS
=
common.h sfconfig.h sfendian.h wav_w64.h sf_unistd.h ogg.h chanmap.h
check_PROGRAMS
=
test_main G72x/g72x_test
noinst_PROGRAMS
=
COMMON
=
common.c file_io.c command.c pcm.c ulaw.c alaw.c float32.c
\
double64.c ima_adpcm.c ms_adpcm.c gsm610.c dwvw.c vox_adpcm.c
\
...
...
@@ -76,22 +76,22 @@ ALAC_libalac_la_SOURCES = ALAC/ALACAudioTypes.h ALAC/ALACBitUtilities.h \
#===============================================================================
# Test programs.
test_main_SOURCES
=
test_main.c test_main.h test_conversions.c test_float.c test_endswap.c
\
test_audio_detect.c test_log_printf.c test_file_io.c test_ima_oki_adpcm.c
\
test_strncpy_crlf.c test_broadcast_var.c test_cart_var.c
test_main_LDADD
=
libcommon.la
#
test_main_SOURCES = test_main.c test_main.h test_conversions.c test_float.c test_endswap.c \
#
test_audio_detect.c test_log_printf.c test_file_io.c test_ima_oki_adpcm.c \
#
test_strncpy_crlf.c test_broadcast_var.c test_cart_var.c
#
test_main_LDADD = libcommon.la
G72x_g72x_test_SOURCES
=
G72x/g72x_test.c
G72x_g72x_test_LDADD
=
G72x/libg72x.la
#
G72x_g72x_test_SOURCES = G72x/g72x_test.c
#
G72x_g72x_test_LDADD = G72x/libg72x.la
test_endswap.c
:
test_endswap.def test_endswap.tpl
cd
$(srcdir)
&&
autogen
--writable
test_endswap.def
&&
cd
$(abs_builddir)
#
test_endswap.c: test_endswap.def test_endswap.tpl
#
cd $(srcdir) && autogen --writable test_endswap.def && cd $(abs_builddir)
genfiles
:
$(SYMBOL_FILES)
test_endswap.c
genfiles
:
$(SYMBOL_FILES)
check
:
@
if
[
-x
/usr/bin/python
]
;
then
$(srcdir)
/binheader_writef_check.py
$(srcdir)
/
*
.c
;
fi
G72x/g72x_test
$(EXEEXT)
all
#
G72x/g72x_test$(EXEEXT) all
./test_main$(EXEEXT)
# Need this target to force building of test programs.
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论