# -*- Makefile -*- # $Id: Makefile,v 3.0 1998/11/19 07:12:07 tsuchiya Exp $ # This file is part of IREX tools. # Please refer "Copyright file" at the root directory. # (C) IREX committee IREX¼Â¹Ô°Ñ°÷²ñ. All rights reserved. default: $(MAKE) PERL=`which perl` path path: @if [ $(PERL)z = z ]; then echo "Can't find perl" ; exit 1 ; fi @for f in *.perl ; do \ chmod +w $$f ;\ perl -pi.orig -e '$$.==1 && s%^#!.*$$%#!$(PERL)%' $$f ;\ echo $$f ;\ done archive: clean co RCS/*,v cd IREX ; co RCS/*,v cd TREC ; co RCS/*,v clean: rm -f *~ *.orig cd IREX ; rm -f *~ cd TREC ; rm -f *~