Introducing zlib as shared library.
commit6f65adfa49e1724263eed09270605ff84c730eaa
authormazze <mazze@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Fri, 18 May 2012 15:19:41 +0000 (18 15:19 +0000)
committermazze <mazze@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Fri, 18 May 2012 15:19:41 +0000 (18 15:19 +0000)
tree572589f1477cbf034ba022fe65ea0212bc2a0f8c
parentedf9ed3c15930058d342061f356d5e384c87588b
Introducing zlib as shared library.

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@44833 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
76 files changed:
compiler/include/libraries/z_au.h [new file with mode: 0644]
compiler/include/zlib.h [new file with mode: 0644]
compiler/libpng/mmakefile.src
compiler/zlib/FAQ [deleted file]
compiler/zlib/LEGAL [deleted file]
compiler/zlib/algorithm.txt [deleted file]
compiler/zlib/example.c [deleted file]
compiler/zlib/examples/README.examples [deleted file]
compiler/zlib/examples/enough.c [deleted file]
compiler/zlib/examples/fitblk.c [deleted file]
compiler/zlib/examples/gun.c [deleted file]
compiler/zlib/examples/gzappend.c [deleted file]
compiler/zlib/examples/gzjoin.c [deleted file]
compiler/zlib/examples/gzlog.c [deleted file]
compiler/zlib/examples/gzlog.h [deleted file]
compiler/zlib/examples/zlib_how.html [deleted file]
compiler/zlib/examples/zpipe.c [deleted file]
compiler/zlib/examples/zran.c [deleted file]
compiler/zlib/gzio.c [deleted file]
compiler/zlib/minigzip.c [deleted file]
compiler/zlib/mmakefile.src [deleted file]
compiler/zlib/zlib.3 [deleted file]
workbench/classes/datatypes/png/mmakefile.src
workbench/libs/icon/mmakefile.src
workbench/libs/z/ChangeLog [moved from compiler/zlib/ChangeLog with 84% similarity]
workbench/libs/z/INDEX [new file with mode: 0644]
workbench/libs/z/Makefile.in [new file with mode: 0644]
workbench/libs/z/README [moved from compiler/zlib/README with 87% similarity]
workbench/libs/z/adler32.c [moved from compiler/zlib/adler32.c with 73% similarity]
workbench/libs/z/amilib.h [new file with mode: 0644]
workbench/libs/z/compress.c [moved from compiler/zlib/compress.c with 100% similarity]
workbench/libs/z/contrib/blast/Makefile [new file with mode: 0644]
workbench/libs/z/contrib/blast/README [new file with mode: 0644]
workbench/libs/z/contrib/blast/blast.c [new file with mode: 0644]
workbench/libs/z/contrib/blast/blast.h [new file with mode: 0644]
workbench/libs/z/contrib/blast/test.pk [new file with mode: 0644]
workbench/libs/z/contrib/blast/test.txt [new file with mode: 0644]
workbench/libs/z/contrib/infback9/README [new file with mode: 0644]
workbench/libs/z/contrib/infback9/infback9.c [copied from compiler/zlib/infback.c with 64% similarity]
workbench/libs/z/contrib/infback9/infback9.h [new file with mode: 0644]
workbench/libs/z/contrib/infback9/inffix9.h [new file with mode: 0644]
workbench/libs/z/contrib/infback9/inflate9.h [new file with mode: 0644]
workbench/libs/z/contrib/infback9/inftree9.c [copied from compiler/zlib/inftrees.c with 84% similarity]
workbench/libs/z/contrib/infback9/inftree9.h [copied from compiler/zlib/inftrees.h with 78% similarity]
workbench/libs/z/crc32.c [moved from compiler/zlib/crc32.c with 86% similarity]
workbench/libs/z/crc32.h [moved from compiler/zlib/crc32.h with 99% similarity]
workbench/libs/z/deflate.c [moved from compiler/zlib/deflate.c with 91% similarity]
workbench/libs/z/deflate.h [moved from compiler/zlib/deflate.h with 97% similarity]
workbench/libs/z/gzclose.c [moved from compiler/zlib/gzclose.c with 100% similarity]
workbench/libs/z/gzguts.h [moved from compiler/zlib/gzguts.h with 68% similarity]
workbench/libs/z/gzlib.c [moved from compiler/zlib/gzlib.c with 78% similarity]
workbench/libs/z/gzread.c [moved from compiler/zlib/gzread.c with 52% similarity]
workbench/libs/z/gzwrite.c [moved from compiler/zlib/gzwrite.c with 79% similarity]
workbench/libs/z/infback.c [moved from compiler/zlib/infback.c with 99% similarity]
workbench/libs/z/inffast.c [moved from compiler/zlib/inffast.c with 100% similarity]
workbench/libs/z/inffast.h [moved from compiler/zlib/inffast.h with 100% similarity]
workbench/libs/z/inffixed.h [moved from compiler/zlib/inffixed.h with 96% similarity]
workbench/libs/z/inflate.c [moved from compiler/zlib/inflate.c with 96% similarity]
workbench/libs/z/inflate.h [moved from compiler/zlib/inflate.h with 100% similarity]
workbench/libs/z/inftrees.c [moved from compiler/zlib/inftrees.c with 90% similarity]
workbench/libs/z/inftrees.h [moved from compiler/zlib/inftrees.h with 100% similarity]
workbench/libs/z/init-aros.c [new file with mode: 0644]
workbench/libs/z/make_vms.com [new file with mode: 0644]
workbench/libs/z/mmakefile.src [new file with mode: 0644]
workbench/libs/z/support.h [new file with mode: 0644]
workbench/libs/z/treebuild.xml [new file with mode: 0644]
workbench/libs/z/trees.c [moved from compiler/zlib/trees.c with 96% similarity]
workbench/libs/z/trees.h [moved from compiler/zlib/trees.h with 100% similarity]
workbench/libs/z/uncompr.c [moved from compiler/zlib/uncompr.c with 100% similarity]
workbench/libs/z/z_au.conf [new file with mode: 0644]
workbench/libs/z/zconf.h [copied from compiler/zlib/zconf.h with 73% similarity]
workbench/libs/z/zconf.h.in [moved from compiler/zlib/zconf.h with 73% similarity]
workbench/libs/z/zlib.h [moved from compiler/zlib/zlib.h with 85% similarity]
workbench/libs/z/zlib.pc.in [new file with mode: 0644]
workbench/libs/z/zutil.c [moved from compiler/zlib/zutil.c with 95% similarity]
workbench/libs/z/zutil.h [moved from compiler/zlib/zutil.h with 74% similarity]