zlib/INDEX

67 lines
1.7 KiB
Plaintext
Raw Normal View History

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