From 03a25523f2997bb88f1e5279a8eca09d5070c458 Mon Sep 17 00:00:00 2001 From: Walter Negro Date: Sun, 23 Jun 2002 03:36:54 +0000 Subject: [PATCH] * contrib\hbzlib\Makefile + Initial Makefile for gnu compilers --- harbour/contrib/hbzlib/Makefile | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 harbour/contrib/hbzlib/Makefile diff --git a/harbour/contrib/hbzlib/Makefile b/harbour/contrib/hbzlib/Makefile new file mode 100644 index 0000000000..a00f02b6d1 --- /dev/null +++ b/harbour/contrib/hbzlib/Makefile @@ -0,0 +1,33 @@ +# +# $Id$ +# + + +ROOT = ../../ + +C_SOURCES = \ + zipfile.c \ + zipfile2.c \ + zlibapi1.c \ + tzipfile.c \ + strcomp.c \ + adler32.c \ + compress.c \ + crc32.c \ + deflate.c \ + gzio.c \ + infblock.c \ + infcodes.c \ + inffast.c \ + inflate.c \ + inftrees.c \ + infutil.c \ + trees.c \ + uncompr.c \ + zutil.c \ + + +LIBNAME=zlib + +include $(TOP)$(ROOT)config/lib.cf +