Makefile revision 1.6
11.6Stv# $NetBSD: Makefile,v 1.6 2001/12/12 00:51:01 tv 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.6Stv <$> >$@ 231.4Swiz 241.4Swiz.include <bsd.own.mk> 251.4Swiz 261.4Swiz.if ${MKSHARE} != "no" 271.4SwizFILESDIR= ${HTMLDOCDIR}/bzip2 281.4SwizFILES= manual_toc.html manual_1.html manual_2.html manual_3.html \ 291.4Swiz manual_4.html 301.4Swiz.endif 311.3Swiz 321.3Swiz.include <bsd.info.mk> 331.1Sross.include <bsd.lib.mk> 34