From 9491825ddff7a294d1f49061bae7044e426aeb2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Fri, 6 Nov 2015 05:38:49 +0100 Subject: Imported Upstream version 1.8.3 --- zlib/Jamfile | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100755 zlib/Jamfile (limited to 'zlib/Jamfile') diff --git a/zlib/Jamfile b/zlib/Jamfile new file mode 100755 index 0000000..93b52b7 --- /dev/null +++ b/zlib/Jamfile @@ -0,0 +1,30 @@ + +#PREF_CCFLAGS = $(CCOPTFLAG) ; # Turn optimisation on +PREF_CCFLAGS = $(CCDEBUGFLAG) ; # Debugging flags +PREF_LINKFLAGS = $(LINKDEBUGFLAG) ; + +Libraries = libz ; +Executables = ; +Headers = zlib.h ; + +# zlib library +LIBSRCS = + adler32.c + compress.c + zcrc32.c + deflate.c + gzclose.c + gzlib.c + gzread.c + gzwrite.c + infback.c + inffast.c + inflate.c + inftrees.c + trees.c + uncompr.c + zutil.c + ; + +Library libz : $(LIBSRCS) ; + -- cgit v1.2.3