michael@0: CMakeLists.txt cmake build file michael@0: ChangeLog history of changes michael@0: FAQ Frequently Asked Questions about zlib michael@0: INDEX this file michael@0: Makefile dummy Makefile that tells you to ./configure michael@0: Makefile.in template for Unix Makefile michael@0: README guess what michael@0: configure configure script for Unix michael@0: make_vms.com makefile for VMS michael@0: test/example.c zlib usages examples for build testing michael@0: test/minigzip.c minimal gzip-like functionality for build testing michael@0: test/infcover.c inf*.c code coverage for build coverage testing michael@0: treebuild.xml XML description of source file dependencies michael@0: zconf.h.cmakein zconf.h template for cmake michael@0: zconf.h.in zconf.h template for configure michael@0: zlib.3 Man page for zlib michael@0: zlib.3.pdf Man page in PDF format michael@0: zlib.map Linux symbol information michael@0: zlib.pc.in Template for pkg-config descriptor michael@0: zlib.pc.cmakein zlib.pc template for cmake michael@0: zlib2ansi perl script to convert source files for C++ compilation michael@0: michael@0: amiga/ makefiles for Amiga SAS C michael@0: as400/ makefiles for AS/400 michael@0: doc/ documentation for formats and algorithms michael@0: msdos/ makefiles for MSDOS michael@0: nintendods/ makefile for Nintendo DS michael@0: old/ makefiles for various architectures and zlib documentation michael@0: files that have not yet been updated for zlib 1.2.x michael@0: qnx/ makefiles for QNX michael@0: watcom/ makefiles for OpenWatcom michael@0: win32/ makefiles for Windows michael@0: michael@0: zlib public header files (required for library use): michael@0: zconf.h michael@0: zlib.h michael@0: michael@0: private source files used to build the zlib library: michael@0: adler32.c michael@0: compress.c michael@0: crc32.c michael@0: crc32.h michael@0: deflate.c michael@0: deflate.h michael@0: gzclose.c michael@0: gzguts.h michael@0: gzlib.c michael@0: gzread.c michael@0: gzwrite.c michael@0: infback.c michael@0: inffast.c michael@0: inffast.h michael@0: inffixed.h michael@0: inflate.c michael@0: inflate.h michael@0: inftrees.c michael@0: inftrees.h michael@0: trees.c michael@0: trees.h michael@0: uncompr.c michael@0: zutil.c michael@0: zutil.h michael@0: michael@0: source files for sample programs michael@0: See examples/README.examples michael@0: michael@0: unsupported contributions by third parties michael@0: See contrib/README.contrib