1 CMakeLists.txt  cmake build file
 
   2 ChangeLog       history of changes
 
   3 FAQ             Frequently Asked Questions about zlib
 
   5 Makefile        dummy Makefile that tells you to ./configure
 
   6 Makefile.in     template for Unix Makefile
 
   8 configure       configure script for Unix
 
   9 make_vms.com    makefile for VMS
 
  10 test/example.c  zlib usages examples for build testing
 
  11 test/minigzip.c minimal gzip-like functionality for build testing
 
  12 test/infcover.c inf*.c code coverage for build coverage testing
 
  13 treebuild.xml   XML description of source file dependencies
 
  14 zconf.h.cmakein zconf.h template for cmake
 
  15 zconf.h.in      zconf.h template for configure
 
  16 zlib.3          Man page for zlib
 
  17 zlib.3.pdf      Man page in PDF format
 
  18 zlib.map        Linux symbol information
 
  19 zlib.pc.in      Template for pkg-config descriptor
 
  20 zlib.pc.cmakein zlib.pc template for cmake
 
  21 zlib2ansi       perl script to convert source files for C++ compilation
 
  23 amiga/          makefiles for Amiga SAS C
 
  24 as400/          makefiles for AS/400
 
  25 doc/            documentation for formats and algorithms
 
  26 msdos/          makefiles for MSDOS
 
  27 nintendods/     makefile for Nintendo DS
 
  28 old/            makefiles for various architectures and zlib documentation
 
  29                 files that have not yet been updated for zlib 1.2.x
 
  30 qnx/            makefiles for QNX
 
  31 watcom/         makefiles for OpenWatcom
 
  32 win32/          makefiles for Windows
 
  34                 zlib public header files (required for library use):
 
  38                 private source files used to build the zlib library:
 
  64                 source files for sample programs
 
  65 See examples/README.examples
 
  67                 unsupported contributions by third parties
 
  68 See contrib/README.contrib