cannam@89
|
1 CMakeLists.txt cmake build file
|
cannam@89
|
2 ChangeLog history of changes
|
cannam@89
|
3 FAQ Frequently Asked Questions about zlib
|
cannam@89
|
4 INDEX this file
|
cannam@89
|
5 Makefile dummy Makefile that tells you to ./configure
|
cannam@89
|
6 Makefile.in template for Unix Makefile
|
cannam@89
|
7 README guess what
|
cannam@89
|
8 configure configure script for Unix
|
cannam@89
|
9 make_vms.com makefile for VMS
|
cannam@89
|
10 test/example.c zlib usages examples for build testing
|
cannam@89
|
11 test/minigzip.c minimal gzip-like functionality for build testing
|
cannam@89
|
12 test/infcover.c inf*.c code coverage for build coverage testing
|
cannam@89
|
13 treebuild.xml XML description of source file dependencies
|
cannam@89
|
14 zconf.h.cmakein zconf.h template for cmake
|
cannam@89
|
15 zconf.h.in zconf.h template for configure
|
cannam@89
|
16 zlib.3 Man page for zlib
|
cannam@89
|
17 zlib.3.pdf Man page in PDF format
|
cannam@89
|
18 zlib.map Linux symbol information
|
cannam@89
|
19 zlib.pc.in Template for pkg-config descriptor
|
cannam@89
|
20 zlib.pc.cmakein zlib.pc template for cmake
|
cannam@89
|
21 zlib2ansi perl script to convert source files for C++ compilation
|
cannam@89
|
22
|
cannam@89
|
23 amiga/ makefiles for Amiga SAS C
|
cannam@89
|
24 as400/ makefiles for AS/400
|
cannam@89
|
25 doc/ documentation for formats and algorithms
|
cannam@89
|
26 msdos/ makefiles for MSDOS
|
cannam@89
|
27 nintendods/ makefile for Nintendo DS
|
cannam@89
|
28 old/ makefiles for various architectures and zlib documentation
|
cannam@89
|
29 files that have not yet been updated for zlib 1.2.x
|
cannam@89
|
30 qnx/ makefiles for QNX
|
cannam@89
|
31 watcom/ makefiles for OpenWatcom
|
cannam@89
|
32 win32/ makefiles for Windows
|
cannam@89
|
33
|
cannam@89
|
34 zlib public header files (required for library use):
|
cannam@89
|
35 zconf.h
|
cannam@89
|
36 zlib.h
|
cannam@89
|
37
|
cannam@89
|
38 private source files used to build the zlib library:
|
cannam@89
|
39 adler32.c
|
cannam@89
|
40 compress.c
|
cannam@89
|
41 crc32.c
|
cannam@89
|
42 crc32.h
|
cannam@89
|
43 deflate.c
|
cannam@89
|
44 deflate.h
|
cannam@89
|
45 gzclose.c
|
cannam@89
|
46 gzguts.h
|
cannam@89
|
47 gzlib.c
|
cannam@89
|
48 gzread.c
|
cannam@89
|
49 gzwrite.c
|
cannam@89
|
50 infback.c
|
cannam@89
|
51 inffast.c
|
cannam@89
|
52 inffast.h
|
cannam@89
|
53 inffixed.h
|
cannam@89
|
54 inflate.c
|
cannam@89
|
55 inflate.h
|
cannam@89
|
56 inftrees.c
|
cannam@89
|
57 inftrees.h
|
cannam@89
|
58 trees.c
|
cannam@89
|
59 trees.h
|
cannam@89
|
60 uncompr.c
|
cannam@89
|
61 zutil.c
|
cannam@89
|
62 zutil.h
|
cannam@89
|
63
|
cannam@89
|
64 source files for sample programs
|
cannam@89
|
65 See examples/README.examples
|
cannam@89
|
66
|
cannam@89
|
67 unsupported contributions by third parties
|
cannam@89
|
68 See contrib/README.contrib
|