зеркало из https://github.com/mozilla/kaldi.git
Improved Makefile in tools/ to check dependencies.
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@2441 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
This commit is contained in:
Родитель
cb80b9ed09
Коммит
4f78debea6
|
@ -1,6 +1,15 @@
|
|||
# SHELL += -x
|
||||
|
||||
all: sph2pipe atlas irstlm_tgt sclite_tgt openfst_tgt
|
||||
all: check_required_programs sph2pipe atlas irstlm_tgt sclite_tgt openfst_tgt
|
||||
|
||||
|
||||
check_required_programs:
|
||||
which aclocal
|
||||
which automake
|
||||
which autoconf
|
||||
which libtoolize || which glibtoolize
|
||||
which svn
|
||||
which gcc
|
||||
|
||||
clean: openfst_cleaned sclite_cleaned irstlm_cleaned
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче