summaryrefslogtreecommitdiff
path: root/zlib/Jamfile
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2015-08-23 12:17:05 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2015-08-23 12:17:05 +0200
commitc0b89ac5bfb90835ef01573267020e42d4fe070c (patch)
tree733c16852d964d84b7565af4bdaff0bcca901b88 /zlib/Jamfile
parent094535c010320967639e8e86f974d878e80baa72 (diff)
Imported Upstream version 1.8.0upstream/1.8.0
Diffstat (limited to 'zlib/Jamfile')
-rw-r--r--zlib/Jamfile30
1 files changed, 0 insertions, 30 deletions
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) ;
-