Cross Reference: Makefile
xref: /src/lib/libbz2/Makefile
  • Home
  • History
  • AnnotateAnnotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/lib/libbz2/
Makefile revision 1.13
11.13Stsutsui#	$NetBSD: Makefile,v 1.13 2008/05/16 13:13:00 tsutsui 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.13StsutsuiCOPTS.blocksort.c+=	-fno-loop-optimize
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

Indexes created Wed Dec 31 11:09:30 GMT 2025