1*75fd0b74SchristosCMakeLists.txt cmake build file 2*75fd0b74SchristosChangeLog history of changes 3*75fd0b74SchristosFAQ Frequently Asked Questions about zlib 4*75fd0b74SchristosINDEX this file 5*75fd0b74SchristosMakefile dummy Makefile that tells you to ./configure 6*75fd0b74SchristosMakefile.in template for Unix Makefile 7*75fd0b74SchristosREADME guess what 8*75fd0b74Schristosconfigure configure script for Unix 9*75fd0b74Schristosmake_vms.com makefile for VMS 10*75fd0b74Schristostest/example.c zlib usages examples for build testing 11*75fd0b74Schristostest/minigzip.c minimal gzip-like functionality for build testing 12*75fd0b74Schristostest/infcover.c inf*.c code coverage for build coverage testing 13*75fd0b74Schristostreebuild.xml XML description of source file dependencies 14*75fd0b74Schristoszconf.h.cmakein zconf.h template for cmake 15*75fd0b74Schristoszconf.h.in zconf.h template for configure 16*75fd0b74Schristoszlib.3 Man page for zlib 17*75fd0b74Schristoszlib.3.pdf Man page in PDF format 18*75fd0b74Schristoszlib.map Linux symbol information 19*75fd0b74Schristoszlib.pc.in Template for pkg-config descriptor 20*75fd0b74Schristoszlib.pc.cmakein zlib.pc template for cmake 21*75fd0b74Schristoszlib2ansi perl script to convert source files for C++ compilation 22*75fd0b74Schristos 23*75fd0b74Schristosamiga/ makefiles for Amiga SAS C 24*75fd0b74Schristosas400/ makefiles for AS/400 25*75fd0b74Schristosdoc/ documentation for formats and algorithms 26*75fd0b74Schristosmsdos/ makefiles for MSDOS 27*75fd0b74Schristosnintendods/ makefile for Nintendo DS 28*75fd0b74Schristosold/ makefiles for various architectures and zlib documentation 29*75fd0b74Schristos files that have not yet been updated for zlib 1.2.x 30*75fd0b74Schristosqnx/ makefiles for QNX 31*75fd0b74Schristoswatcom/ makefiles for OpenWatcom 32*75fd0b74Schristoswin32/ makefiles for Windows 33*75fd0b74Schristos 34*75fd0b74Schristos zlib public header files (required for library use): 35*75fd0b74Schristoszconf.h 36*75fd0b74Schristoszlib.h 37*75fd0b74Schristos 38*75fd0b74Schristos private source files used to build the zlib library: 39*75fd0b74Schristosadler32.c 40*75fd0b74Schristoscompress.c 41*75fd0b74Schristoscrc32.c 42*75fd0b74Schristoscrc32.h 43*75fd0b74Schristosdeflate.c 44*75fd0b74Schristosdeflate.h 45*75fd0b74Schristosgzclose.c 46*75fd0b74Schristosgzguts.h 47*75fd0b74Schristosgzlib.c 48*75fd0b74Schristosgzread.c 49*75fd0b74Schristosgzwrite.c 50*75fd0b74Schristosinfback.c 51*75fd0b74Schristosinffast.c 52*75fd0b74Schristosinffast.h 53*75fd0b74Schristosinffixed.h 54*75fd0b74Schristosinflate.c 55*75fd0b74Schristosinflate.h 56*75fd0b74Schristosinftrees.c 57*75fd0b74Schristosinftrees.h 58*75fd0b74Schristostrees.c 59*75fd0b74Schristostrees.h 60*75fd0b74Schristosuncompr.c 61*75fd0b74Schristoszutil.c 62*75fd0b74Schristoszutil.h 63*75fd0b74Schristos 64*75fd0b74Schristos source files for sample programs 65*75fd0b74SchristosSee examples/README.examples 66*75fd0b74Schristos 67*75fd0b74Schristos unsupported contributions by third parties 68*75fd0b74SchristosSee contrib/README.contrib 69