source: rtems/cpukit/zlib/INDEX @ f749e7b2

4.104.115
Last change on this file since f749e7b2 was dbe1601, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/23/10 at 04:38:27

Import from zlib-1.2.4

  • Property mode set to 100644
File size: 1.8 KB
Line 
1CMakeLists.txt  cmake build file
2ChangeLog       history of changes
3FAQ             Frequently Asked Questions about zlib
4INDEX           this file
5Makefile        dummy Makefile that tells you to ./configure
6Makefile.in     template for Unix Makefile
7README          guess what
8configure       configure script for Unix
9make_vms.com    makefile for VMS
10treebuild.xml   XML description of source file dependencies
11zconf.h.cmakein zconf.h template for cmake
12zconf.h.in      zconf.h template for configure
13zlib.3          Man page for zlib
14zlib.3.pdf      Man page in PDF format
15zlib.map        Linux symbol information
16zlib.pc.in      Template for pkg-config descriptor
17zlib2ansi       perl script to convert source files for C++ compilation
18
19amiga/          makefiles for Amiga SAS C
20doc/            documentation for formats and algorithms
21msdos/          makefiles for MSDOS
22nintendods/     makefile for Nintendo DS
23old/            makefiles for various architectures and zlib documentation
24                files that have not yet been updated for zlib 1.2.x
25projects/       projects for various Integrated Development Environments
26qnx/            makefiles for QNX
27watcom/         makefiles for OpenWatcom
28win32/          makefiles for Windows
29
30                zlib public header files (required for library use):
31zconf.h
32zlib.h
33
34                private source files used to build the zlib library:
35adler32.c
36compress.c
37crc32.c
38crc32.h
39deflate.c
40deflate.h
41gzclose.c
42gzguts.h
43gzlib.c
44gzread.c
45gzwrite.c
46infback.c
47inffast.c
48inffast.h
49inffixed.h
50inflate.c
51inflate.h
52inftrees.c
53inftrees.h
54trees.c
55trees.h
56uncompr.c
57zutil.c
58zutil.h
59
60                source files for sample programs:
61example.c
62minigzip.c
63See examples/README.examples for more
64
65                unsupported contribution by third parties
66See contrib/README.contrib
Note: See TracBrowser for help on using the repository browser.