makefile 469 Bytes
# **********************************************************
# Makefile for rfilter1 Directory
# **********************************************************
SHELL = /bin/sh
PREFIX=/local_disk/orion/ontrac/yannick/kaldi_20190717/kaldi/tools/sctk
bindir = $(PREFIX)/bin
T=../test_suite

all: stm2rttm.pl

stm2rttm.pl: 
	chmod +x stm2rttm.pl

check: all
	@echo "No Tests for stm2rttm.pl"

install: all
	cp stm2rttm.pl $(bindir)

clean:

distclean: clean
	rm -r *~ makefile