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