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

@@ -8,7 +8,7 @@
# Modeled after libxml-config.
version=1.2.9beta8
version=1.2.9beta9
prefix=""
libdir=""
libs=""

View File

@@ -7,7 +7,7 @@
LIBNAME=libpng12
PNGMAJ = 0
PNGMIN = 1.2.9beta8
PNGMIN = 1.2.9beta9
PNGVER = $(PNGMAJ).$(PNGMIN)
CC=cc

View File

@@ -7,7 +7,7 @@
LIBNAME=libpng12
PNGMAJ = 0
PNGMIN = 1.2.9beta8
PNGMIN = 1.2.9beta9
PNGVER = $(PNGMAJ).$(PNGMIN)
CC=cc

View File

@@ -13,14 +13,14 @@ ZLIBLIB = ../zlib
CC = gcc
LD = $(CC)
AR_RC = ar rcs
MKDIR_P = mkdir
MKDIR_P = mkdir -p
RANLIB = ranlib
RM_F = rm -f
LN_SF = ln -f -s
LIBNAME=libpng12
PNGMAJ = 0
PNGMIN = 1.2.9beta8
PNGMIN = 1.2.9beta9
PNGVER = $(PNGMAJ).$(PNGMIN)
prefix=/usr/local

View File

@@ -7,7 +7,7 @@
CC=gcc
AR_RC=ar rc
MKDIR_P=mkdir
MKDIR_P=mkdir -p
LN_SF=ln -sf
RANLIB=ranlib
RM_F=/bin/rm -f
@@ -17,7 +17,7 @@ ZLIBLIB=/usr/local/lib
ZLIBINC=/usr/local/include
PNGMAJ = 0
PNGMIN = 1.2.9beta8
PNGMIN = 1.2.9beta9
PNGVER = $(PNGMAJ).$(PNGMIN)
ALIGN=

View File

