INDEX 1.94 KB
Newer Older
1
CMakeLists.txt  cmake build file
2 3 4
ChangeLog       history of changes
FAQ             Frequently Asked Questions about zlib
INDEX           this file
5 6
Makefile        dummy Makefile that tells you to ./configure
Makefile.in     template for Unix Makefile
7 8
README          guess what
configure       configure script for Unix
9
make_vms.com    makefile for VMS
10 11 12
test/example.c  zlib usages examples for build testing
test/minigzip.c minimal gzip-like functionality for build testing
test/infcover.c inf*.c code coverage for build coverage testing
13 14 15 16 17 18 19
treebuild.xml   XML description of source file dependencies
zconf.h.cmakein zconf.h template for cmake
zconf.h.in      zconf.h template for configure
zlib.3          Man page for zlib
zlib.3.pdf      Man page in PDF format
zlib.map        Linux symbol information
zlib.pc.in      Template for pkg-config descriptor
20
zlib.pc.cmakein zlib.pc template for cmake
21
zlib2ansi       perl script to convert source files for C++ compilation
22

23
amiga/          makefiles for Amiga SAS C
24
as400/          makefiles for AS/400
25
doc/            documentation for formats and algorithms
26
msdos/          makefiles for MSDOS
27
nintendods/     makefile for Nintendo DS
28 29 30
old/            makefiles for various architectures and zlib documentation
                files that have not yet been updated for zlib 1.2.x
qnx/            makefiles for QNX
31
watcom/         makefiles for OpenWatcom
32 33
win32/          makefiles for Windows

34
                zlib public header files (required for library use):
Tom Tromey committed
35 36 37
zconf.h
zlib.h

38
                private source files used to build the zlib library:
Tom Tromey committed
39 40 41
adler32.c
compress.c
crc32.c
42
crc32.h
Tom Tromey committed
43 44
deflate.c
deflate.h
45 46 47 48 49
gzclose.c
gzguts.h
gzlib.c
gzread.c
gzwrite.c
50
infback.c
Tom Tromey committed
51 52
inffast.c
inffast.h
53
inffixed.h
Tom Tromey committed
54
inflate.c
55
inflate.h
Tom Tromey committed
56 57 58
inftrees.c
inftrees.h
trees.c
59
trees.h
Tom Tromey committed
60 61 62 63
uncompr.c
zutil.c
zutil.h

64 65
                source files for sample programs
See examples/README.examples
Tom Tromey committed
66

67
                unsupported contributions by third parties
68
See contrib/README.contrib