zlib/INDEX

60 lines
1.6 KiB
Plaintext
Raw Normal View History

2011-09-10 10:21:57 +04:00
ChangeLog history of changes
FAQ Frequently Asked Questions about zlib
INDEX this file
Makefile makefile for Unix (generated by configure)
Makefile.in makefile for Unix (template for configure)
README guess what
configure configure script for Unix
2011-09-10 10:25:27 +04:00
make_vms.com makefile for VMS
2011-09-10 10:25:38 +04:00
treebuild.xml see http://treebuild.metux.de/
2011-09-10 10:25:27 +04:00
zlib.3 Man page for zlib
zlib.map Linux symbol information
2011-09-10 10:25:38 +04:00
zlib.pc.in Template for pkg-config descriptor
2011-09-10 10:26:40 +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
2011-09-10 10:23:45 +04:00
as400/ makefiles for IBM AS/400
2011-09-10 10:25:27 +04:00
doc/ documentation for formats and algorithms
2011-09-10 10:22:37 +04:00
msdos/ makefiles for MSDOS
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:23:45 +04:00
projects/ projects for various Integrated Development Environments
2011-09-10 10:22:37 +04:00
qnx/ makefiles for QNX
2011-09-10 10:25:27 +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:14:39 +04:00
zconf.h
zlib.h
2011-09-10 10:25:38 +04:00
zlibdefs.h
2011-09-10 10:14:39 +04:00
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
gzio.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
2011-09-10 10:21:57 +04:00
source files for sample programs:
2011-09-10 10:14:39 +04:00
example.c
minigzip.c
2011-09-10 10:25:27 +04:00
See examples/README.examples for more
2011-09-10 10:17:33 +04:00
2011-09-10 10:21:57 +04:00
unsupported contribution by third parties
2011-09-10 10:21:47 +04:00
See contrib/README.contrib