]> git.lizzy.rs Git - zlib.git/blob - INDEX
zlib 1.2.3.8
[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.in     template for Unix Makefile
6 README          guess what
7 configure       configure script for Unix
8 make_vms.com    makefile for VMS
9 treebuild.xml   XML description of source file dependencies
10 zconf.in.h      zconf.h template for configure
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 objs/           destination for object files
22 old/            makefiles for various architectures and zlib documentation
23                 files that have not yet been updated for zlib 1.2.x
24 pics/           destination for position-independent-code object files
25 projects/       projects for various Integrated Development Environments
26 qnx/            makefiles for QNX
27 watcom/         makefiles for OpenWatcom
28 win32/          makefiles for Windows
29
30                 zlib public header files (required for library use):
31 zconf.h
32 zlib.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