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