# ********************************************************** # Makefile for rfilter1 Directory # ********************************************************** SHELL = /bin/sh PREFIX=/home/userube/mozilla/zz__temp_5_rover/SCTK bindir = $(PREFIX)/bin T=../test_suite all: spkr2sad.pl spkr2sad.pl: chmod +x spkr2sad.pl check: all @echo "No Tests for spkr2sad.pl" install: all cp spkr2sad.pl $(DESTDIR)$(bindir) clean: distclean: clean $(RM) -r *~ makefile