summaryrefslogtreecommitdiff
path: root/zlib/Jamfile
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2015-11-06 07:14:47 +0100
committerJörg Frings-Fürst <debian@jff-webhosting.net>2015-11-06 07:14:47 +0100
commitd479dd1aab1c1cb907932c6595b0ef33523fc797 (patch)
treead7d454b9edaae3d8892d84cd8f8ef5c2697b79b /zlib/Jamfile
parent9491825ddff7a294d1f49061bae7044e426aeb2e (diff)
Imported Upstream version 1.8.3upstream/1.8.3
Diffstat (limited to 'zlib/Jamfile')
-rwxr-xr-xzlib/Jamfile30
1 files changed, 0 insertions, 30 deletions
diff --git a/zlib/Jamfile b/zlib/Jamfile
deleted file mode 100755
index 93b52b7..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
- 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) ;
-