diff options
author | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2007-12-07 18:10:24 -0600 |
---|---|---|
committer | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2009-04-06 16:15:46 -0500 |
commit | af99dba0189236b2d28da9933feef6e1022fb918 (patch) | |
tree | c8fdc41cfb58dbc5f06a0ffd188e200562ee8e7b /contrib | |
parent | 03dfa028d250cf9d504ea634323ac962ab1724f5 (diff) | |
download | libpng-af99dba0189236b2d28da9933feef6e1022fb918.tar.gz |
Imported from libpng-1.2.24rc01.tarv1.2.24rc01
Diffstat (limited to 'contrib')
-rwxr-xr-x | contrib/pngminim/decoder/gather.sh | 4 | ||||
-rw-r--r-- | contrib/pngminim/decoder/makefile.std | 2 | ||||
-rwxr-xr-x | contrib/pngminim/encoder/gather.sh | 2 | ||||
-rw-r--r-- | contrib/pngminim/encoder/makefile.std | 1 |
4 files changed, 4 insertions, 5 deletions
diff --git a/contrib/pngminim/decoder/gather.sh b/contrib/pngminim/decoder/gather.sh index 824b1a834..e28ddaf03 100755 --- a/contrib/pngminim/decoder/gather.sh +++ b/contrib/pngminim/decoder/gather.sh @@ -1,8 +1,8 @@ cp ../../pngminus/png2pnm.c pngm2pnm.c cp ../../../*.h . cp ../../../*.c . -rm example.c pnggccrd.c pngvcrd.c pngtest.c +rm example.c pnggccrd.c pngvcrd.c pngtest.c pngpread.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 diff --git a/contrib/pngminim/decoder/makefile.std b/contrib/pngminim/decoder/makefile.std index b3f714262..27e04cbde 100644 --- a/contrib/pngminim/decoder/makefile.std +++ b/contrib/pngminim/decoder/makefile.std @@ -20,7 +20,7 @@ ZOBJS = adler32$(O) crc32$(O) gzio$(O) \ trees$(O) uncompr$(O) zutil$(O) OBJS = pngm2pnm$(O) png$(O) pngerror$(O) pngget$(O) pngmem$(O) \ - pngpread$(O) pngread$(O) pngrio$(O) pngrtran$(O) pngrutil$(O) \ + pngread$(O) pngrio$(O) pngrtran$(O) pngrutil$(O) \ pngset$(O) pngtrans$(O) $(ZOBJS) # implicit make rules ------------------------------------------------------- diff --git a/contrib/pngminim/encoder/gather.sh b/contrib/pngminim/encoder/gather.sh index 0abb2c7c6..7b0c80365 100755 --- a/contrib/pngminim/encoder/gather.sh +++ b/contrib/pngminim/encoder/gather.sh @@ -1,7 +1,7 @@ cp ../../pngminus/pnm2png.c pnm2pngm.c cp ../../../*.h . cp ../../../*.c . -rm example.c pnggccrd.c pngvcrd.c pngtest.c +rm example.c pnggccrd.c pngvcrd.c pngtest.c pngr*.c # Change the next 2 lines if zlib is somewhere else. cp ../../../../zlib/*.h . cp ../../../../zlib/*.c . diff --git a/contrib/pngminim/encoder/makefile.std b/contrib/pngminim/encoder/makefile.std index 0e459cafc..1182b5b23 100644 --- a/contrib/pngminim/encoder/makefile.std +++ b/contrib/pngminim/encoder/makefile.std @@ -19,7 +19,6 @@ ZOBJS = adler32$(O) compress$(O) crc32$(O) deflate$(O) gzio$(O) \ trees$(O) uncompr$(O) zutil$(O) OBJS = pnm2pngm$(O) png$(O) pngerror$(O) pngget$(O) pngmem$(O) \ - pngpread$(O) pngread$(O) pngrio$(O) pngrtran$(O) pngrutil$(O) \ pngset$(O) pngtrans$(O) pngwio$(O) pngwrite$(O) \ pngwtran$(O) pngwutil$(O) $(ZOBJS) |