@@ -80,7 +80,7 @@ CFLAGS= $(strip $(MINGW_CCFLAGS) $(addprefix -I,$(ZLIBINC)) \
LIBNAME = libpng12
PNGMAJ = 0
CYGDLL = 12
PNGMIN = 1.2.9beta8
PNGMIN = 1.2.9beta9
PNGVER = $(PNGMAJ).$(PNGMIN)
SHAREDLIB=cygpng$(CYGDLL).dll

View File

@@ -18,7 +18,7 @@ ZLIBINC=../zlib
CC=cc
AR_RC=ar rc
MKDIR_P=mkdir
MKDIR_P=mkdir -p
LN_SF=ln -sf
RANLIB=ranlib
RM_F=/bin/rm -f
@@ -27,7 +27,7 @@ CFLAGS=-I$(ZLIBINC) -Wall -O3 -funroll-loops
LDFLAGS=-L. -L$(ZLIBLIB) -lpng12 -lz
PNGMAJ = 0
PNGMIN = 1.2.9beta8
PNGMIN = 1.2.9beta9
PNGVER = $(PNGMAJ).$(PNGMIN)
LIBNAME = libpng12

View File

@@ -33,7 +33,7 @@ ZLIBLIB=../zlib
ZLIBINC=../zlib
PNGMAJ = 0
PNGMIN = 1.2.9beta8
PNGMIN = 1.2.9beta9
PNGVER = $(PNGMAJ).$(PNGMIN)
LIBNAME = libpng12

View File

@@ -11,7 +11,7 @@
LIBNAME = libpng12
PNGMAJ = 0
PNGMIN = 1.2.9beta8
PNGMIN = 1.2.9beta9
PNGVER = $(PNGMAJ).$(PNGMIN)
AR_RC=ar rc

View File

@@ -15,7 +15,7 @@
LIBNAME = libpng12
PNGMAJ = 0
PNGMIN = 1.2.9beta8
PNGMIN = 1.2.9beta9
PNGVER = $(PNGMAJ).$(PNGMIN)
# Compiler, linker, lib and other tools
@@ -23,7 +23,7 @@ CC = gcc
LD = $(CC)
AR_RC = ar rc
LN_SF = ln -sf
MKDIR_P = mkdir
MKDIR_P = mkdir -p
RANLIB = ranlib
RM_F = /bin/rm -f

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
@@ -32,7 +32,7 @@ LDFLAGS=-L. -L$(ZLIBLIB) -lpng -lz -lm
PNGMAJ = 0
PNGMIN = 1.2.9beta8
PNGMIN = 1.2.9beta9
PNGVER = $(PNGMAJ).$(PNGMIN)
LIBNAME = libpng12

View File

@@ -8,7 +8,7 @@
CC=gcc
LD=ld
AR_RC=ar rc
MKDIR_P=mkdir
MKDIR_P=mkdir -p
LN_SF=ln -sf
RANLIB=ranlib
RM_F=/bin/rm -f
@@ -44,7 +44,7 @@ CFLAGS=-I$(ZLIBINC) -Wall -O3 -funroll-loops \
LDFLAGS=-L. -L$(ZLIBLIB) -lpng12 -lz -lm
PNGMAJ = 0
PNGMIN = 1.2.9beta8
PNGMIN = 1.2.9beta9
PNGVER = $(PNGMAJ).$(PNGMIN)
LIBNAME = libpng12

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

View File

@@ -5,7 +5,7 @@
LIBNAME = libpng12
PNGMAJ = 0
PNGMIN = 1.2.9beta8
PNGMIN = 1.2.9beta9
PNGVER = $(PNGMAJ).$(PNGMIN)
AR_RC=ar rc

View File

@@ -13,7 +13,7 @@ INCSDIR=${LOCALBASE}/include/libpng12
LIB= png12
SHLIB_MAJOR= 0
SHLIB_MINOR= 1.2.9beta8
SHLIB_MINOR= 1.2.9beta9
SRCS= pnggccrd.c png.c pngset.c pngget.c pngrutil.c pngtrans.c pngwutil.c \
pngread.c pngrio.c pngwio.c pngwrite.c pngrtran.c \
pngwtran.c pngmem.c pngerror.c pngpread.c

View File

@@ -13,7 +13,7 @@ INCSDIR=${LOCALBASE}/include/libpng
LIB= png
SHLIB_MAJOR= 3
SHLIB_MINOR= 1.2.9beta8
SHLIB_MINOR= 1.2.9beta9
SRCS= pnggccrd.c png.c pngset.c pngget.c pngrutil.c pngtrans.c pngwutil.c \
pngread.c pngrio.c pngwio.c pngwrite.c pngrtran.c \
pngwtran.c pngmem.c pngerror.c pngpread.c

View File

@@ -7,7 +7,7 @@ LIBDIR= ${PREFIX}/lib
MANDIR= ${PREFIX}/man/cat
SHLIB_MAJOR= 0
SHLIB_MINOR= 1.2.9beta8
SHLIB_MINOR= 1.2.9beta9
LIB= png
SRCS= png.c pngerror.c pnggccrd.c pngget.c pngmem.c pngpread.c \

View File

@@ -27,7 +27,7 @@ CFLAGS= -dy -belf -I$(ZLIBINC) -O3
LDFLAGS=-L. -L$(ZLIBLIB) -lpng12 -lz -lm
PNGMAJ = 0
PNGMIN = 1.2.9beta8
PNGMIN = 1.2.9beta9
PNGVER = $(PNGMAJ).$(PNGMIN)
LIBNAME = libpng12

View File

@@ -19,7 +19,7 @@ ZLIBINC=../zlib
LIBNAME=libpng12
PNGMAJ = 0
PNGMIN = 1.2.9beta8
PNGMIN = 1.2.9beta9
PNGVER = $(PNGMAJ).$(PNGMIN)
AR_RC=ar rc

View File

@@ -5,7 +5,7 @@
LIBNAME=libpng12
PNGMAJ = 0
PNGMIN = 1.2.9beta8
PNGMIN = 1.2.9beta9
PNGVER = $(PNGMAJ).$(PNGMIN)
# Where make install puts libpng.a, libpng12.so, and libpng12/png.h

View File

@@ -37,7 +37,7 @@ CFLAGS=-I$(ZLIBINC) -O3
LDFLAGS=-L. -R. -L$(ZLIBLIB) -R$(ZLIBLIB) -lpng12 -lz -lm
PNGMAJ = 0
PNGMIN = 1.2.9beta8
PNGMIN = 1.2.9beta9
PNGVER = $(PNGMAJ).$(PNGMIN)
LIBNAME = libpng12

View File

@@ -33,7 +33,7 @@ CFLAGS=-I$(ZLIBINC) -Wall -O \
LDFLAGS=-L. -R. -L$(ZLIBLIB) -R$(ZLIBLIB) -lpng12 -lz -lm
PNGMAJ = 0
PNGMIN = 1.2.9beta8
PNGMIN = 1.2.9beta9
PNGVER = $(PNGMAJ).$(PNGMIN)
LIBNAME = libpng12

View File

@@ -2,7 +2,7 @@
; PNG.LIB module definition file for OS/2
;----------------------------------------
; Version 1.2.9beta8
; Version 1.2.9beta9
LIBRARY PNG
DESCRIPTION "PNG image compression library for OS/2"

View File

@@ -5,7 +5,7 @@
LIBRARY
EXPORTS
;Version 1.2.9beta8
;Version 1.2.9beta9
png_build_grayscale_palette @1
png_check_sig @2
png_chunk_error @3