michael@0: # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- michael@0: # vim: set filetype=python: 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: EXPORTS += [ michael@0: 'mozzconf.h', michael@0: 'zconf.h', michael@0: 'zlib.h', michael@0: ] michael@0: michael@0: LIBRARY_NAME = 'mozz' michael@0: michael@0: SOURCES += [ michael@0: '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: ] michael@0: michael@0: if CONFIG['ZLIB_IN_MOZGLUE']: michael@0: DEFINES['IMPL_MFBT'] = True