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 20zlib.pc.cmakein zlib.pc template for cmake 21zlib2ansi perl script to convert source files for C++ compilation 22 23amiga/ makefiles for Amiga SAS C 24as400/ makefiles for AS/400 25doc/ documentation for formats and algorithms 26msdos/ makefiles for MSDOS 27nintendods/ makefile for Nintendo DS 28old/ makefiles for various architectures and zlib documentation 29 files that have not yet been updated for zlib 1.2.x 30qnx/ makefiles for QNX 31watcom/ makefiles for OpenWatcom 32win32/ makefiles for Windows 33 34 zlib public header files (required for library use): 35zconf.h 36zlib.h 37 38 private source files used to build the zlib library: 39adler32.c 40compress.c 41crc32.c 42crc32.h 43deflate.c 44deflate.h 45gzclose.c 46gzguts.h 47gzlib.c 48gzread.c 49gzwrite.c 50infback.c 51inffast.c 52inffast.h 53inffixed.h 54inflate.c 55inflate.h 56inftrees.c 57inftrees.h 58trees.c 59trees.h 60uncompr.c 61zutil.c 62zutil.h 63 64 source files for sample programs 65See examples/README.examples 66 67 unsupported contributions by third parties 68See contrib/README.contrib 69