| # ********************************************************** | |
| # 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 | |