| # ********************************************************** | |
| # Makefile for rfilter1 Directory | |
| # ********************************************************** | |
| SHELL = /bin/sh | |
| PREFIX=/home/userube/mozilla/zz__temp_5_rover/SCTK | |
| bindir = $(PREFIX)/bin | |
| T=../test_suite | |
| PERL=/slp/sware/Linux/bin/perl | |
| all: acomp.pl | |
| acomp.pl: | |
| chmod +x acomp.pl | |
| setTests: | |
| check: all | |
| @echo "Testing acomp.pl" | |
| @echo " No tests defined for acomp.pl" | |
| install: all | |
| cp acomp.pl $(DESTDIR)$(bindir) | |
| clean: | |
| distclean: clean | |
| $(RM) -r *~ makefile | |