Blame view
tools/sctk-2.4.10/src/hubscr/makefile
586 Bytes
8dcb6dfcb first commit |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 |
# ********************************************************** # Makefile for rfilter1 Directory # ********************************************************** SHELL = /bin/sh PREFIX=/local_disk/orion/ontrac/yannick/kaldi_20190717/kaldi/tools/sctk bindir = $(PREFIX)/bin T=../test_suite PERL=/slp/sware/Linux/bin/perl all: hubscr.pl hubscr.pl: chmod +x hubscr.pl setTests: ./RunTests.pl setTests check: all @echo "Testing hubscr.pl" ./RunTests.pl @echo " hubscr.pl tests successfully completed" install: all cp hubscr.pl $(bindir) clean: distclean: clean rm -r *~ makefile |