# Generated automatically from Makefile.in by configure. prefix = /usr/local localstatedir = ${prefix}/var exec_prefix = /usr/local sbindir = ${exec_prefix}/sbin popauth_file = no CHMOD = /usr/local/bin/chmod INSTALL = /usr/bin/install -c -o root -g wheel MV = /usr/local/bin/mv RM = /usr/local/bin/rm SED = /usr/local/bin/sed build: @ echo Creating cronpopauth.pl; \ ${SED} -e 's%@_PERL@%/usr/local/bin/perl%g' \ cronpopauth.pl.in \ | ${SED} -e 's%@_localstatedir@%${prefix}/var%g' \ | ${SED} -e 's%@_sbindir@%${exec_prefix}/sbin%g' \ | ${SED} -e 's%@_popauth_file@%no%g' \ > cronpopauth.pl ; \ ${CHMOD} 0755 cronpopauth.pl; \ install: build @ echo Installing cronpopauth.pl; \ ${INSTALL} -d ${DESTDIR}/${sbindir}; \ ${INSTALL} cronpopauth.pl ${DESTDIR}/${sbindir}; \ makefile: ../config/timestamp @ echo Updating Makefile @ if [ -f Makefile.tmp ]; then \ echo "Please remove Makefile.tmp"; \ false; \ fi @ ${MV} Makefile Makefile.tmp @ ${SED} -e 's%^INSTALL *= *\.\..*%INSTALL = ../config/install-sh -c%'\ Makefile.tmp > Makefile @ ${RM} Makefile.tmp ../config/timestamp: @ echo Please run the configure script first @ false depend: clean: ${RM} -f cronpopauth.pl distclean: clean ${RM} -f Makefile