blob: f6c51ca1759fc8435a8dce00301eda710dcf9eb0 [file] [log] [blame]
Martin v. Löwisce126ed2010-07-30 20:03:17 +00001CMakeLists.txt cmake build file
Martin v. Löwisd372aa82006-01-03 06:44:59 +00002ChangeLog history of changes
3FAQ Frequently Asked Questions about zlib
4INDEX this file
Martin v. Löwisce126ed2010-07-30 20:03:17 +00005Makefile dummy Makefile that tells you to ./configure
6Makefile.in template for Unix Makefile
Martin v. Löwisd372aa82006-01-03 06:44:59 +00007README guess what
Martin v. Löwisd372aa82006-01-03 06:44:59 +00008configure configure script for Unix
Martin v. Löwisce126ed2010-07-30 20:03:17 +00009make_vms.com makefile for VMS
10treebuild.xml XML description of source file dependencies
11zconf.h.cmakein zconf.h template for cmake
12zconf.h.in zconf.h template for configure
13zlib.3 Man page for zlib
14zlib.3.pdf Man page in PDF format
15zlib.map Linux symbol information
16zlib.pc.in Template for pkg-config descriptor
17zlib2ansi perl script to convert source files for C++ compilation
Martin v. Löwisd372aa82006-01-03 06:44:59 +000018
19amiga/ makefiles for Amiga SAS C
Martin v. Löwisce126ed2010-07-30 20:03:17 +000020doc/ documentation for formats and algorithms
Martin v. Löwisd372aa82006-01-03 06:44:59 +000021msdos/ makefiles for MSDOS
Martin v. Löwisce126ed2010-07-30 20:03:17 +000022nintendods/ makefile for Nintendo DS
Martin v. Löwisd372aa82006-01-03 06:44:59 +000023old/ makefiles for various architectures and zlib documentation
24 files that have not yet been updated for zlib 1.2.x
Martin v. Löwisd372aa82006-01-03 06:44:59 +000025qnx/ makefiles for QNX
Martin v. Löwisce126ed2010-07-30 20:03:17 +000026watcom/ makefiles for OpenWatcom
Martin v. Löwisd372aa82006-01-03 06:44:59 +000027win32/ makefiles for Windows
28
Martin v. Löwisce126ed2010-07-30 20:03:17 +000029 zlib public header files (required for library use):
Martin v. Löwisd372aa82006-01-03 06:44:59 +000030zconf.h
31zlib.h
32
33 private source files used to build the zlib library:
34adler32.c
35compress.c
36crc32.c
37crc32.h
38deflate.c
39deflate.h
Martin v. Löwisce126ed2010-07-30 20:03:17 +000040gzclose.c
41gzguts.h
42gzlib.c
43gzread.c
44gzwrite.c
Martin v. Löwisd372aa82006-01-03 06:44:59 +000045infback.c
46inffast.c
47inffast.h
48inffixed.h
49inflate.c
50inflate.h
51inftrees.c
52inftrees.h
53trees.c
54trees.h
55uncompr.c
56zutil.c
57zutil.h
58
59 source files for sample programs:
60example.c
61minigzip.c
Martin v. Löwisce126ed2010-07-30 20:03:17 +000062See examples/README.examples for more
Martin v. Löwisd372aa82006-01-03 06:44:59 +000063
64 unsupported contribution by third parties
65See contrib/README.contrib