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