[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / share / tmac

Annotation of src/share/tmac/Makefile, Revision 1.31

1.19      phil        1: #      @(#)Makefile    8.1 (Berkeley) 6/8/93
1.31    ! apb         2: #      $NetBSD: Makefile,v 1.30 2004/03/29 17:08:25 wiz Exp $
1.1       cgd         3:
1.20      thorpej     4: # IF YOU ADD TO MSRCS, MAKE SURE YOU UPDATE `CATDEPS' IN bsd.man.mk!
1.27      wiz         5: MSRCS= doc2html
                      6: MMACS=  ${MSRCS:S@$@.tmac@g}
1.26      mycroft     7: INCS=  ${MMACS}
                      8: INCSDIR=${BINDIR}/tmac
1.15      christos    9: CLEANFILES+= ${MMACS}
1.1       cgd        10:
1.23      christos   11: TMACDIR?=${.CURDIR}
                     12: STRIP_SED = ${TMACDIR}/../me/strip.sed
1.2       cgd        13:
1.1       cgd        14: # old macros not currently installed...
1.6       jtc        15: OFILES=        tmac.an.v6compat tmac.an6n tmac.an6t tmac.a tmac.cp tmac.doc.old
1.1       cgd        16:
1.25      mycroft    17: realall:       ${MMACS}
1.15      christos   18:
                     19: .for i in ${MSRCS}
1.27      wiz        20: $i.tmac: $i
1.29      lukem      21:        ${_MKTARGET_CREATE}
1.31    ! apb        22:        ${TOOL_SED} -f ${STRIP_SED} < ${.ALLSRC} > ${.TARGET}
1.15      christos   23: .endfor
1.1       cgd        24:
                     25: .include <bsd.prog.mk>

CVSweb <webmaster@jp.NetBSD.org>