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 10treebuild.xml XML description of source file dependencies 11zconf.h.cmakein zconf.h template for cmake 12zconf.h.in zconf.h template for configure 13zlib.3 Man page for zlib 14zlib.3.pdf Man page in PDF format 15zlib.map Linux symbol information 16zlib.pc.in Template for pkg-config descriptor 17zlib2ansi perl script to convert source files for C++ compilation 18 19amiga/ makefiles for Amiga SAS C 20doc/ documentation for formats and algorithms 21msdos/ makefiles for MSDOS 22nintendods/ makefile for Nintendo DS 23old/ makefiles for various architectures and zlib documentation 24 files that have not yet been updated for zlib 1.2.x 25qnx/ makefiles for QNX 26watcom/ makefiles for OpenWatcom 27win32/ makefiles for Windows 28 29 zlib public header files (required for library use): 30zconf.h 31zlib.h 32 33 private source files used to build the zlib library: 34adler32.c 35compress.c 36crc32.c 37crc32.h 38deflate.c 39deflate.h 40gzclose.c 41gzguts.h 42gzlib.c 43gzread.c 44gzwrite.c 45infback.c 46inffast.c 47inffast.h 48inffixed.h 49inflate.c 50inflate.h 51inftrees.c 52inftrees.h 53trees.c 54trees.h 55uncompr.c 56zutil.c 57zutil.h 58 59 source files for sample programs: 60example.c 61minigzip.c 62See examples/README.examples for more 63 64 unsupported contribution by third parties 65See contrib/README.contrib 66