vecxoz's picture
Add files using upload-large-folder tool
61c8ddd verified
Raw
History Blame Contribute Delete
525 Bytes
# **********************************************************
# 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