Home | History | Annotate | Line # | Download | only in tmac
Makefile revision 1.19
      1  1.19      phil #	@(#)Makefile	8.1 (Berkeley) 6/8/93
      2  1.19      phil #	$NetBSD: Makefile,v 1.19 1997/07/02 02:55:38 phil Exp $
      3   1.1       cgd 
      4  1.16   mycroft MSRCS=  andoc doc doc-ditroff doc-common doc-nroff doc-syms
      5  1.15  christos MMACS=  ${MSRCS:S@^@tmac.@g}
      6  1.16   mycroft FILES=	${MMACS}
      7  1.15  christos FILESDIR=${BINDIR}/tmac
      8  1.17   mycroft LINKS=	${FILESDIR}/tmac.andoc ${FILESDIR}/tmac.an
      9  1.15  christos CLEANFILES+= ${MMACS}
     10   1.1       cgd 
     11  1.15  christos STRIP_SED = ${.CURDIR}/../me/strip.sed
     12   1.2       cgd 
     13   1.1       cgd # old macros not currently installed...
     14   1.6       jtc OFILES=	tmac.an.v6compat tmac.an6n tmac.an6t tmac.a tmac.cp tmac.doc.old
     15   1.1       cgd 
     16  1.15  christos all:	${MMACS}
     17  1.15  christos 
     18  1.15  christos .for i in ${MSRCS}
     19  1.15  christos tmac.$i: $i
     20  1.15  christos 	sed -f ${STRIP_SED} < ${.ALLSRC} > ${.TARGET}
     21  1.15  christos .endfor
     22   1.1       cgd 
     23   1.1       cgd .include <bsd.prog.mk>
     24