cannam@128: CMakeLists.txt cmake build file cannam@128: ChangeLog history of changes cannam@128: FAQ Frequently Asked Questions about zlib cannam@128: INDEX this file cannam@128: Makefile dummy Makefile that tells you to ./configure cannam@128: Makefile.in template for Unix Makefile cannam@128: README guess what cannam@128: configure configure script for Unix cannam@128: make_vms.com makefile for VMS cannam@128: test/example.c zlib usages examples for build testing cannam@128: test/minigzip.c minimal gzip-like functionality for build testing cannam@128: test/infcover.c inf*.c code coverage for build coverage testing cannam@128: treebuild.xml XML description of source file dependencies cannam@128: zconf.h.cmakein zconf.h template for cmake cannam@128: zconf.h.in zconf.h template for configure cannam@128: zlib.3 Man page for zlib cannam@128: zlib.3.pdf Man page in PDF format cannam@128: zlib.map Linux symbol information cannam@128: zlib.pc.in Template for pkg-config descriptor cannam@128: zlib.pc.cmakein zlib.pc template for cmake cannam@128: zlib2ansi perl script to convert source files for C++ compilation cannam@128: cannam@128: amiga/ makefiles for Amiga SAS C cannam@128: as400/ makefiles for AS/400 cannam@128: doc/ documentation for formats and algorithms cannam@128: msdos/ makefiles for MSDOS cannam@128: nintendods/ makefile for Nintendo DS cannam@128: old/ makefiles for various architectures and zlib documentation cannam@128: files that have not yet been updated for zlib 1.2.x cannam@128: qnx/ makefiles for QNX cannam@128: watcom/ makefiles for OpenWatcom cannam@128: win32/ makefiles for Windows cannam@128: cannam@128: zlib public header files (required for library use): cannam@128: zconf.h cannam@128: zlib.h cannam@128: cannam@128: private source files used to build the zlib library: cannam@128: adler32.c cannam@128: compress.c cannam@128: crc32.c cannam@128: crc32.h cannam@128: deflate.c cannam@128: deflate.h cannam@128: gzclose.c cannam@128: gzguts.h cannam@128: gzlib.c cannam@128: gzread.c cannam@128: gzwrite.c cannam@128: infback.c cannam@128: inffast.c cannam@128: inffast.h cannam@128: inffixed.h cannam@128: inflate.c cannam@128: inflate.h cannam@128: inftrees.c cannam@128: inftrees.h cannam@128: trees.c cannam@128: trees.h cannam@128: uncompr.c cannam@128: zutil.c cannam@128: zutil.h cannam@128: cannam@128: source files for sample programs cannam@128: See examples/README.examples cannam@128: cannam@128: unsupported contributions by third parties cannam@128: See contrib/README.contrib