`# $Id: Makefile.host,v 1.5 2012/08/20 21:29:14 ksb Exp $ # platform recipe for recvmux, msrc 2008 'changequote([,])dnl [Q=' ]changequote(`,') `PROG= recvmux BIN= ${DESTDIR}/usr/local/libexec DOC= ${DESTDIR}/usr/local/man MAN= recvmux.man OTHER= README recvmux.html SOURCE= Makefile ITO.spec ${OTHER} ${MAN} recvmux.pl all: ${PROG} recvmux: recvmux.pl perl -p -e ${Q}if (! $$^V) { s#^(use\slib)(\s.*\$$\^V.*?\,)(\n)#$$1$$3#; }${Q} $@ perl -w -c $@ && chmod +x $@ clean: FRC rm -f Makefile.bak a.out core errs lint.out tags dirs: ${BIN} install: all dirs FRC install -c ${PROG} ${BIN}/${PROG} source: ${SOURCE} ${BIN}: install -dr $@ ${SOURCE}: co -q $@ FRC: # DO NOT DELETE THIS LINE - make depend DEPENDS ON IT # *** Do not add anything here - It will go away. *** 'dnl