michael@0: # michael@0: # This Source Code Form is subject to the terms of the Mozilla Public michael@0: # License, v. 2.0. If a copy of the MPL was not distributed with this michael@0: # file, You can obtain one at http://mozilla.org/MPL/2.0/. michael@0: michael@0: CORE_DEPTH = ../.. michael@0: michael@0: MODULE = nss michael@0: michael@0: PRIVATE_EXPORTS = zlib.h zconf.h michael@0: michael@0: CSRCS = adler32.c \ michael@0: compress.c \ michael@0: crc32.c \ michael@0: deflate.c \ michael@0: gzclose.c \ michael@0: gzlib.c \ michael@0: gzread.c \ michael@0: gzwrite.c \ michael@0: infback.c \ michael@0: inffast.c \ michael@0: inflate.c \ michael@0: inftrees.c \ michael@0: trees.c \ michael@0: uncompr.c \ michael@0: zutil.c \ michael@0: $(NULL) michael@0: michael@0: LIBRARY_NAME = zlib michael@0: michael@0: PROGRAMS = example minigzip michael@0: michael@0: # REQUIRES = nss michael@0: michael@0: # Define verbose as -1 to turn off all zlib trace messages in michael@0: # debug builds. michael@0: DEFINES = -Dverbose=-1 michael@0: michael@0: NO_MD_RELEASE = 1