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