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