[1049] | 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 | 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
|
---|
| 22 |
|
---|
| 23 | amiga/ makefiles for Amiga SAS C
|
---|
| 24 | as400/ makefiles for AS/400
|
---|
| 25 | doc/ documentation for formats and algorithms
|
---|
| 26 | msdos/ makefiles for MSDOS
|
---|
| 27 | nintendods/ makefile for Nintendo DS
|
---|
| 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
|
---|
| 31 | watcom/ makefiles for OpenWatcom
|
---|
| 32 | win32/ makefiles for Windows
|
---|
| 33 |
|
---|
| 34 | zlib public header files (required for library use):
|
---|
| 35 | zconf.h
|
---|
| 36 | zlib.h
|
---|
| 37 |
|
---|
| 38 | private source files used to build the zlib library:
|
---|
| 39 | adler32.c
|
---|
| 40 | compress.c
|
---|
| 41 | crc32.c
|
---|
| 42 | crc32.h
|
---|
| 43 | deflate.c
|
---|
| 44 | deflate.h
|
---|
| 45 | gzclose.c
|
---|
| 46 | gzguts.h
|
---|
| 47 | gzlib.c
|
---|
| 48 | gzread.c
|
---|
| 49 | gzwrite.c
|
---|
| 50 | infback.c
|
---|
| 51 | inffast.c
|
---|
| 52 | inffast.h
|
---|
| 53 | inffixed.h
|
---|
| 54 | inflate.c
|
---|
| 55 | inflate.h
|
---|
| 56 | inftrees.c
|
---|
| 57 | inftrees.h
|
---|
| 58 | trees.c
|
---|
| 59 | trees.h
|
---|
| 60 | uncompr.c
|
---|
| 61 | zutil.c
|
---|
| 62 | zutil.h
|
---|
| 63 |
|
---|
| 64 | source files for sample programs
|
---|
| 65 | See examples/README.examples
|
---|
| 66 |
|
---|
| 67 | unsupported contributions by third parties
|
---|
| 68 | See contrib/README.contrib
|
---|