1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/security/nss/lib/zlib/manifest.mn Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,39 @@ 1.4 +# 1.5 +# This Source Code Form is subject to the terms of the Mozilla Public 1.6 +# License, v. 2.0. If a copy of the MPL was not distributed with this 1.7 +# file, You can obtain one at http://mozilla.org/MPL/2.0/. 1.8 + 1.9 +CORE_DEPTH = ../.. 1.10 + 1.11 +MODULE = nss 1.12 + 1.13 +PRIVATE_EXPORTS = zlib.h zconf.h 1.14 + 1.15 +CSRCS = adler32.c \ 1.16 + compress.c \ 1.17 + crc32.c \ 1.18 + deflate.c \ 1.19 + gzclose.c \ 1.20 + gzlib.c \ 1.21 + gzread.c \ 1.22 + gzwrite.c \ 1.23 + infback.c \ 1.24 + inffast.c \ 1.25 + inflate.c \ 1.26 + inftrees.c \ 1.27 + trees.c \ 1.28 + uncompr.c \ 1.29 + zutil.c \ 1.30 + $(NULL) 1.31 + 1.32 +LIBRARY_NAME = zlib 1.33 + 1.34 +PROGRAMS = example minigzip 1.35 + 1.36 +# REQUIRES = nss 1.37 + 1.38 +# Define verbose as -1 to turn off all zlib trace messages in 1.39 +# debug builds. 1.40 +DEFINES = -Dverbose=-1 1.41 + 1.42 +NO_MD_RELEASE = 1