blob: 2ba0641204861d7ebb63524c961e6e004113356c [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
Christian Heimesc20bcde2013-10-21 12:03:09 +020010test/example.c zlib usages examples for build testing
11test/minigzip.c minimal gzip-like functionality for build testing
12test/infcover.c inf*.c code coverage for build coverage testing
Martin v. Löwisce126ed2010-07-30 20:03:17 +000013treebuild.xml XML description of source file dependencies
14zconf.h.cmakein zconf.h template for cmake
15zconf.h.in zconf.h template for configure
16zlib.3 Man page for zlib
17zlib.3.pdf Man page in PDF format
18zlib.map Linux symbol information
19zlib.pc.in Template for pkg-config descriptor
Christian Heimesc20bcde2013-10-21 12:03:09 +020020zlib.pc.cmakein zlib.pc template for cmake
Martin v. Löwisce126ed2010-07-30 20:03:17 +000021zlib2ansi perl script to convert source files for C++ compilation
Martin v. Löwisd372aa82006-01-03 06:44:59 +000022
23amiga/ makefiles for Amiga SAS C
Christian Heimesc20bcde2013-10-21 12:03:09 +020024as400/ makefiles for AS/400
Martin v. Löwisce126ed2010-07-30 20:03:17 +000025doc/ documentation for formats and algorithms
Martin v. Löwisd372aa82006-01-03 06:44:59 +000026msdos/ makefiles for MSDOS
Martin v. Löwisce126ed2010-07-30 20:03:17 +000027nintendods/ makefile for Nintendo DS
Martin v. Löwisd372aa82006-01-03 06:44:59 +000028old/ makefiles for various architectures and zlib documentation
29 files that have not yet been updated for zlib 1.2.x
Martin v. Löwisd372aa82006-01-03 06:44:59 +000030qnx/ makefiles for QNX
Martin v. Löwisce126ed2010-07-30 20:03:17 +000031watcom/ makefiles for OpenWatcom
Martin v. Löwisd372aa82006-01-03 06:44:59 +000032win32/ makefiles for Windows
33
Martin v. Löwisce126ed2010-07-30 20:03:17 +000034 zlib public header files (required for library use):
Martin v. Löwisd372aa82006-01-03 06:44:59 +000035zconf.h
36zlib.h
37
38 private source files used to build the zlib library:
39adler32.c
40compress.c
41crc32.c
42crc32.h
43deflate.c
44deflate.h
Martin v. Löwisce126ed2010-07-30 20:03:17 +000045gzclose.c
46gzguts.h
47gzlib.c
48gzread.c
49gzwrite.c
Martin v. Löwisd372aa82006-01-03 06:44:59 +000050infback.c
51inffast.c
52inffast.h
53inffixed.h
54inflate.c
55inflate.h
56inftrees.c
57inftrees.h
58trees.c
59trees.h
60uncompr.c
61zutil.c
62zutil.h
63
Christian Heimesc20bcde2013-10-21 12:03:09 +020064 source files for sample programs
65See examples/README.examples
Martin v. Löwisd372aa82006-01-03 06:44:59 +000066
Christian Heimesc20bcde2013-10-21 12:03:09 +020067 unsupported contributions by third parties
Martin v. Löwisd372aa82006-01-03 06:44:59 +000068See contrib/README.contrib