source: rtems/cpukit/zlib/INDEX @ cf9af2f

4.104.114.84.95
Last change on this file since cf9af2f was 959f7df2, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/28/05 at 07:22:42

Import of zlib-1.2.2.2.tar.gz

  • Property mode set to 100644
File size: 1.3 KB
Line 
1ChangeLog       history of changes
2FAQ             Frequently Asked Questions about zlib
3INDEX           this file
4Makefile        makefile for Unix (generated by configure)
5Makefile.in     makefile for Unix (template for configure)
6README          guess what
7algorithm.txt   description of the (de)compression algorithm
8configure       configure script for Unix
9zconf.in.h      template for zconf.h (used by configure)
10
11amiga/          makefiles for Amiga SAS C
12as400/          makefiles for IBM AS/400
13msdos/          makefiles for MSDOS
14old/            makefiles for various architectures and zlib documentation
15                files that have not yet been updated for zlib 1.2.x
16projects/       projects for various Integrated Development Environments
17qnx/            makefiles for QNX
18win32/          makefiles for Windows
19
20                zlib public header files (must be kept):
21zconf.h
22zlib.h
23
24                private source files used to build the zlib library:
25adler32.c
26compress.c
27crc32.c
28crc32.h
29deflate.c
30deflate.h
31gzio.c
32infback.c
33inffast.c
34inffast.h
35inffixed.h
36inflate.c
37inflate.h
38inftrees.c
39inftrees.h
40trees.c
41trees.h
42uncompr.c
43zutil.c
44zutil.h
45
46                source files for sample programs:
47example.c
48minigzip.c
49
50                unsupported contribution by third parties
51See contrib/README.contrib
Note: See TracBrowser for help on using the repository browser.