]> git.lizzy.rs Git - zlib.git/blob - INDEX
zlib 1.2.3.2
[zlib.git] / INDEX
1 ChangeLog       history of changes
2 FAQ             Frequently Asked Questions about zlib
3 INDEX           this file
4 Makefile        makefile for Unix (generated by configure)
5 Makefile.in     makefile for Unix (template for configure)
6 README          guess what
7 configure       configure script for Unix
8 make_vms.com    makefile for VMS
9 treebuild.xml   see http://treebuild.metux.de/
10 zlib.3          Man page for zlib
11 zlib.map        Linux symbol information
12 zlib.pc.in      Template for pkg-config descriptor
13
14 amiga/          makefiles for Amiga SAS C
15 as400/          makefiles for IBM AS/400
16 doc/            documentation for formats and algorithms
17 msdos/          makefiles for MSDOS
18 old/            makefiles for various architectures and zlib documentation
19                 files that have not yet been updated for zlib 1.2.x
20 projects/       projects for various Integrated Development Environments
21 qnx/            makefiles for QNX
22 watcom/         makefiles for OpenWatcom
23 win32/          makefiles for Windows
24
25                 zlib public header files (required for library use):
26 zconf.h
27 zlib.h
28 zlibdefs.h
29
30                 private source files used to build the zlib library:
31 adler32.c
32 compress.c
33 crc32.c
34 crc32.h
35 deflate.c
36 deflate.h
37 gzio.c
38 infback.c
39 inffast.c
40 inffast.h
41 inffixed.h
42 inflate.c
43 inflate.h
44 inftrees.c
45 inftrees.h
46 trees.c
47 trees.h
48 uncompr.c
49 zutil.c
50 zutil.h
51
52                 source files for sample programs:
53 example.c
54 minigzip.c
55 See examples/README.examples for more
56
57                 unsupported contribution by third parties
58 See contrib/README.contrib