INDEX 1.29 KB
Newer Older
1 2 3 4 5 6 7 8 9 10
ChangeLog       history of changes
FAQ             Frequently Asked Questions about zlib
INDEX           this file
Makefile        makefile for Unix (generated by configure)
Makefile.in     makefile for Unix (template for configure)
README          guess what
algorithm.txt   description of the (de)compression algorithm
configure       configure script for Unix
zconf.in.h      template for zconf.h (used by configure)

11 12
amiga/          makefiles for Amiga SAS C
as400/          makefiles for IBM AS/400
13 14 15
msdos/          makefiles for MSDOS
old/            makefiles for various architectures and zlib documentation
                files that have not yet been updated for zlib 1.2.x
16
projects/       projects for various Integrated Development Environments
17 18 19 20
qnx/            makefiles for QNX
win32/          makefiles for Windows

                zlib public header files (must be kept):
Tom Tromey committed
21 22 23
zconf.h
zlib.h

24
                private source files used to build the zlib library:
Tom Tromey committed
25 26 27
adler32.c
compress.c
crc32.c
28
crc32.h
Tom Tromey committed
29 30 31
deflate.c
deflate.h
gzio.c
32
infback.c
Tom Tromey committed
33 34
inffast.c
inffast.h
35
inffixed.h
Tom Tromey committed
36
inflate.c
37
inflate.h
Tom Tromey committed
38 39 40
inftrees.c
inftrees.h
trees.c
41
trees.h
Tom Tromey committed
42 43 44 45
uncompr.c
zutil.c
zutil.h

46
                source files for sample programs:
Tom Tromey committed
47 48 49
example.c
minigzip.c

50 51
                unsupported contribution by third parties
See contrib/README.contrib