Cross Reference: Makefile
xref: /src/lib/libz/Makefile
  • Home
  • History
  • AnnotateAnnotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/lib/libz/
Makefile revision 1.10
11.10Slukem#	$NetBSD: Makefile,v 1.10 1997/10/23 03:32:47 lukem Exp $
21.1Sgwr
31.1SgwrLIB=	z
41.6SgwrNOMAN=	zlib.3
51.6Sgwr
61.1SgwrSRCS=	adler32.c compress.c crc32.c gzio.c uncompr.c deflate.c trees.c \
71.1Sgwr	zutil.c inflate.c infblock.c inftrees.c infcodes.c infutil.c inffast.c
81.1Sgwr
91.10SlukemCPPFLAGS+= -I${.CURDIR}
101.1Sgwr
111.2ScgdCLEANFILES+= minigzip
121.2Scgd
131.7SveegoINCS=	zconf.h zlib.h
141.5SchristosINCSDIR=/usr/include
151.1Sgwr
161.1Sgwr.include <bsd.lib.mk>
171.1Sgwr
181.1Sgwrtest: minigzip
191.1Sgwr	echo hello world | ./minigzip | ./minigzip -d
201.1Sgwr
211.1Sgwr# Note: CFLAGS ommitted by intention!
221.1Sgwr# This is to verify that zlib.h works standalone.
231.1Sgwrminigzip : minigzip.c libz.a
241.2Scgd	$(CC) -o minigzip ${.CURDIR}/minigzip.c libz.a
25

Indexes created Tue Jan 13 19:09:32 GMT 2026