/external/zlib/amiga/ |
Makefile.sas | 1 # SMakefile for zlib 29 copy clone zlib.h zconf.h INCLUDE: 52 adler32.o: zlib.h zconf.h 53 compress.o: zlib.h zconf.h 54 crc32.o: crc32.h zlib.h zconf.h 55 deflate.o: deflate.h zutil.h zlib.h zconf.h 56 example.o: zlib.h zconf.h 57 gzio.o: zutil.h zlib.h zconf.h 58 inffast.o: zutil.h zlib.h zconf.h inftrees.h inflate.h inffast.h 59 inflate.o: zutil.h zlib.h zconf.h inftrees.h inflate.h inffast. [all...] |
/external/zlib/contrib/testzlib/ |
testzlib.txt | 4 - root of zLib tree
|
/external/zlib/contrib/vstudio/vc7/ |
zlib.rc | 19 VALUE "FileDescription", "zlib data compression library\0"
21 VALUE "InternalName", "zlib\0"
22 VALUE "OriginalFilename", "zlib.dll\0"
23 VALUE "ProductName", "ZLib.DLL\0"
|
/external/zlib/contrib/vstudio/vc8/ |
zlib.rc | 19 VALUE "FileDescription", "zlib data compression library\0"
21 VALUE "InternalName", "zlib\0"
22 VALUE "OriginalFilename", "zlib.dll\0"
23 VALUE "ProductName", "ZLib.DLL\0"
|
/external/zlib/ |
FAQ | 2 Frequently Asked Questions about zlib 5 If your question is not there, please check the zlib home page 6 http://www.zlib.org which may have more recent information. 7 The lastest zlib FAQ is at http://www.gzip.org/zlib/zlib_faq.html 10 1. Is zlib Y2K-compliant? 12 Yes. zlib doesn't handle dates. 16 The zlib sources can be compiled without change to produce a DLL. 17 See the file win32/DLL_FAQ.txt in the zlib distribution. 18 Pointers to the precompiled DLL are found in the zlib web site a [all...] |
inffast.h | 3 * For conditions of distribution and use, see copyright notice in zlib.h 8 subject to change. Applications should only use zlib.h.
|
INDEX | 2 FAQ Frequently Asked Questions about zlib 14 old/ makefiles for various architectures and zlib documentation 15 files that have not yet been updated for zlib 1.2.x 20 zlib public header files (must be kept): 22 zlib.h 24 private source files used to build the zlib library:
|
README | 0 ZLIB DATA COMPRESSION LIBRARY 3 zlib 1.2.3 is a general purpose data compression library. All the code is 4 thread safe. The data format used by the zlib library is described by RFCs 6 http://www.ietf.org/rfc/rfc1950.txt (zlib format), rfc1951.txt (deflate format) 8 formats from ftp://ftp.uu.net/graphics/png/documents/zlib/zdoc-index.html 10 All functions of the compression library are documented in the file zlib.h 11 (volunteer to write man pages welcome, contact zlib@gzip.org). A usage example 22 Questions about zlib should be sent to <zlib@gzip.org>, or to Gilles Vollant 23 <info@winimage.com> for the Windows DLL version. The zlib home page i [all...] |
Makefile.in | 1 # Makefile for zlib 3 # For conditions of distribution and use, see copyright notice in zlib.h 8 # If you wish to build zlib as a shared library, use: ./configure -s 14 # To install /usr/local/lib/libz.* and /usr/local/include/zlib.h, type: 65 echo ' *** zlib test OK ***'; \ 67 echo ' *** zlib test FAILED ***'; \ 97 cp zlib.h zconf.h $(includedir) 98 chmod 644 $(includedir)/zlib.h $(includedir)/zconf.h 108 cp zlib.3 $(man3dir) 109 chmod 644 $(man3dir)/zlib. [all...] |
/external/libpng/contrib/pngminim/preader/ |
README | 4 zlib and with your system's X library, run 6 gather.sh # to collect needed files from gregbook, libpng, and zlib
|
gather.sh | 7 # change the following 2 lines if zlib is somewhere else 8 cp ../../../../zlib/*.h . 9 cp ../../../../zlib/*.c .
|
/external/qemu/distrib/zlib-1.2.3/ |
Makefile | 1 # Makefile used to compile zlib statically 14 clean-zlib:
|
inffast.h | 3 * For conditions of distribution and use, see copyright notice in zlib.h 8 subject to change. Applications should only use zlib.h.
|
/external/zlib/contrib/ada/ |
zlib.gpr | 1 project Zlib is 20 end Zlib;
|
test.adb | 2 -- ZLib for Ada thick binding. -- 6 -- Open source license information is in the zlib.ads file. -- 12 -- 1. Test ZLib.Ada95 thick binding functionality. 13 -- 2. Show the example of use main functionality of the ZLib.Ada95 binding. 14 -- 3. Build this program automatically compile all ZLib.Ada95 packages under 17 with ZLib.Streams; 37 Header : constant ZLib.Header_Type := ZLib.Default; 38 -- ZLib.None; 39 -- ZLib.Auto [all...] |
/external/zlib/contrib/minizip/ |
mztools.h | 4 License: Same as ZLIB (www.gzip.org) 15 #include "zlib.h"
|
/external/zlib/old/os2/ |
zlib.def | 2 ; Slightly modified version of ../nt/zlib.dnt :-) 6 DESCRIPTION "Zlib compression library for OS/2"
|
Makefile.os2 | 1 # Makefile for zlib under OS/2 using GCC (PGCC) 2 # For conditions of distribution and use, see copyright notice in zlib.h 31 ZLIB=z.lib 34 LIBS=$(ZLIB) $(SHAREDLIB) $(SHAREDLIBIMP) 51 algorithm.txt zlib.3 msdos/Make*[a-z0-9] msdos/zlib.def msdos/zlib.rc \ 52 nt/Makefile.nt nt/zlib.dnt contrib/README.contrib contrib/*.txt \ 65 echo ' *** zlib test OK ***'; \ 67 echo ' *** zlib test FAILED ***'; [all...] |
/external/zlib/as400/ |
bndsrc | 1 STRPGMEXP PGMLVL(*CURRENT) SIGNATURE('ZLIB') 8 /* *MODULE ADLER32 ZLIB 01/02/01 00:15:09 */ 14 /* *MODULE COMPRESS ZLIB 01/02/01 00:15:09 */ 21 /* *MODULE CRC32 ZLIB 01/02/01 00:15:09 */ 28 /* *MODULE DEFLATE ZLIB 01/02/01 00:15:09 */ 42 /* *MODULE GZIO ZLIB 01/02/01 00:15:09 */ 64 /* *MODULE INFLATE ZLIB 01/02/01 00:15:09 */ 77 /* *MODULE UNCOMPR ZLIB 01/02/01 00:15:09 */ 83 /* *MODULE ZUTIL ZLIB 01/02/01 00:15:09 */ 94 /* *MODULE COMPRESS ZLIB 01/02/01 00:15:09 * [all...] |
/external/zlib/win32/ |
Makefile.gcc | 1 # Makefile for zlib, derived from Makefile.dj2. 3 # Updated for zlib 1.2.x by Christian Spieler and Cosmin Truta, Mar-2003. 8 # For conditions of distribution and use, see copyright notice in zlib.h 18 # To install libz.a, zconf.h and zlib.h in the system directories, type: 81 $(SHAREDLIB): win32/zlib.def $(OBJS) $(OBJA) zlibrc.o 82 dllwrap --driver-name $(CC) --def win32/zlib.def \ 106 install: zlib.h zconf.h $(LIB) 109 -$(INSTALL) zlib.h $(INCLUDE_PATH) 115 -$(RM) $(INCLUDE_PATH)/zlib.h 128 adler32.o: zlib.h zconf. [all...] |
/external/zlib/contrib/delphi/ |
readme.txt | 5 This directory contains an update to the ZLib interface unit, 8 The original ZLib unit is Copyright (c) 1997,99 Borland Corp., 9 and is based on zlib version 1.0.4. There are a series of bugs 10 and security problems associated with that old zlib version, and 11 we recommend the users to update their ZLib unit. 17 - Improved makefile, adapted to zlib version 1.2.1. 20 Longint, for consistency with the zlib.h header, and for 64-bit 30 the original C sources of zlib can be compiled out of the box, 31 and linked to the ZLib unit. 37 Currently, the ZLib unit provides only a limited wrapper aroun [all...] |
/external/zlib/projects/visualc6/ |
README.txt | 1 Microsoft Developer Studio Project Files, Format Version 6.00 for zlib.
5 For conditions of distribution and use, see copyright notice in zlib.h.
8 This project builds the zlib binaries as follows:
14 * Win32_LIB_Release\zlib.lib static build
16 * Win32_LIB_ASM_Release\zlib.lib static build using ASM code
27 Open "zlib.dsw".
51 of your project. Open "zlib.dsp".
55 3.1) Choose the zlib configuration you wish to use.
57 3.3) Set the new zlib configuration name to the name used by
|
/external/libpng/scripts/ |
libpng.icc | 15 option incl(searchpath, "../zlib"), opt(level, "2"), 16 link(libsearchpath, "../zlib") 38 option incl(searchpath, "../zlib"), opt(level, "2"), 39 link(libsearchpath, "../zlib") 45 source type(lib) "zlib.lib"
|
/external/zlib/contrib/asm686/ |
README.686 | 1 This is a patched version of zlib, modified to use 9 compiler used to build the original version of zlib falls afoul of the 25 Added for zlib 1.1.3: 30 To compile zlib with this asm file, copy match.S to the zlib directory
|
/external/skia/xcode/zlib.xcodeproj/ |
project.pbxproj | 24 00B7E2120EDCAC9E00F77EA2 /* adler32.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = adler32.c; path = ../../zlib/adler32.c; sourceTree = SOURCE_ROOT; }; 25 00B7E2130EDCAC9E00F77EA2 /* compress.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = compress.c; path = ../../zlib/compress.c; sourceTree = SOURCE_ROOT; }; 26 00B7E2140EDCAC9E00F77EA2 /* crc32.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = crc32.c; path = ../../zlib/crc32.c; sourceTree = SOURCE_ROOT; }; 27 00B7E2150EDCAC9E00F77EA2 /* deflate.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = deflate.c; path = ../../zlib/deflate.c; sourceTree = SOURCE_ROOT; }; 28 00B7E2160EDCAC9E00F77EA2 /* infback.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = infback.c; path = ../../zlib/infback.c; sourceTree = SOURCE_ROOT; }; 29 00B7E2170EDCAC9E00F77EA2 /* inffast.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = inffast.c; path = ../../zlib/inffast.c; sourceTree = SOURCE_ROOT; }; 30 00B7E2180EDCAC9E00F77EA2 /* inflate.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = inflate.c; path = ../../zlib/inflate.c; sourceTree = SOURCE_ROOT; }; 31 00B7E2190EDCAC9E00F77EA2 /* inftrees.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = inftrees.c; path = ../../zlib/inftrees.c; sourceTree = SOURCE_ROOT; }; 32 00B7E21A0EDCAC9E00F77EA2 /* trees.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = trees.c; path = ../../zlib/trees.c; sourceTree = SOURCE_ROOT; }; 33 00B7E21B0EDCAC9E00F77EA2 /* uncompr.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = uncompr.c; path = ../../zlib/uncompr.c; sourceTree = SOURCE_ROOT; } [all...] |