From 04170bd489e42b980378439c34cef231d02504df Mon Sep 17 00:00:00 2001 From: curt Date: Wed, 7 Apr 1999 04:09:55 +0000 Subject: [PATCH] Initial revision. --- Lib/zlib/Makefile.am | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 Lib/zlib/Makefile.am diff --git a/Lib/zlib/Makefile.am b/Lib/zlib/Makefile.am new file mode 100644 index 000000000..0c93862fc --- /dev/null +++ b/Lib/zlib/Makefile.am @@ -0,0 +1,31 @@ +EXTRA_DIST = ChangeLog INDEX Make_vms.com Makefile.riscos README \ + algorithm.txt descrip.mms example.c maketree.c minigzip.c zlib.3 + +lib_LIBRARIES = libz.a + +libz_a_SOURCES = \ + adler32.c \ + compress.c \ + crc32.c \ + deflate.c \ + deflate.h \ + gzio.c \ + infblock.c \ + infblock.h \ + infcodes.c \ + infcodes.h \ + inffast.c \ + inffast.h \ + inffixed.h \ + inflate.c \ + inftrees.c \ + inftrees.h \ + infutil.c \ + infutil.h \ + trees.c \ + trees.h \ + uncompr.c \ + zconf.h \ + zlib.h \ + zutil.c \ + zutil.h