* contrib\hbzlib\Makefile

+ Initial Makefile for gnu compilers
This commit is contained in:
Walter Negro
2002-06-23 03:36:54 +00:00
parent 1bc2fc0ce2
commit 03a25523f2

View File

@@ -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