summaryrefslogtreecommitdiff
path: root/security/nss/cmd/zlib/manifest.mn
blob: 389b1640f625adb00760a7099183c26a9a339af4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
#
#           CONFIDENTIAL AND PROPRIETARY SOURCE CODE OF
#              NETSCAPE COMMUNICATIONS CORPORATION
# Copyright ¿ 1996, 1997 Netscape Communications Corporation.  All Rights
# Reserved.  Use of this Source Code is subject to the terms of the
# applicable license agreement from Netscape Communications Corporation.
# The copyright notice(s) in this Source Code does not indicate actual or
# intended publication of this Source Code.
#

CORE_DEPTH = ../../..

MODULE = seccmd

EXPORTS = zlib.h zconf.h

CSRCS =	adler32.c 	\
	crc32.c 	\
	compress.c 	\
	uncompr.c 	\
	deflate.c 	\
	trees.c 	\
	zutil.c 	\
	inflate.c 	\
	infblock.c 	\
	inftrees.c 	\
	infcodes.c 	\
	infutil.c 	\
	inffast.c 	\
	$(NULL)

LIBRARY_NAME = zlib

# REQUIRES = security

DEFINES = -DNSPR20=1 -DMOZILLA_CLIENT=1