vecxoz's picture
Add files using upload-large-folder tool
e08e4b2 verified
Raw
History Blame Contribute Delete
461 Bytes
# **********************************************************
# Makefile for rfilter1 Directory
# **********************************************************
SHELL = /bin/sh
PREFIX=/home/userube/mozilla/zz__temp_5_rover/SCTK
bindir = $(PREFIX)/bin
T=../test_suite
all: rttmSort.pl
rttmSort.pl:
chmod +x rttmSort.pl
check: all
@echo "No Tests for rttmSort.pl"
install: all
cp rttmSort.pl $(DESTDIR)$(bindir)
clean:
distclean: clean
$(RM) -r *~ makefile