Makefile revision 1.12
11.12Schristos# $NetBSD: Makefile,v 1.12 2008/03/18 14:48:39 christos Exp $ 21.11Stls 31.11StlsUSE_FORT?= yes # data driven bugs? 41.9Slukem 51.9SlukemNOMAN= # defined 61.8Sthorpej 71.8Sthorpej.include <bsd.own.mk> 81.1Sross 91.6StvLIB= bz2 101.9SlukemDIST= ${NETBSDSRCDIR}/dist/bzip2 111.6Stv.PATH: ${DIST} 121.1Sross 131.6StvSRCS= blocksort.c huffman.c crctable.c randtable.c compress.c \ 141.6Stv decompress.c bzlib.c 151.6StvINCS= bzlib.h 161.6StvINCSDIR= /usr/include 171.1Sross 181.8Sthorpej# XXX huffman.c gets mis-compiled with 2.95.3 191.8Sthorpej.if ${MACHINE_ARCH} == "vax" 201.8SthorpejCOPTS+= -O0 211.8Sthorpej.endif 221.8Sthorpej 231.10Smrg# XXX blocksort.c gets mis-compiled with 4.1 241.10Smrg.if (${MACHINE_ARCH} == "sh3el" || ${MACHINE_ARCH} == "sh3eb") && \ 251.10Smrg ${HAVE_GCC} == 4 261.10SmrgCOPTS.blocksort.c+= -O0 271.10Smrg.endif 281.10Smrg 291.4Swiz.if ${MKSHARE} != "no" 301.4SwizFILESDIR= ${HTMLDOCDIR}/bzip2 311.12SchristosFILES= manual.html 321.4Swiz.endif 331.3Swiz 341.3Swiz.include <bsd.info.mk> 351.1Sross.include <bsd.lib.mk> 36