makefile
542 Bytes
SHELL = /bin/sh
PREFIX=/local_disk/orion/ontrac/yannick/kaldi_20190717/kaldi/tools/sctk
bindir = $(PREFIX)/bin
all: stmValidator.pl
stmValidator.pl: stmValidator-main.pl buildInstallVersion.pl STMList.pl STMRecord.pl
perl buildInstallVersion.pl > stmValidator.pl
chmod +x stmValidator.pl
check: all
(cd test_suite; $(SHELL) RunTest.sh ../stmValidator.pl)
install: all
perl buildInstallVersion.pl > $(bindir)/stmValidator.pl
chmod +x $(bindir)/stmValidator.pl
STMList.pl:
STMRecord.pl:
clean:
distclean: clean
rm -r *~ makefile