1CMakeLists.txt cmake build file 2ChangeLog history of changes 3FAQ Frequently Asked Questions about zlib 4INDEX this file 5Makefile dummy Makefile that tells you to ./configure 6Makefile.in template for Unix Makefile 7README guess what 8configure configure script for Unix 9make_vms.com makefile for VMS 10test/example.c zlib usages examples for build testing 11test/minigzip.c minimal gzip-like functionality for build testing 12test/infcover.c inf*.c code coverage for build coverage testing 13treebuild.xml XML description of source file dependencies 14zconf.h.cmakein zconf.h template for cmake 15zconf.h.in zconf.h template for configure 16zlib.3 Man page for zlib 17zlib.3.pdf Man page in PDF format 18zlib.map Linux symbol information 19zlib.pc.in Template for pkg-config descriptor 20zlib2ansi perl script to convert source files for C++ compilation 21 22amiga/ makefiles for Amiga SAS C 23as400/ makefiles for AS/400 24doc/ documentation for formats and algorithms 25msdos/ makefiles for MSDOS 26nintendods/ makefile for Nintendo DS 27old/ makefiles for various architectures and zlib documentation 28 files that have not yet been updated for zlib 1.2.x 29qnx/ makefiles for QNX 30watcom/ makefiles for OpenWatcom 31win32/ makefiles for Windows 32 33 zlib public header files (required for library use): 34zconf.h 35zlib.h 36 37 private source files used to build the zlib library: 38adler32.c 39compress.c 40crc32.c 41crc32.h 42deflate.c 43deflate.h 44gzclose.c 45gzguts.h 46gzlib.c 47gzread.c 48gzwrite.c 49infback.c 50inffast.c 51inffast.h 52inffixed.h 53inflate.c 54inflate.h 55inftrees.c 56inftrees.h 57trees.c 58trees.h 59uncompr.c 60zutil.c 61zutil.h 62 63 source files for sample programs 64See examples/README.examples 65 66 unsupported contributions by third parties 67See contrib/README.contrib 68