From 094535c010320967639e8e86f974d878e80baa72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Fri, 1 May 2015 16:13:57 +0200 Subject: Imported Upstream version 1.7.0 --- zlib/Jamfile | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 zlib/Jamfile (limited to 'zlib/Jamfile') diff --git a/zlib/Jamfile b/zlib/Jamfile new file mode 100644 index 0000000..554cd24 --- /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 + crc32.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