Imported from libpng-1.2.9beta9.tar

This commit is contained in:
Glenn Randers-Pehrson
2006-03-10 10:19:04 -06:00
parent 1ce0836b4a
commit 170b70ce30
55 changed files with 252 additions and 161 deletions

View File

@@ -17,7 +17,7 @@ ZLIBINC=/opt/zlib/include
AR_RC=ar rc
CC=cc
MKDIR_P=mkdir
MKDIR_P=mkdir -p
LN_SF=ln -sf
RANLIB=ranlib
RM_F=/bin/rm -f
@@ -28,7 +28,7 @@ CCFLAGS=-I$(ZLIBINC) -O -Ae +DA1.1 +DS2.0
LDFLAGS=-L. -L$(ZLIBLIB) -lpng -lz -lm
PNGMAJ = 0
PNGMIN = 1.2.9beta8
PNGMIN = 1.2.9beta9
PNGVER = $(PNGMAJ).$(PNGMIN)
LIBNAME = libpng12