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