diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:32:36 -0700 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:32:36 -0700 |
commit | 67cc20d0041a32bee12bd9eb20ae218f91b73f77 (patch) | |
tree | d7e1b94bd15c30efd57cf9036f5fe89306b6bba0 /INDEX | |
parent | 7751bd4c715ea8478113e34b49b5a794a4642e8e (diff) | |
download | zlib-67cc20d0041a32bee12bd9eb20ae218f91b73f77.tar.gz zlib-67cc20d0041a32bee12bd9eb20ae218f91b73f77.tar.bz2 zlib-67cc20d0041a32bee12bd9eb20ae218f91b73f77.zip |
zlib 1.2.4-pre1v1.2.4-pre1
Diffstat (limited to 'INDEX')
-rw-r--r-- | INDEX | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -2,33 +2,33 @@ CMakeLists.txt cmake build file | |||
2 | ChangeLog history of changes | 2 | ChangeLog history of changes |
3 | FAQ Frequently Asked Questions about zlib | 3 | FAQ Frequently Asked Questions about zlib |
4 | INDEX this file | 4 | INDEX this file |
5 | Makefile dummy Makefile that tells you to ./configure | ||
5 | Makefile.in template for Unix Makefile | 6 | Makefile.in template for Unix Makefile |
6 | README guess what | 7 | README guess what |
7 | configure configure script for Unix | 8 | configure configure script for Unix |
8 | make_vms.com makefile for VMS | 9 | make_vms.com makefile for VMS |
9 | treebuild.xml XML description of source file dependencies | 10 | treebuild.xml XML description of source file dependencies |
11 | zconf.h.cmakein zconf.h template for cmake | ||
10 | zconf.h.in zconf.h template for configure | 12 | zconf.h.in zconf.h template for configure |
11 | zlib.3 Man page for zlib | 13 | zlib.3 Man page for zlib |
14 | zlib.3.pdf Man page in PDF format | ||
12 | zlib.map Linux symbol information | 15 | zlib.map Linux symbol information |
13 | zlib.pc.in Template for pkg-config descriptor | 16 | zlib.pc.in Template for pkg-config descriptor |
14 | zlib2ansi perl script to convert source files for C++ compilation | 17 | zlib2ansi perl script to convert source files for C++ compilation |
15 | 18 | ||
16 | amiga/ makefiles for Amiga SAS C | 19 | amiga/ makefiles for Amiga SAS C |
17 | as400/ makefiles for IBM AS/400 | ||
18 | doc/ documentation for formats and algorithms | 20 | doc/ documentation for formats and algorithms |
19 | msdos/ makefiles for MSDOS | 21 | msdos/ makefiles for MSDOS |
20 | nintendods/ makefile for Nintendo DS | 22 | nintendods/ makefile for Nintendo DS |
21 | objs/ destination for object files | ||
22 | old/ makefiles for various architectures and zlib documentation | 23 | old/ makefiles for various architectures and zlib documentation |
23 | files that have not yet been updated for zlib 1.2.x | 24 | files that have not yet been updated for zlib 1.2.x |
24 | pics/ destination for position-independent-code object files | ||
25 | projects/ projects for various Integrated Development Environments | 25 | projects/ projects for various Integrated Development Environments |
26 | qnx/ makefiles for QNX | 26 | qnx/ makefiles for QNX |
27 | watcom/ makefiles for OpenWatcom | 27 | watcom/ makefiles for OpenWatcom |
28 | win32/ makefiles for Windows | 28 | win32/ makefiles for Windows |
29 | 29 | ||
30 | zlib public header files (required for library use): | 30 | zlib public header files (required for library use): |
31 | zconf.h (made by configure) | 31 | zconf.h |
32 | zlib.h | 32 | zlib.h |
33 | 33 | ||
34 | private source files used to build the zlib library: | 34 | private source files used to build the zlib library: |