Files
harbour-core/harbour/contrib/hbzlib/Makefile
Walter Negro 03a25523f2 * contrib\hbzlib\Makefile
+ Initial Makefile for gnu compilers
2002-06-23 03:36:54 +00:00

34 lines
510 B
Makefile

#
# $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