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