zlib/INDEX

69 lines
1.9 KiB
Plaintext
Raw Permalink Normal View History

2011-09-10 10:26:49 +04:00
CMakeLists.txt cmake build file
2011-09-10 10:21:57 +04:00
ChangeLog history of changes
FAQ Frequently Asked Questions about zlib
INDEX this file
2011-09-10 10:32:36 +04:00
Makefile dummy Makefile that tells you to ./configure
2011-09-10 10:27:08 +04:00
Makefile.in template for Unix Makefile
2011-09-10 10:21:57 +04:00
README guess what
configure configure script for Unix
2011-09-10 10:27:17 +04:00
make_vms.com makefile for VMS
test/example.c zlib usages examples for build testing
test/minigzip.c minimal gzip-like functionality for build testing
test/infcover.c inf*.c code coverage for build coverage testing
2011-09-10 10:27:17 +04:00
treebuild.xml XML description of source file dependencies
2011-09-10 10:32:36 +04:00
zconf.h.cmakein zconf.h template for cmake
2011-09-10 10:27:26 +04:00
zconf.h.in zconf.h template for configure
2011-09-10 10:27:17 +04:00
zlib.3 Man page for zlib
2011-09-10 10:32:36 +04:00
zlib.3.pdf Man page in PDF format
2011-09-10 10:27:17 +04:00
zlib.map Linux symbol information
zlib.pc.in Template for pkg-config descriptor
zlib.pc.cmakein zlib.pc template for cmake
2011-09-10 10:27:17 +04:00
zlib2ansi perl script to convert source files for C++ compilation
2011-09-10 10:15:17 +04:00
2011-09-10 10:24:02 +04:00
amiga/ makefiles for Amiga SAS C
as400/ makefiles for AS/400
2011-09-10 10:27:17 +04:00
doc/ documentation for formats and algorithms
2011-09-10 10:22:37 +04:00
msdos/ makefiles for MSDOS
2011-09-10 10:27:17 +04:00
nintendods/ makefile for Nintendo DS
2011-09-10 10:21:57 +04:00
old/ makefiles for various architectures and zlib documentation
files that have not yet been updated for zlib 1.2.x
2011-09-10 10:22:37 +04:00
qnx/ makefiles for QNX
2011-09-10 10:27:17 +04:00
watcom/ makefiles for OpenWatcom
2011-09-10 10:22:37 +04:00
win32/ makefiles for Windows
2011-09-10 10:14:39 +04:00
2011-09-10 10:25:27 +04:00
zlib public header files (required for library use):
2011-09-10 10:32:36 +04:00
zconf.h
2011-09-10 10:14:39 +04:00
zlib.h
2011-09-10 10:21:57 +04:00
private source files used to build the zlib library:
2011-09-10 10:14:39 +04:00
adler32.c
compress.c
crc32.c
2011-09-10 10:21:47 +04:00
crc32.h
2011-09-10 10:14:39 +04:00
deflate.c
deflate.h
2011-09-10 10:26:49 +04:00
gzclose.c
gzguts.h
gzlib.c
gzread.c
gzwrite.c
2011-09-10 10:21:47 +04:00
infback.c
2011-09-10 10:14:39 +04:00
inffast.c
inffast.h
2011-09-10 10:21:47 +04:00
inffixed.h
2011-09-10 10:14:39 +04:00
inflate.c
2011-09-10 10:21:47 +04:00
inflate.h
2011-09-10 10:14:39 +04:00
inftrees.c
inftrees.h
trees.c
2011-09-10 10:21:47 +04:00
trees.h
2011-09-10 10:14:39 +04:00
uncompr.c
zutil.c
zutil.h
source files for sample programs
See examples/README.examples
2011-09-10 10:17:33 +04:00
unsupported contributions by third parties
2011-09-10 10:21:47 +04:00
See contrib/README.contrib