aboutsummaryrefslogtreecommitdiff
path: root/INDEX
diff options
context:
space:
mode:
Diffstat (limited to 'INDEX')
-rw-r--r--INDEX46
1 files changed, 46 insertions, 0 deletions
diff --git a/INDEX b/INDEX
new file mode 100644
index 0000000..c4a3ede
--- /dev/null
+++ b/INDEX
@@ -0,0 +1,46 @@
1ChangeLog history of changes
2INDEX this file
3Make_vms.com script for Vax/VMS
4Makefile makefile for Unix (generated by configure)
5Makefile.b32 makefile for Borland C++ 32-bit
6Makefile.bor makefile for Borland C/C++ 16-bit
7Makefile.dj2 makefile for DJGPP 2.x
8Makefile.in makefile for Unix (template for configure)
9Makefile.msc makefile for Microsoft C 16-bit
10Makefile.sas makefile for Amiga SAS/C
11Makefile.tc makefile for Turbo C
12Makefile.wat makefile for Watcom C
13README guess what
14configure configure script for Unix
15descrip.mms makefile for Vax/VMS
16
17 zlib public header files (must be kept):
18zconf.h
19zlib.h
20
21 private source files used to build the zlib library:
22adler32.c
23compress.c
24crc32.c
25deflate.c
26deflate.h
27gzio.c
28infblock.c
29infblock.h
30infcodes.c
31infcodes.h
32inffast.c
33inffast.h
34inflate.c
35inftrees.c
36inftrees.h
37infutil.c
38infutil.h
39trees.c
40uncompr.c
41zutil.c
42zutil.h
43
44 source files for sample programs:
45example.c
46minigzip.c