Blame view

tools/sctk-2.4.10/src/rttmValidator/makefile 340 Bytes
8dcb6dfcb   Yannick Estève   first commit
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
  SHELL = /bin/sh
  PREFIX=/local_disk/orion/ontrac/yannick/kaldi_20190717/kaldi/tools/sctk
  bindir = $(PREFIX)/bin
  
  all: rttmValidator.pl
  
  rttmValidator.pl:
  	chmod +x rttmValidator.pl
  
  check: all
  	(cd test_suite; $(SHELL) RunTest.sh ../rttmValidator.pl)
  
  install: all
  	cp rttmValidator.pl $(bindir)
  
  clean:
  
  distclean: clean
  	rm -r *~ makefile