INDEX 1.9 KB

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