`# $Id: Makefile.host,v 1.11 2012/07/16 15:05:28 ksb Exp $ # platform recipe for netlint sampler PROG= netlint LIBEXEC= ${DESTDIR}/usr/local/libexec NETLINTHOME= ${DESTDIR}/home/sac1/netlint NETLINT= netlint #NETLINT= monitor GEN= ${GENC} ${GENH} SRC= netlint DEP= ${SRC} MAN= netlint.man OTHER= README README.FEDEX README.report TODO netlint.html Make.home \ compareinterface mkinterface netlint-update pull-lint SOURCE= Makefile ITO.spec ${OTHER} ${SRC} ${MAN} all: ${PROG} clean: FRC rm -f Makefile.bak ${GEN} ${LINK} *.o a.out core errs lint.out tags calls: ${SRC} ${HDR} ${GEN} FRC calls ${CDEFS} ${INCLUDE} ${DEP} deinstall: ${MAN} ${DOC} FRC install -R ${LIBEXEC}/${PROG} mkcat -r${DOC} -D ${MAN} depend: ${SRC} ${HDR} ${GEN} ${LINK} FRC maketd ${CDEFS} ${INCLUDE} ${DEP} dirs: ${BIN} ${LIB} distrib: FRC distrib -c ${BIN}/${PROG} HOST install: all dirs FRC install -c -m 755 ${PROG} ${LIBEXEC}/${PROG} central: all dirs FRC install -c -o ${NETLINT} -m 755 netlint-update ${NETLINTHOME}/bin/update install -c -o ${NETLINT} -m 755 pull-lint ${NETLINTHOME}/bin/pull-lint install -c -o ${NETLINT} -m 755 compareinterface ${NETLINTHOME}/bin/compareinterface install -c -o ${NETLINT} -m 755 mkinterface ${NETLINTHOME}/bin/mkinterface install -c -o ${NETLINT} -m 644 Make.home ${NETLINTHOME}/Makefile install -c -o ${NETLINT} -m 644 README ${NETLINTHOME}/README lint: ${SRC} ${HDR} ${GEN} FRC lint -h ${CDEFS} ${INCLUDE} ${DEP} mkcat: ${MAN} ${DOC} FRC mkcat -r${DOC} ${MAN} print: source FRC lpr -J"${PROG} source" ${SOURCE} source: ${SOURCE} spotless: clean rcsclean ${SOURCE} tags: ${HDR} ${SRC} ${GEN} ctags -t ${HDR} ${SRC} ${GEN} ${SOURCE}: co -q $@ FRC: # DO NOT DELETE THIS LINE - make depend DEPENDS ON IT # *** Do not add anything here - It will go away. *** 'dnl