From da4a717ddcd6ba5b5b0819aabbe49fcd5f77ae4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sat, 2 May 2015 10:09:28 +0200 Subject: remove unused sources --- zlib/Jamfile | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 zlib/Jamfile (limited to 'zlib/Jamfile') diff --git a/zlib/Jamfile b/zlib/Jamfile deleted file mode 100644 index 554cd24..0000000 --- a/zlib/Jamfile +++ /dev/null @@ -1,30 +0,0 @@ - -#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