annotate src/zlib-1.2.8/INDEX @ 169:223a55898ab9 tip default

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