Makefile revision 1.5
11.5Ssimonb# $NetBSD: Makefile,v 1.5 2001/06/03 13:42:00 simonb Exp $ 21.1Sross 31.1SrossLIB= bz2 41.2SlukemMKMAN= no 51.5SsimonbDIST= ${.CURDIR}/../../dist/bzip2 61.5Ssimonb.PATH: ${DIST} 71.1Sross 81.5SsimonbSRCS= blocksort.c huffman.c crctable.c randtable.c compress.c decompress.c \ 91.5Ssimonb bzlib.c 101.1SrossINCS= bzlib.h 111.1SrossINCSDIR=/usr/include 121.1Sross 131.5SsimonbTEXINFO= bzip2.info 141.3SwizCLEANFILES+= bzip2.texi 151.3Swiz 161.3Swizbzip2.texi: manual.texi 171.3Swiz @-rm -f $@ 181.3Swiz sed -e 's/@parindent.*//' \ 191.3Swiz -e 's/@parskip.*//' \ 201.5Ssimonb -e 's/@node Overview, Implementation, Top, Top/@node Overview, (dir), Top, (dir)/' \ 211.5Ssimonb -e 's/@itemize$$/@itemize @bullet/' \ 221.3Swiz <$> >$@ 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