[libpng10] Imported from libpng-1.0.24rc1.tar

This commit is contained in:
Glenn Randers-Pehrson
2007-01-24 06:57:00 -06:00
parent 1a2e75ccf1
commit 551892bb60
46 changed files with 141 additions and 124 deletions

View File

@@ -7,7 +7,7 @@
# Library name:
LIBNAME = libpng10
PNGMAJ = 0
PNGMIN = 1.0.23
PNGMIN = 1.0.24rc1
PNGVER = $(PNGMAJ).$(PNGMIN)
# Shared library names:
@@ -93,8 +93,8 @@ libpng.a: $(OBJS)
$(RANLIB) $@
libpng.pc:
cat scripts/libpng.pc.in | sed -e s!@PREFIX@!$(prefix)! \|
sed -s s!Cflags: !Cflags: -DPNG_NO_MMX_CODE !> libpng.pc
cat scripts/libpng.pc.in | sed -e s!@PREFIX@!$(prefix)! \
| sed -e "s!Cflags: !Cflags: -DPNG_NO_MMX_CODE !"> libpng.pc
libpng-config:
( cat scripts/libpng-config-head.in; \