makefile.in
415 Bytes
# **********************************************************
# Makefile for rfilter1 Directory
# **********************************************************
SHELL = /bin/sh
PREFIX=
bindir = $(PREFIX)/bin
T=../test_suite
all: rttmSmooth.pl
rttmSmooth.pl:
chmod +x rttmSmooth.pl
check: all
@echo "No Tests for rttmSmooth.pl"
install: all
cp rttmSmooth.pl $(bindir)
clean:
distclean: clean
rm -r *~ makefile