SHELL = /bin/sh PREFIX=/home/userube/mozilla/zz__temp_5_rover/SCTK bindir = $(PREFIX)/bin all: ctmValidator.pl rttmValidator.pl: chmod +x ctmValidator.pl check: all (cd test_suite; $(SHELL) RunTest.sh ../ctmValidator.pl) install: all cp ctmValidator.pl $(DESTDIR)$(bindir) clean: distclean: clean $(RM) -r *~ makefile