`# $Id: Makefile.host,v 1.3 2012/08/20 21:28:18 ksb Exp $ # platform recipe for muxcat PROG= muxcat BIN= ${DESTDIR}/usr/local/bin DOC= ${DESTDIR}/usr/local/man/man1 SRC= muxcat.pl MAN= muxcat.man OTHER= README muxcat.html SOURCE= Makefile ITO.spec ${OTHER} ${MAN} ${SRC} all: ${SRC} clean: FRC rm -f Makefile.bak a.out core errs lint.out tags deinstall: ${MAN} ${DOC} FRC install -R ${BIN}/${PROG} mkcat -r${DOC} -D ${MAN} depend: FRC dirs: ${BIN} ${DOC} distrib: FRC distrib -c ${BIN}/${PROG} ${DOC}/${PROG}.* HOST install: all dirs FRC install -c ${PROG}.pl ${BIN}/${PROG} lint: FRC mkcat: ${MAN} ${DOC} FRC mkcat -r${DOC} ${MAN} print: source FRC lpr -J"${PROG} source" ${SOURCE} source: ${SOURCE} spotless: clean rcsclean ${SOURCE} tags: FRC ${BIN} ${DOC}: install -dr $@ ${SOURCE}: co -q $@ FRC: 'dnl