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