blob: 2ba0641204861d7ebb63524c961e6e004113356c [file] [log] [blame]
doko@ubuntu.com77a64bf2014-09-11 08:32:46 +02001CMakeLists.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
doko@ubuntu.com77a64bf2014-09-11 08:32:46 +02005Makefile 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
doko@ubuntu.com77a64bf2014-09-11 08:32:46 +02009make_vms.com makefile for VMS
10test/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
13treebuild.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
20zlib.pc.cmakein zlib.pc template for cmake
21zlib2ansi 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
doko@ubuntu.com77a64bf2014-09-11 08:32:46 +020024as400/ makefiles for AS/400
25doc/ documentation for formats and algorithms
Martin v. Löwisd372aa82006-01-03 06:44:59 +000026msdos/ makefiles for MSDOS
doko@ubuntu.com77a64bf2014-09-11 08:32:46 +020027nintendods/ 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
doko@ubuntu.com77a64bf2014-09-11 08:32:46 +020031watcom/ makefiles for OpenWatcom
Martin v. Löwisd372aa82006-01-03 06:44:59 +000032win32/ makefiles for Windows
33
doko@ubuntu.com77a64bf2014-09-11 08:32:46 +020034 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
doko@ubuntu.com77a64bf2014-09-11 08:32:46 +020045gzclose.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
doko@ubuntu.com77a64bf2014-09-11 08:32:46 +020064 source files for sample programs
65See examples/README.examples
Martin v. Löwisd372aa82006-01-03 06:44:59 +000066
doko@ubuntu.com77a64bf2014-09-11 08:32:46 +020067 unsupported contributions by third parties
Martin v. Löwisd372aa82006-01-03 06:44:59 +000068See contrib/README.contrib