1 Star 0 Fork 2

张规化/sph2pipe

forked from wftdly001/sph2pipe 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Makefile 642 Bytes
一键复制 编辑 原始数据 按行查看 历史
kkm 提交于 2020-11-22 00:09 . Fix failure to build with latest compilers
# GNU make Makefile for sph2pipe
SRC = file_headers.c shorten_x.c sph2pipe.c
HDR = bitshift.h sph_convert.h ulaw.h
.PHONY: all check clean distclean
all: sph2pipe
sph2pipe: $(SRC) $(HDR)
$(CC) -o sph2pipe -s -w -g -O2 $(CCFLAGS) $(SRC) -lm
# Tests are very noisy and do not output anything sensibe.
check: sph2pipe
cd test && ln -sf ../sph2pipe . && ./test_all.pl >/dev/null
@echo "Tests passed."
clean distclean:
rm -f sph2pipe && \
cd test && \
rm -f *.aif *.au *.raw *.wav ????.sph \
123_1alaw.sph 123_1pcbe.sph 123_1pcle.sph 123_1ulaw.sph \
123_2pcbe.sph 123_2pcle.sph 123_2ulaw.sph \
outfile-md5.list sph2pipe
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ghzhangz/sph2pipe.git
git@gitee.com:ghzhangz/sph2pipe.git
ghzhangz
sph2pipe
sph2pipe
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385