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