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:
Dan Povey 2013-05-14 17:10:22 +00:00
Родитель cb80b9ed09
Коммит 4f78debea6
1 изменённых файлов: 10 добавлений и 1 удалений

Просмотреть файл

@ -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