* contrib\hbzlib\Makefile
+ Initial Makefile for gnu compilers
This commit is contained in:
33
harbour/contrib/hbzlib/Makefile
Normal file
33
harbour/contrib/hbzlib/Makefile
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user