Martin v. Löwis | ce126ed | 2010-07-30 20:03:17 +0000 | [diff] [blame^] | 1 | CMakeLists.txt cmake build file |
Martin v. Löwis | d372aa8 | 2006-01-03 06:44:59 +0000 | [diff] [blame] | 2 | ChangeLog history of changes |
| 3 | FAQ Frequently Asked Questions about zlib |
| 4 | INDEX this file |
Martin v. Löwis | ce126ed | 2010-07-30 20:03:17 +0000 | [diff] [blame^] | 5 | Makefile dummy Makefile that tells you to ./configure |
| 6 | Makefile.in template for Unix Makefile |
Martin v. Löwis | d372aa8 | 2006-01-03 06:44:59 +0000 | [diff] [blame] | 7 | README guess what |
Martin v. Löwis | d372aa8 | 2006-01-03 06:44:59 +0000 | [diff] [blame] | 8 | configure configure script for Unix |
Martin v. Löwis | ce126ed | 2010-07-30 20:03:17 +0000 | [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 |
Martin v. Löwis | d372aa8 | 2006-01-03 06:44:59 +0000 | [diff] [blame] | 18 | |
| 19 | amiga/ makefiles for Amiga SAS C |
Martin v. Löwis | ce126ed | 2010-07-30 20:03:17 +0000 | [diff] [blame^] | 20 | doc/ documentation for formats and algorithms |
Martin v. Löwis | d372aa8 | 2006-01-03 06:44:59 +0000 | [diff] [blame] | 21 | msdos/ makefiles for MSDOS |
Martin v. Löwis | ce126ed | 2010-07-30 20:03:17 +0000 | [diff] [blame^] | 22 | nintendods/ makefile for Nintendo DS |
Martin v. Löwis | d372aa8 | 2006-01-03 06:44:59 +0000 | [diff] [blame] | 23 | old/ makefiles for various architectures and zlib documentation |
| 24 | files that have not yet been updated for zlib 1.2.x |
Martin v. Löwis | d372aa8 | 2006-01-03 06:44:59 +0000 | [diff] [blame] | 25 | qnx/ makefiles for QNX |
Martin v. Löwis | ce126ed | 2010-07-30 20:03:17 +0000 | [diff] [blame^] | 26 | watcom/ makefiles for OpenWatcom |
Martin v. Löwis | d372aa8 | 2006-01-03 06:44:59 +0000 | [diff] [blame] | 27 | win32/ makefiles for Windows |
| 28 | |
Martin v. Löwis | ce126ed | 2010-07-30 20:03:17 +0000 | [diff] [blame^] | 29 | zlib public header files (required for library use): |
Martin v. Löwis | d372aa8 | 2006-01-03 06:44:59 +0000 | [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 |
Martin v. Löwis | ce126ed | 2010-07-30 20:03:17 +0000 | [diff] [blame^] | 40 | gzclose.c |
| 41 | gzguts.h |
| 42 | gzlib.c |
| 43 | gzread.c |
| 44 | gzwrite.c |
Martin v. Löwis | d372aa8 | 2006-01-03 06:44:59 +0000 | [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 |
Martin v. Löwis | ce126ed | 2010-07-30 20:03:17 +0000 | [diff] [blame^] | 62 | See examples/README.examples for more |
Martin v. Löwis | d372aa8 | 2006-01-03 06:44:59 +0000 | [diff] [blame] | 63 | |
| 64 | unsupported contribution by third parties |
| 65 | See contrib/README.contrib |