diff options
Diffstat (limited to 'INDEX')
-rw-r--r-- | INDEX | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -2,12 +2,12 @@ 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 makefile for Unix (generated by configure) | 5 | Makefile.in template for Unix Makefile |
6 | Makefile.in makefile for Unix (template for configure) | ||
7 | README guess what | 6 | README guess what |
8 | configure configure script for Unix | 7 | configure configure script for Unix |
9 | make_vms.com makefile for VMS | 8 | make_vms.com makefile for VMS |
10 | treebuild.xml XML description of source file dependencies | 9 | treebuild.xml XML description of source file dependencies |
10 | zconf.in.h zconf.h template for configure | ||
11 | zlib.3 Man page for zlib | 11 | zlib.3 Man page for zlib |
12 | zlib.map Linux symbol information | 12 | zlib.map Linux symbol information |
13 | zlib.pc.in Template for pkg-config descriptor | 13 | zlib.pc.in Template for pkg-config descriptor |
@@ -18,18 +18,18 @@ as400/ makefiles for IBM AS/400 | |||
18 | doc/ documentation for formats and algorithms | 18 | doc/ documentation for formats and algorithms |
19 | msdos/ makefiles for MSDOS | 19 | msdos/ makefiles for MSDOS |
20 | nintendods/ makefile for Nintendo DS | 20 | nintendods/ makefile for Nintendo DS |
21 | objs/ destination for object files | ||
21 | old/ makefiles for various architectures and zlib documentation | 22 | old/ makefiles for various architectures and zlib documentation |
22 | files that have not yet been updated for zlib 1.2.x | 23 | files that have not yet been updated for zlib 1.2.x |
24 | pics/ destination for position-independent-code object files | ||
23 | projects/ projects for various Integrated Development Environments | 25 | projects/ projects for various Integrated Development Environments |
24 | qnx/ makefiles for QNX | 26 | qnx/ makefiles for QNX |
25 | watcom/ makefiles for OpenWatcom | 27 | watcom/ makefiles for OpenWatcom |
26 | win32/ makefiles for Windows | 28 | win32/ makefiles for Windows |
27 | zlibdefs.h.cmakein input file for cmake build | ||
28 | 29 | ||
29 | zlib public header files (required for library use): | 30 | zlib public header files (required for library use): |
30 | zconf.h | 31 | zconf.h |
31 | zlib.h | 32 | zlib.h |
32 | zlibdefs.h | ||
33 | 33 | ||
34 | private source files used to build the zlib library: | 34 | private source files used to build the zlib library: |
35 | adler32.c | 35 | adler32.c |