summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2010-02-21 23:07:13 -0600
committerGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2010-02-21 23:07:13 -0600
commit4531ded5c119267c4c6f4d2a55ffde30c9b14d72 (patch)
treec6d16e0b9d5c0ae9a0bb8ee867e510f9189250d7 /contrib
parent95ca51b6e259bca94c1519320ee3c6a19454f15d (diff)
downloadlibpng-4531ded5c119267c4c6f4d2a55ffde30c9b14d72.tar.gz
[devel] Removed unused gzio.c from contrib/pngminim gather and makefile scripts
This is necessary when libz is upgraded to 1.2.4
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/pngminim/decoder/gather.sh2
-rw-r--r--contrib/pngminim/decoder/makefile2
-rwxr-xr-xcontrib/pngminim/encoder/gather.sh2
-rw-r--r--contrib/pngminim/encoder/makefile2
-rwxr-xr-xcontrib/pngminim/preader/gather.sh2
-rw-r--r--contrib/pngminim/preader/makefile2
6 files changed, 6 insertions, 6 deletions
diff --git a/contrib/pngminim/decoder/gather.sh b/contrib/pngminim/decoder/gather.sh
index e66616ee3..264564deb 100755
--- a/contrib/pngminim/decoder/gather.sh
+++ b/contrib/pngminim/decoder/gather.sh
@@ -5,4 +5,4 @@ rm example.c pngtest.c pngpread.c pngw*.c
# change the following 2 lines if zlib is somewhere else
cp ../../../../zlib/*.h .
cp ../../../../zlib/*.c .
-rm minigzip.c example.c compress.c deflate.c
+rm minigzip.c example.c compress.c deflate.c gz*
diff --git a/contrib/pngminim/decoder/makefile b/contrib/pngminim/decoder/makefile
index 13c56d16e..9ddbe14cd 100644
--- a/contrib/pngminim/decoder/makefile
+++ b/contrib/pngminim/decoder/makefile
@@ -15,7 +15,7 @@ O=.o
L=.a
E=
-ZOBJS = adler32$(O) crc32$(O) gzio$(O) \
+ZOBJS = adler32$(O) crc32$(O) \
infback$(O) inffast$(O) inflate$(O) inftrees$(O) \
trees$(O) uncompr$(O) zutil$(O)
diff --git a/contrib/pngminim/encoder/gather.sh b/contrib/pngminim/encoder/gather.sh
index 8e6cadd15..d79cd2b85 100755
--- a/contrib/pngminim/encoder/gather.sh
+++ b/contrib/pngminim/encoder/gather.sh
@@ -6,4 +6,4 @@ rm example.c pngtest.c pngr*.c pngpread.c
cp ../../../../zlib/*.h .
cp ../../../../zlib/*.c .
rm inf*.[ch]
-rm minigzip.c example.c
+rm minigzip.c example.c gz*
diff --git a/contrib/pngminim/encoder/makefile b/contrib/pngminim/encoder/makefile
index 035ecff47..b65b99d9a 100644
--- a/contrib/pngminim/encoder/makefile
+++ b/contrib/pngminim/encoder/makefile
@@ -14,7 +14,7 @@ O=.o
L=.a
E=
-ZOBJS = adler32$(O) compress$(O) crc32$(O) deflate$(O) gzio$(O) \
+ZOBJS = adler32$(O) compress$(O) crc32$(O) deflate$(O) \
dummy_inflate$(O) \
trees$(O) uncompr$(O) zutil$(O)
diff --git a/contrib/pngminim/preader/gather.sh b/contrib/pngminim/preader/gather.sh
index 8196e91aa..4fe4231bc 100755
--- a/contrib/pngminim/preader/gather.sh
+++ b/contrib/pngminim/preader/gather.sh
@@ -6,4 +6,4 @@ rm example.c pngtest.c pngw*.c
# change the following 2 lines if zlib is somewhere else
cp ../../../../zlib/*.h .
cp ../../../../zlib/*.c .
-rm minigzip.c example.c compress.c deflate.c
+rm minigzip.c example.c compress.c deflate.c gz*
diff --git a/contrib/pngminim/preader/makefile b/contrib/pngminim/preader/makefile
index 007236f93..cc4e6e521 100644
--- a/contrib/pngminim/preader/makefile
+++ b/contrib/pngminim/preader/makefile
@@ -31,7 +31,7 @@ O=.o
L=.a
E=
-ZOBJS = adler32$(O) crc32$(O) gzio$(O) \
+ZOBJS = adler32$(O) crc32$(O) \
infback$(O) inffast$(O) inflate$(O) inftrees$(O) \
trees$(O) uncompr$(O) zutil$(O)