INDEX 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  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. 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
  18. amiga/ makefiles for Amiga SAS C
  19. doc/ documentation for formats and algorithms
  20. msdos/ makefiles for MSDOS
  21. nintendods/ makefile for Nintendo DS
  22. old/ makefiles for various architectures and zlib documentation
  23. files that have not yet been updated for zlib 1.2.x
  24. qnx/ makefiles for QNX
  25. watcom/ makefiles for OpenWatcom
  26. win32/ makefiles for Windows
  27. zlib public header files (required for library use):
  28. zconf.h
  29. zlib.h
  30. private source files used to build the zlib library:
  31. adler32.c
  32. compress.c
  33. crc32.c
  34. crc32.h
  35. deflate.c
  36. deflate.h
  37. gzclose.c
  38. gzguts.h
  39. gzlib.c
  40. gzread.c
  41. gzwrite.c
  42. infback.c
  43. inffast.c
  44. inffast.h
  45. inffixed.h
  46. inflate.c
  47. inflate.h
  48. inftrees.c
  49. inftrees.h
  50. trees.c
  51. trees.h
  52. uncompr.c
  53. zutil.c
  54. zutil.h
  55. source files for sample programs:
  56. example.c
  57. minigzip.c
  58. See examples/README.examples for more
  59. unsupported contribution by third parties
  60. See contrib/README.contrib