annotate src/zlib-1.2.7/INDEX @ 83:ae30d91d2ffe

Replace these with versions built using an older toolset (so as to avoid ABI compatibilities when linking on Ubuntu 14.04 for packaging purposes)
author Chris Cannam
date Fri, 07 Feb 2020 11:51:13 +0000
parents e13257ea84a4
children
rev   line source
Chris@4 1 CMakeLists.txt cmake build file
Chris@4 2 ChangeLog history of changes
Chris@4 3 FAQ Frequently Asked Questions about zlib
Chris@4 4 INDEX this file
Chris@4 5 Makefile dummy Makefile that tells you to ./configure
Chris@4 6 Makefile.in template for Unix Makefile
Chris@4 7 README guess what
Chris@4 8 configure configure script for Unix
Chris@4 9 make_vms.com makefile for VMS
Chris@4 10 test/example.c zlib usages examples for build testing
Chris@4 11 test/minigzip.c minimal gzip-like functionality for build testing
Chris@4 12 test/infcover.c inf*.c code coverage for build coverage testing
Chris@4 13 treebuild.xml XML description of source file dependencies
Chris@4 14 zconf.h.cmakein zconf.h template for cmake
Chris@4 15 zconf.h.in zconf.h template for configure
Chris@4 16 zlib.3 Man page for zlib
Chris@4 17 zlib.3.pdf Man page in PDF format
Chris@4 18 zlib.map Linux symbol information
Chris@4 19 zlib.pc.in Template for pkg-config descriptor
Chris@4 20 zlib.pc.cmakein zlib.pc template for cmake
Chris@4 21 zlib2ansi perl script to convert source files for C++ compilation
Chris@4 22
Chris@4 23 amiga/ makefiles for Amiga SAS C
Chris@4 24 as400/ makefiles for AS/400
Chris@4 25 doc/ documentation for formats and algorithms
Chris@4 26 msdos/ makefiles for MSDOS
Chris@4 27 nintendods/ makefile for Nintendo DS
Chris@4 28 old/ makefiles for various architectures and zlib documentation
Chris@4 29 files that have not yet been updated for zlib 1.2.x
Chris@4 30 qnx/ makefiles for QNX
Chris@4 31 watcom/ makefiles for OpenWatcom
Chris@4 32 win32/ makefiles for Windows
Chris@4 33
Chris@4 34 zlib public header files (required for library use):
Chris@4 35 zconf.h
Chris@4 36 zlib.h
Chris@4 37
Chris@4 38 private source files used to build the zlib library:
Chris@4 39 adler32.c
Chris@4 40 compress.c
Chris@4 41 crc32.c
Chris@4 42 crc32.h
Chris@4 43 deflate.c
Chris@4 44 deflate.h
Chris@4 45 gzclose.c
Chris@4 46 gzguts.h
Chris@4 47 gzlib.c
Chris@4 48 gzread.c
Chris@4 49 gzwrite.c
Chris@4 50 infback.c
Chris@4 51 inffast.c
Chris@4 52 inffast.h
Chris@4 53 inffixed.h
Chris@4 54 inflate.c
Chris@4 55 inflate.h
Chris@4 56 inftrees.c
Chris@4 57 inftrees.h
Chris@4 58 trees.c
Chris@4 59 trees.h
Chris@4 60 uncompr.c
Chris@4 61 zutil.c
Chris@4 62 zutil.h
Chris@4 63
Chris@4 64 source files for sample programs
Chris@4 65 See examples/README.examples
Chris@4 66
Chris@4 67 unsupported contributions by third parties
Chris@4 68 See contrib/README.contrib