annotate src/zlib-1.2.8/INDEX @ 70:9e21af8f0420

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