Makefile revision 1.7
11.7Smjl# $NetBSD: Makefile,v 1.7 2002/03/15 01:50:40 mjl Exp $ 21.1Sross 31.6StvLIB= bz2 41.6StvNOMAN= # defined 51.6StvDIST= ${.CURDIR}/../../dist/bzip2 61.6Stv.PATH: ${DIST} 71.1Sross 81.6StvSRCS= blocksort.c huffman.c crctable.c randtable.c compress.c \ 91.6Stv decompress.c bzlib.c 101.6StvINCS= bzlib.h 111.6StvINCSDIR= /usr/include 121.1Sross 131.5SsimonbTEXINFO= bzip2.info 141.3SwizCLEANFILES+= bzip2.texi 151.3Swiz 161.6Stvbzip2.texi: manual.texi 171.6Stv @-rm -f $@ 181.6Stv sed -e 's/@parindent.*//' \ 191.6Stv -e 's/@parskip.*//' \ 201.6Stv -e 's/@node Overview, Implementation, Top, Top/@node Overview, (dir), Top, (dir)/' \ 211.6Stv -e 's/@itemize$$/@itemize @bullet/' \ 221.7Smjl -e 's/@bf{\(.*\)}/\1/' \ 231.6Stv <$> >$@ 241.4Swiz 251.4Swiz.include <bsd.own.mk> 261.4Swiz 271.4Swiz.if ${MKSHARE} != "no" 281.4SwizFILESDIR= ${HTMLDOCDIR}/bzip2 291.4SwizFILES= manual_toc.html manual_1.html manual_2.html manual_3.html \ 301.4Swiz manual_4.html 311.4Swiz.endif 321.3Swiz 331.3Swiz.include <bsd.info.mk> 341.1Sross.include <bsd.lib.mk> 35