# $Id: Makefile.athena,v 1.12 2000-03-29 20:53:19 ghudson Exp $ SHELL=/bin/sh dist: prepare: rm -f config.sh ./Configure -ds -E -Dprefix=/usr/athena -Dcc="$$COMPILER" \ -Dperladmin=bugs@mit.edu ./Configure -S clean: ${MAKE} clean all: ${MAKE} depend ${MAKE} all check: PERL_SKIP_TTY_TEST=true ${MAKE} check install: ${MAKE} install "DESTDIR=$$SRVD" sed -e '/^chdir/d' -e "s:/usr:$$SRVD/usr:" \ -e "s:\$$Config{install:\"$$SRVD\"\.\$$Config{install:" \ utils/h2ph > h2phsrvd chmod 755 h2phsrvd dir=`pwd`; (cd /usr/include && find . -type f -print | xargs \ "$$dir/perl" "-I$$SRVD/usr/athena/lib/perl5" "$$dir/h2phsrvd"); \