modules/zlib/src/INDEX

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/modules/zlib/src/INDEX	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,68 @@
     1.4 +CMakeLists.txt  cmake build file
     1.5 +ChangeLog       history of changes
     1.6 +FAQ             Frequently Asked Questions about zlib
     1.7 +INDEX           this file
     1.8 +Makefile        dummy Makefile that tells you to ./configure
     1.9 +Makefile.in     template for Unix Makefile
    1.10 +README          guess what
    1.11 +configure       configure script for Unix
    1.12 +make_vms.com    makefile for VMS
    1.13 +test/example.c  zlib usages examples for build testing
    1.14 +test/minigzip.c minimal gzip-like functionality for build testing
    1.15 +test/infcover.c inf*.c code coverage for build coverage testing
    1.16 +treebuild.xml   XML description of source file dependencies
    1.17 +zconf.h.cmakein zconf.h template for cmake
    1.18 +zconf.h.in      zconf.h template for configure
    1.19 +zlib.3          Man page for zlib
    1.20 +zlib.3.pdf      Man page in PDF format
    1.21 +zlib.map        Linux symbol information
    1.22 +zlib.pc.in      Template for pkg-config descriptor
    1.23 +zlib.pc.cmakein zlib.pc template for cmake
    1.24 +zlib2ansi       perl script to convert source files for C++ compilation
    1.25 +
    1.26 +amiga/          makefiles for Amiga SAS C
    1.27 +as400/          makefiles for AS/400
    1.28 +doc/            documentation for formats and algorithms
    1.29 +msdos/          makefiles for MSDOS
    1.30 +nintendods/     makefile for Nintendo DS
    1.31 +old/            makefiles for various architectures and zlib documentation
    1.32 +                files that have not yet been updated for zlib 1.2.x
    1.33 +qnx/            makefiles for QNX
    1.34 +watcom/         makefiles for OpenWatcom
    1.35 +win32/          makefiles for Windows
    1.36 +
    1.37 +                zlib public header files (required for library use):
    1.38 +zconf.h
    1.39 +zlib.h
    1.40 +
    1.41 +                private source files used to build the zlib library:
    1.42 +adler32.c
    1.43 +compress.c
    1.44 +crc32.c
    1.45 +crc32.h
    1.46 +deflate.c
    1.47 +deflate.h
    1.48 +gzclose.c
    1.49 +gzguts.h
    1.50 +gzlib.c
    1.51 +gzread.c
    1.52 +gzwrite.c
    1.53 +infback.c
    1.54 +inffast.c
    1.55 +inffast.h
    1.56 +inffixed.h
    1.57 +inflate.c
    1.58 +inflate.h
    1.59 +inftrees.c
    1.60 +inftrees.h
    1.61 +trees.c
    1.62 +trees.h
    1.63 +uncompr.c
    1.64 +zutil.c
    1.65 +zutil.h
    1.66 +
    1.67 +                source files for sample programs
    1.68 +See examples/README.examples
    1.69 +
    1.70 +                unsupported contributions by third parties
    1.71 +See contrib/README.contrib

mercurial