]> git.ipfire.org Git - thirdparty/gcc.git/blame - zlib/INDEX
[ARC] Emit blockage regardless to avoid delay slot scheduling.
[thirdparty/gcc.git] / zlib / INDEX
CommitLineData
1f54c5b6 1CMakeLists.txt cmake build file
87a2b23a 2ChangeLog history of changes
3FAQ Frequently Asked Questions about zlib
4INDEX this file
1f54c5b6 5Makefile dummy Makefile that tells you to ./configure
6Makefile.in template for Unix Makefile
87a2b23a 7README guess what
87a2b23a 8configure configure script for Unix
1f54c5b6 9make_vms.com makefile for VMS
75e1829f 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
1f54c5b6 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
75e1829f 20zlib.pc.cmakein zlib.pc template for cmake
1f54c5b6 21zlib2ansi perl script to convert source files for C++ compilation
87a2b23a 22
d919a5db 23amiga/ makefiles for Amiga SAS C
75e1829f 24as400/ makefiles for AS/400
1f54c5b6 25doc/ documentation for formats and algorithms
87a2b23a 26msdos/ makefiles for MSDOS
1f54c5b6 27nintendods/ makefile for Nintendo DS
87a2b23a 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
1f54c5b6 31watcom/ makefiles for OpenWatcom
87a2b23a 32win32/ makefiles for Windows
33
1f54c5b6 34 zlib public header files (required for library use):
d8b6dda4 35zconf.h
36zlib.h
37
87a2b23a 38 private source files used to build the zlib library:
d8b6dda4 39adler32.c
40compress.c
41crc32.c
87a2b23a 42crc32.h
d8b6dda4 43deflate.c
44deflate.h
1f54c5b6 45gzclose.c
46gzguts.h
47gzlib.c
48gzread.c
49gzwrite.c
87a2b23a 50infback.c
d8b6dda4 51inffast.c
52inffast.h
87a2b23a 53inffixed.h
d8b6dda4 54inflate.c
87a2b23a 55inflate.h
d8b6dda4 56inftrees.c
57inftrees.h
d8b6dda4 58trees.c
87a2b23a 59trees.h
d8b6dda4 60uncompr.c
61zutil.c
62zutil.h
63
75e1829f 64 source files for sample programs
65See examples/README.examples
d8b6dda4 66
75e1829f 67 unsupported contributions by third parties
87a2b23a 68See contrib/README.contrib