1*212397c6SchristosCMakeLists.txt cmake build file 2*212397c6SchristosChangeLog history of changes 3*212397c6SchristosFAQ Frequently Asked Questions about zlib 4*212397c6SchristosINDEX this file 5*212397c6SchristosMakefile dummy Makefile that tells you to ./configure 6*212397c6SchristosMakefile.in template for Unix Makefile 7*212397c6SchristosREADME guess what 8*212397c6Schristosconfigure configure script for Unix 9*212397c6Schristosmake_vms.com makefile for VMS 10*212397c6Schristostest/example.c zlib usages examples for build testing 11*212397c6Schristostest/minigzip.c minimal gzip-like functionality for build testing 12*212397c6Schristostest/infcover.c inf*.c code coverage for build coverage testing 13*212397c6Schristostreebuild.xml XML description of source file dependencies 14*212397c6Schristoszconf.h.cmakein zconf.h template for cmake 15*212397c6Schristoszconf.h.in zconf.h template for configure 16*212397c6Schristoszlib.3 Man page for zlib 17*212397c6Schristoszlib.3.pdf Man page in PDF format 18*212397c6Schristoszlib.map Linux symbol information 19*212397c6Schristoszlib.pc.in Template for pkg-config descriptor 20*212397c6Schristoszlib.pc.cmakein zlib.pc template for cmake 21*212397c6Schristoszlib2ansi perl script to convert source files for C++ compilation 22*212397c6Schristos 23*212397c6Schristosamiga/ makefiles for Amiga SAS C 24*212397c6Schristosas400/ makefiles for AS/400 25*212397c6Schristosdoc/ documentation for formats and algorithms 26*212397c6Schristosmsdos/ makefiles for MSDOS 27*212397c6Schristosnintendods/ makefile for Nintendo DS 28*212397c6Schristosold/ makefiles for various architectures and zlib documentation 29*212397c6Schristos files that have not yet been updated for zlib 1.2.x 30*212397c6Schristosqnx/ makefiles for QNX 31*212397c6Schristoswatcom/ makefiles for OpenWatcom 32*212397c6Schristoswin32/ makefiles for Windows 33*212397c6Schristos 34*212397c6Schristos zlib public header files (required for library use): 35*212397c6Schristoszconf.h 36*212397c6Schristoszlib.h 37*212397c6Schristos 38*212397c6Schristos private source files used to build the zlib library: 39*212397c6Schristosadler32.c 40*212397c6Schristoscompress.c 41*212397c6Schristoscrc32.c 42*212397c6Schristoscrc32.h 43*212397c6Schristosdeflate.c 44*212397c6Schristosdeflate.h 45*212397c6Schristosgzclose.c 46*212397c6Schristosgzguts.h 47*212397c6Schristosgzlib.c 48*212397c6Schristosgzread.c 49*212397c6Schristosgzwrite.c 50*212397c6Schristosinfback.c 51*212397c6Schristosinffast.c 52*212397c6Schristosinffast.h 53*212397c6Schristosinffixed.h 54*212397c6Schristosinflate.c 55*212397c6Schristosinflate.h 56*212397c6Schristosinftrees.c 57*212397c6Schristosinftrees.h 58*212397c6Schristostrees.c 59*212397c6Schristostrees.h 60*212397c6Schristosuncompr.c 61*212397c6Schristoszutil.c 62*212397c6Schristoszutil.h 63*212397c6Schristos 64*212397c6Schristos source files for sample programs 65*212397c6SchristosSee examples/README.examples 66*212397c6Schristos 67*212397c6Schristos unsupported contributions by third parties 68*212397c6SchristosSee contrib/README.contrib 69