home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / cvs-1.8.7-src.tgz / tar.out / fsf / cvs / zlib / INDEX < prev    next >
Text File  |  1996-09-28  |  1KB  |  51 lines

  1. ChangeLog    history of changes
  2. INDEX        this file
  3. Make_vms.com    script for Vax/VMS
  4. Makefile    makefile for Unix (generated by configure)
  5. Makefile.b32    makefile for Borland C++   32-bit
  6. Makefile.bor    makefile for Borland C/C++ 16-bit
  7. Makefile.dj2    makefile for DJGPP 2.x
  8. Makefile.in    makefile for Unix (template for configure)
  9. Makefile.msc    makefile for Microsoft C 16-bit
  10. Makefile.sas    makefile for Amiga SAS/C
  11. Makefile.tc    makefile for Turbo C
  12. Makefile.wat    makefile for Watcom C
  13. README        guess what
  14. algorithm.doc    description of the compression & decompression algorithms
  15. configure    configure script for Unix
  16. descrip.mms    makefile for Vax/VMS
  17. zlib.def        definition file for Windows DLL
  18. zlib.rc         definition file for Windows DLL
  19.  
  20.  
  21.         zlib public header files (must be kept):
  22. zconf.h
  23. zlib.h
  24.  
  25.         private source files used to build the zlib library:
  26. adler32.c
  27. compress.c
  28. crc32.c
  29. deflate.c
  30. deflate.h
  31. gzio.c
  32. infblock.c
  33. infblock.h
  34. infcodes.c
  35. infcodes.h
  36. inffast.c
  37. inffast.h
  38. inflate.c
  39. inftrees.c
  40. inftrees.h
  41. infutil.c
  42. infutil.h
  43. trees.c
  44. uncompr.c
  45. zutil.c
  46. zutil.h
  47.  
  48.         source files for sample programs:
  49. example.c
  50. minigzip.c
  51.