]> git.lizzy.rs Git - zlib.git/blob - INDEX
d05a0094b03b2378d4b765721e8557e1a6bc9a88
[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        dummy Makefile that tells you to ./configure
6 Makefile.in     template for Unix Makefile
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 zconf.h.cmakein zconf.h template for cmake
12 zconf.h.in      zconf.h template for configure
13 zlib.3          Man page for zlib
14 zlib.3.pdf      Man page in PDF format
15 zlib.map        Linux symbol information
16 zlib.pc.in      Template for pkg-config descriptor
17 zlib2ansi       perl script to convert source files for C++ compilation
18
19 amiga/          makefiles for Amiga SAS C
20 as400/          makefiles for AS/400
21 doc/            documentation for formats and algorithms
22 msdos/          makefiles for MSDOS
23 nintendods/     makefile for Nintendo DS
24 old/            makefiles for various architectures and zlib documentation
25                 files that have not yet been updated for zlib 1.2.x
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 gzlib.c
44 gzread.c
45 gzwrite.c
46 infback.c
47 inffast.c
48 inffast.h
49 inffixed.h
50 inflate.c
51 inflate.h
52 inftrees.c
53 inftrees.h
54 trees.c
55 trees.h
56 uncompr.c
57 zutil.c
58 zutil.h
59
60                 source files for sample programs
61 See examples/README.examples
62
63                 unsupported contributions by third parties
64 See contrib/README.contrib