Merged scripts/makefiles and other scripts with libpng-1.4.0beta57.
These are mostly just cosmetic changes.
This commit is contained in:
parent
a8476a8404
commit
031a8648cb
@ -1,6 +1,6 @@
|
|||||||
libpng.txt - A description on how to use and modify libpng
|
libpng.txt - A description on how to use and modify libpng
|
||||||
|
|
||||||
libpng version 1.2.36 - May 6, 2009
|
libpng version 1.2.37beta01 - May 7, 2009
|
||||||
Updated and distributed by Glenn Randers-Pehrson
|
Updated and distributed by Glenn Randers-Pehrson
|
||||||
<glennrp at users.sourceforge.net>
|
<glennrp at users.sourceforge.net>
|
||||||
Copyright (c) 1998-2009 Glenn Randers-Pehrson
|
Copyright (c) 1998-2009 Glenn Randers-Pehrson
|
||||||
@ -9,7 +9,7 @@ libpng.txt - A description on how to use and modify libpng
|
|||||||
|
|
||||||
Based on:
|
Based on:
|
||||||
|
|
||||||
libpng versions 0.97, January 1998, through 1.2.36 - May 6, 2009
|
libpng versions 0.97, January 1998, through 1.2.37beta01 - May 7, 2009
|
||||||
Updated and distributed by Glenn Randers-Pehrson
|
Updated and distributed by Glenn Randers-Pehrson
|
||||||
Copyright (c) 1998-2009 Glenn Randers-Pehrson
|
Copyright (c) 1998-2009 Glenn Randers-Pehrson
|
||||||
|
|
||||||
@ -2947,13 +2947,13 @@ when the Intel assembler code was removed due to a licensing issue.
|
|||||||
IX. (Omitted)
|
IX. (Omitted)
|
||||||
X. Y2K Compliance in libpng
|
X. Y2K Compliance in libpng
|
||||||
|
|
||||||
May 6, 2009
|
May 7, 2009
|
||||||
|
|
||||||
Since the PNG Development group is an ad-hoc body, we can't make
|
Since the PNG Development group is an ad-hoc body, we can't make
|
||||||
an official declaration.
|
an official declaration.
|
||||||
|
|
||||||
This is your unofficial assurance that libpng from version 0.71 and
|
This is your unofficial assurance that libpng from version 0.71 and
|
||||||
upward through 1.2.36 are Y2K compliant. It is my belief that earlier
|
upward through 1.2.37beta01 are Y2K compliant. It is my belief that earlier
|
||||||
versions were also Y2K compliant.
|
versions were also Y2K compliant.
|
||||||
|
|
||||||
Libpng only has three year fields. One is a 2-byte unsigned integer that
|
Libpng only has three year fields. One is a 2-byte unsigned integer that
|
@ -184,7 +184,6 @@ install_targets(/lib ${PNG_LIB_NAME})
|
|||||||
if(PNG_STATIC)
|
if(PNG_STATIC)
|
||||||
install_targets(/lib ${PNG_LIB_NAME_STATIC})
|
install_targets(/lib ${PNG_LIB_NAME_STATIC})
|
||||||
endif(PNG_STATIC)
|
endif(PNG_STATIC)
|
||||||
|
|
||||||
install(FILES png.h pngconf.h DESTINATION include)
|
install(FILES png.h pngconf.h DESTINATION include)
|
||||||
install(FILES png.h pngconf.h DESTINATION include/${PNGLIB_NAME})
|
install(FILES png.h pngconf.h DESTINATION include/${PNGLIB_NAME})
|
||||||
install(FILES libpng.3 libpngpf.3 DESTINATION man/man3)
|
install(FILES libpng.3 libpngpf.3 DESTINATION man/man3)
|
||||||
|
@ -29,7 +29,7 @@ test : pngtest.exe
|
|||||||
run pngtest
|
run pngtest
|
||||||
|
|
||||||
clean :
|
clean :
|
||||||
delete *.obj;*,*.exe;*
|
delete *.obj;*,*.exe;
|
||||||
|
|
||||||
|
|
||||||
# Other dependencies.
|
# Other dependencies.
|
||||||
@ -44,9 +44,9 @@ pngerror.obj : png.h, pngconf.h
|
|||||||
pngmem.obj : png.h, pngconf.h
|
pngmem.obj : png.h, pngconf.h
|
||||||
pngrio.obj : png.h, pngconf.h
|
pngrio.obj : png.h, pngconf.h
|
||||||
pngwio.obj : png.h, pngconf.h
|
pngwio.obj : png.h, pngconf.h
|
||||||
pngtest.obj : png.h, pngconf.h
|
|
||||||
pngtrans.obj : png.h, pngconf.h
|
pngtrans.obj : png.h, pngconf.h
|
||||||
pngwrite.obj : png.h, pngconf.h
|
pngwrite.obj : png.h, pngconf.h
|
||||||
pngwtran.obj : png.h, pngconf.h
|
pngwtran.obj : png.h, pngconf.h
|
||||||
pngwutil.obj : png.h, pngconf.h
|
pngwutil.obj : png.h, pngconf.h
|
||||||
|
|
||||||
|
pngtest.obj : png.h, pngconf.h
|
||||||
|
@ -10,7 +10,6 @@ CMHGflags =
|
|||||||
LibFileflags = -c -l -o $@
|
LibFileflags = -c -l -o $@
|
||||||
Squeezeflags = -o $@
|
Squeezeflags = -o $@
|
||||||
|
|
||||||
|
|
||||||
# Final targets:
|
# Final targets:
|
||||||
@.libpng-lib: @.o.png @.o.pngerror @.o.pngrio @.o.pngwio @.o.pngmem \
|
@.libpng-lib: @.o.png @.o.pngerror @.o.pngrio @.o.pngwio @.o.pngmem \
|
||||||
@.o.pngpread @.o.pngset @.o.pngget @.o.pngread @.o.pngrtran \
|
@.o.pngpread @.o.pngset @.o.pngget @.o.pngread @.o.pngrtran \
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# makefile for libpng using gcc (generic, static library)
|
# makefile for libpng using gcc (generic, static library)
|
||||||
# Copyright (C) 2002, 2006, 2008 Glenn Randers-Pehrson
|
# Copyright (C) 2002, 2006-2009 Glenn Randers-Pehrson
|
||||||
# Copyright (C) 2000 Cosmin Truta
|
# Copyright (C) 2000 Cosmin Truta
|
||||||
# Copyright (C) 2000 Marc O. Gloor (AIX support added, from makefile.gcc)
|
# Copyright (C) 2000 Marc O. Gloor (AIX support added, from makefile.gcc)
|
||||||
# Copyright (C) 1995 Guy Eric Schalnat, Group 42, Inc.
|
# Copyright (C) 1995 Guy Eric Schalnat, Group 42, Inc.
|
||||||
@ -104,10 +104,10 @@ pngrio$(O): png.h pngconf.h
|
|||||||
pngrtran$(O): png.h pngconf.h
|
pngrtran$(O): png.h pngconf.h
|
||||||
pngrutil$(O): png.h pngconf.h
|
pngrutil$(O): png.h pngconf.h
|
||||||
pngset$(O): png.h pngconf.h
|
pngset$(O): png.h pngconf.h
|
||||||
pngtest$(O): png.h pngconf.h
|
|
||||||
pngtrans$(O): png.h pngconf.h
|
pngtrans$(O): png.h pngconf.h
|
||||||
pngwio$(O): png.h pngconf.h
|
pngwio$(O): png.h pngconf.h
|
||||||
pngwrite$(O): png.h pngconf.h
|
pngwrite$(O): png.h pngconf.h
|
||||||
pngwtran$(O): png.h pngconf.h
|
pngwtran$(O): png.h pngconf.h
|
||||||
pngwutil$(O): png.h pngconf.h
|
pngwutil$(O): png.h pngconf.h
|
||||||
|
|
||||||
|
pngtest$(O): png.h pngconf.h
|
||||||
|
@ -11,7 +11,6 @@
|
|||||||
## Where zlib.h, zconf.h and zlib.lib are
|
## Where zlib.h, zconf.h and zlib.lib are
|
||||||
ZLIB_DIR=..\zlib
|
ZLIB_DIR=..\zlib
|
||||||
|
|
||||||
|
|
||||||
## Compiler, linker and lib stuff
|
## Compiler, linker and lib stuff
|
||||||
CC=bcc32
|
CC=bcc32
|
||||||
LD=bcc32
|
LD=bcc32
|
||||||
@ -49,7 +48,6 @@ CFLAGS=-I$(ZLIB_DIR) -O2 -d -k- -w $(TARGET_CPU) $(CDEBUG)
|
|||||||
# -M generate map file
|
# -M generate map file
|
||||||
LDFLAGS=-L$(ZLIB_DIR) -M $(LDEBUG)
|
LDFLAGS=-L$(ZLIB_DIR) -M $(LDEBUG)
|
||||||
|
|
||||||
|
|
||||||
## Variables
|
## Variables
|
||||||
OBJS = \
|
OBJS = \
|
||||||
png.obj \
|
png.obj \
|
||||||
@ -87,7 +85,6 @@ LIBOBJS = \
|
|||||||
|
|
||||||
LIBNAME=libpng.lib
|
LIBNAME=libpng.lib
|
||||||
|
|
||||||
|
|
||||||
## Implicit rules
|
## Implicit rules
|
||||||
# Braces let make "batch" calls to the compiler,
|
# Braces let make "batch" calls to the compiler,
|
||||||
# 2 calls instead of 12; space is important.
|
# 2 calls instead of 12; space is important.
|
||||||
@ -100,7 +97,6 @@ LIBNAME=libpng.lib
|
|||||||
.obj.exe:
|
.obj.exe:
|
||||||
$(LD) $(LDFLAGS) $*.obj $(LIBNAME) zlib.lib $(NOEHLIB)
|
$(LD) $(LDFLAGS) $*.obj $(LIBNAME) zlib.lib $(NOEHLIB)
|
||||||
|
|
||||||
|
|
||||||
## Major targets
|
## Major targets
|
||||||
all: libpng pngtest
|
all: libpng pngtest
|
||||||
|
|
||||||
@ -111,25 +107,24 @@ pngtest: pngtest.exe
|
|||||||
test: pngtest.exe
|
test: pngtest.exe
|
||||||
pngtest
|
pngtest
|
||||||
|
|
||||||
|
|
||||||
## Minor Targets
|
## Minor Targets
|
||||||
|
|
||||||
png.obj: png.c
|
png.obj: png.c png.h pngconf.h
|
||||||
pngerror.obj: pngerror.c
|
pngerror.obj: pngerror.c png.h pngconf.h
|
||||||
pngget.obj: pngget.c
|
pngget.obj: pngget.c png.h pngconf.h
|
||||||
pngmem.obj: pngmem.c
|
pngmem.obj: pngmem.c png.h pngconf.h
|
||||||
pngpread.obj: pngpread.c
|
pngpread.obj: pngpread.c png.h pngconf.h
|
||||||
pngread.obj: pngread.c
|
pngread.obj: pngread.c png.h pngconf.h
|
||||||
pngrio.obj: pngrio.c
|
pngrio.obj: pngrio.c png.h pngconf.h
|
||||||
pngrtran.obj: pngrtran.c
|
pngrtran.obj: pngrtran.c png.h pngconf.h
|
||||||
pngrutil.obj: pngrutil.c
|
pngrutil.obj: pngrutil.c png.h pngconf.h
|
||||||
pngset.obj: pngset.c
|
pngset.obj: pngset.c png.h pngconf.h
|
||||||
pngtrans.obj: pngtrans.c
|
pngtrans.obj: pngtrans.c png.h pngconf.h
|
||||||
pngwio.obj: pngwio.c
|
pngwio.obj: pngwio.c png.h pngconf.h
|
||||||
pngwrite.obj: pngwrite.c
|
pngwrite.obj: pngwrite.c png.h pngconf.h
|
||||||
pngwtran.obj: pngwtran.c
|
pngwtran.obj: pngwtran.c png.h pngconf.h
|
||||||
pngwutil.obj: pngwutil.c
|
pngwutil.obj: pngwutil.c png.h pngconf.h
|
||||||
|
pngtest.obj: pngtest.c png.h pngconf.h
|
||||||
|
|
||||||
$(LIBNAME): $(OBJS)
|
$(LIBNAME): $(OBJS)
|
||||||
-del $(LIBNAME)
|
-del $(LIBNAME)
|
||||||
@ -137,7 +132,6 @@ $(LIBNAME): $(OBJS)
|
|||||||
$(LIBOBJS), libpng
|
$(LIBOBJS), libpng
|
||||||
|
|
|
|
||||||
|
|
||||||
|
|
||||||
# Cleanup
|
# Cleanup
|
||||||
clean:
|
clean:
|
||||||
-del *.obj
|
-del *.obj
|
||||||
@ -148,5 +142,4 @@ clean:
|
|||||||
-del *.tds
|
-del *.tds
|
||||||
-del pngout.png
|
-del pngout.png
|
||||||
|
|
||||||
|
|
||||||
# End of makefile for libpng
|
# End of makefile for libpng
|
||||||
|
@ -223,4 +223,5 @@ pngwrite.o pngwrite.pic.o: png.h pngconf.h
|
|||||||
pngwtran.o pngwtran.pic.o: png.h pngconf.h
|
pngwtran.o pngwtran.pic.o: png.h pngconf.h
|
||||||
pngwutil.o pngwutil.pic.o: png.h pngconf.h
|
pngwutil.o pngwutil.pic.o: png.h pngconf.h
|
||||||
pngpread.o pngpread.pic.o: png.h pngconf.h
|
pngpread.o pngpread.pic.o: png.h pngconf.h
|
||||||
|
|
||||||
pngtest.o: png.h pngconf.h
|
pngtest.o: png.h pngconf.h
|
||||||
|
@ -12,7 +12,6 @@
|
|||||||
## Where zlib.h, zconf.h and zlib_MODEL.lib are
|
## Where zlib.h, zconf.h and zlib_MODEL.lib are
|
||||||
ZLIB_DIR=..\zlib
|
ZLIB_DIR=..\zlib
|
||||||
|
|
||||||
|
|
||||||
## Compiler, linker and lib stuff
|
## Compiler, linker and lib stuff
|
||||||
CC=bcc
|
CC=bcc
|
||||||
LD=bcc
|
LD=bcc
|
||||||
@ -57,8 +56,8 @@ CFLAGS=-O2 -Z -X- -w -I$(ZLIB_DIR) -$(TARGET_CPU) $(MODEL_ARG) $(CDEBUG)
|
|||||||
# -M generate map file
|
# -M generate map file
|
||||||
LDFLAGS=-M -L$(ZLIB_DIR) $(MODEL_ARG) $(LDEBUG)
|
LDFLAGS=-M -L$(ZLIB_DIR) $(MODEL_ARG) $(LDEBUG)
|
||||||
|
|
||||||
|
|
||||||
## Variables
|
## Variables
|
||||||
|
|
||||||
OBJS = \
|
OBJS = \
|
||||||
png.obj \
|
png.obj \
|
||||||
pngerror.obj \
|
pngerror.obj \
|
||||||
@ -95,8 +94,8 @@ LIBOBJS = \
|
|||||||
|
|
||||||
LIBNAME=libpng$(MODEL).lib
|
LIBNAME=libpng$(MODEL).lib
|
||||||
|
|
||||||
|
|
||||||
## Implicit rules
|
## Implicit rules
|
||||||
|
|
||||||
# Braces let make "batch" calls to the compiler,
|
# Braces let make "batch" calls to the compiler,
|
||||||
# 2 calls instead of 12; space is important.
|
# 2 calls instead of 12; space is important.
|
||||||
.c.obj:
|
.c.obj:
|
||||||
@ -105,8 +104,8 @@ LIBNAME=libpng$(MODEL).lib
|
|||||||
.c.exe:
|
.c.exe:
|
||||||
$(CC) $(CFLAGS) $(LDFLAGS) $*.c $(LIBNAME) zlib_$(MODEL).lib $(NOEHLIB)
|
$(CC) $(CFLAGS) $(LDFLAGS) $*.c $(LIBNAME) zlib_$(MODEL).lib $(NOEHLIB)
|
||||||
|
|
||||||
|
|
||||||
## Major targets
|
## Major targets
|
||||||
|
|
||||||
all: libpng pngtest
|
all: libpng pngtest
|
||||||
|
|
||||||
libpng: $(LIBNAME)
|
libpng: $(LIBNAME)
|
||||||
@ -116,25 +115,23 @@ pngtest: pngtest$(MODEL).exe
|
|||||||
test: pngtest$(MODEL).exe
|
test: pngtest$(MODEL).exe
|
||||||
pngtest$(MODEL)
|
pngtest$(MODEL)
|
||||||
|
|
||||||
|
|
||||||
## Minor Targets
|
## Minor Targets
|
||||||
|
|
||||||
png.obj: png.c
|
png.obj: png.c png.h pngconf.h
|
||||||
pngerror.obj: pngerror.c
|
pngerror.obj: pngerror.c png.h pngconf.h
|
||||||
pngget.obj: pngget.c
|
pngget.obj: pngget.c png.h pngconf.h
|
||||||
pngmem.obj: pngmem.c
|
pngmem.obj: pngmem.c png.h pngconf.h
|
||||||
pngpread.obj: pngpread.c
|
pngpread.obj: pngpread.c png.h pngconf.h
|
||||||
pngread.obj: pngread.c
|
pngread.obj: pngread.c png.h pngconf.h
|
||||||
pngrio.obj: pngrio.c
|
pngrio.obj: pngrio.c png.h pngconf.h
|
||||||
pngrtran.obj: pngrtran.c
|
pngrtran.obj: pngrtran.c png.h pngconf.h
|
||||||
pngrutil.obj: pngrutil.c
|
pngrutil.obj: pngrutil.c png.h pngconf.h
|
||||||
pngset.obj: pngset.c
|
pngset.obj: pngset.c png.h pngconf.h
|
||||||
pngtrans.obj: pngtrans.c
|
pngtrans.obj: pngtrans.c png.h pngconf.h
|
||||||
pngwio.obj: pngwio.c
|
pngwio.obj: pngwio.c png.h pngconf.h
|
||||||
pngwrite.obj: pngwrite.c
|
pngwrite.obj: pngwrite.c png.h pngconf.h
|
||||||
pngwtran.obj: pngwtran.c
|
pngwtran.obj: pngwtran.c png.h pngconf.h
|
||||||
pngwutil.obj: pngwutil.c
|
pngwutil.obj: pngwutil.c png.h pngconf.h
|
||||||
|
|
||||||
|
|
||||||
$(LIBNAME): $(OBJS)
|
$(LIBNAME): $(OBJS)
|
||||||
-del $(LIBNAME)
|
-del $(LIBNAME)
|
||||||
@ -142,14 +139,12 @@ $(LIBNAME): $(OBJS)
|
|||||||
$(LIBOBJS), libpng$(MODEL)
|
$(LIBOBJS), libpng$(MODEL)
|
||||||
|
|
|
|
||||||
|
|
||||||
|
|
||||||
pngtest$(MODEL).obj: pngtest.c
|
pngtest$(MODEL).obj: pngtest.c
|
||||||
$(CC) $(CFLAGS) -opngtest$(MODEL) -c pngtest.c
|
$(CC) $(CFLAGS) -opngtest$(MODEL) -c pngtest.c
|
||||||
|
|
||||||
pngtest$(MODEL).exe: pngtest$(MODEL).obj
|
pngtest$(MODEL).exe: pngtest$(MODEL).obj
|
||||||
$(LD) $(LDFLAGS) pngtest$(MODEL).obj $(LIBNAME) zlib_$(MODEL).lib $(NOEHLIB)
|
$(LD) $(LDFLAGS) pngtest$(MODEL).obj $(LIBNAME) zlib_$(MODEL).lib $(NOEHLIB)
|
||||||
|
|
||||||
|
|
||||||
# Clean up anything else you want
|
# Clean up anything else you want
|
||||||
clean:
|
clean:
|
||||||
-del *.obj
|
-del *.obj
|
||||||
@ -158,5 +153,4 @@ clean:
|
|||||||
-del *.lst
|
-del *.lst
|
||||||
-del *.map
|
-del *.map
|
||||||
|
|
||||||
|
|
||||||
# End of makefile for libpng
|
# End of makefile for libpng
|
||||||
|
@ -176,7 +176,7 @@ pngtest-stat$(EXE): pngtest.o $(STATLIB)
|
|||||||
pngtest.pic.o: pngtest.c
|
pngtest.pic.o: pngtest.c
|
||||||
$(CC) $(CFLAGS) -c $< -o $@
|
$(CC) $(CFLAGS) -c $< -o $@
|
||||||
|
|
||||||
pngtest.o: pngtest.c
|
pngtest.o: pngtest.c png.h pngconf.h
|
||||||
$(CC) $(CFLAGS) -c $< -o $@
|
$(CC) $(CFLAGS) -c $< -o $@
|
||||||
|
|
||||||
test: test-static test-shared
|
test: test-static test-shared
|
||||||
|
@ -205,10 +205,10 @@ pngget.o: png.h pngconf.h
|
|||||||
pngread.o: png.h pngconf.h
|
pngread.o: png.h pngconf.h
|
||||||
pngrtran.o: png.h pngconf.h
|
pngrtran.o: png.h pngconf.h
|
||||||
pngrutil.o: png.h pngconf.h
|
pngrutil.o: png.h pngconf.h
|
||||||
pngtest.o: png.h pngconf.h
|
|
||||||
pngtrans.o: png.h pngconf.h
|
pngtrans.o: png.h pngconf.h
|
||||||
pngwrite.o: png.h pngconf.h
|
pngwrite.o: png.h pngconf.h
|
||||||
pngwtran.o: png.h pngconf.h
|
pngwtran.o: png.h pngconf.h
|
||||||
pngwutil.o: png.h pngconf.h
|
pngwutil.o: png.h pngconf.h
|
||||||
pngpread.o: png.h pngconf.h
|
pngpread.o: png.h pngconf.h
|
||||||
|
|
||||||
|
pngtest.o: png.h pngconf.h
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# DJGPP (DOS gcc) makefile for libpng
|
# DJGPP (DOS gcc) makefile for libpng
|
||||||
# Copyright (C) 2002 Glenn Randers-Pehrson
|
# Copyright (C) 2002, 2006, 2009 Glenn Randers-Pehrson
|
||||||
# Copyright (C) 1995 Guy Eric Schalnat, Group 42, Inc.
|
# Copyright (C) 1995 Guy Eric Schalnat, Group 42, Inc.
|
||||||
# For conditions of distribution and use, see copyright notice in png.h
|
# For conditions of distribution and use, see copyright notice in png.h
|
||||||
|
|
||||||
@ -47,9 +47,9 @@ pngread.o: png.h pngconf.h
|
|||||||
pngpread.o: png.h pngconf.h
|
pngpread.o: png.h pngconf.h
|
||||||
pngrtran.o: png.h pngconf.h
|
pngrtran.o: png.h pngconf.h
|
||||||
pngrutil.o: png.h pngconf.h
|
pngrutil.o: png.h pngconf.h
|
||||||
pngtest.o: png.h pngconf.h
|
|
||||||
pngtrans.o: png.h pngconf.h
|
pngtrans.o: png.h pngconf.h
|
||||||
pngwrite.o: png.h pngconf.h
|
pngwrite.o: png.h pngconf.h
|
||||||
pngwtran.o: png.h pngconf.h
|
pngwtran.o: png.h pngconf.h
|
||||||
pngwutil.o: png.h pngconf.h
|
pngwutil.o: png.h pngconf.h
|
||||||
|
|
||||||
|
pngtest.o: png.h pngconf.h
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# makefile for libpng under FreeBSD
|
# makefile for libpng under FreeBSD
|
||||||
# Copyright (C) 2002, 2007 Glenn Randers-Pehrson and Andrey A. Chernov
|
# Copyright (C) 2002, 2007, 2009 Glenn Randers-Pehrson and Andrey A. Chernov
|
||||||
# For conditions of distribution and use, see copyright notice in png.h
|
# For conditions of distribution and use, see copyright notice in png.h
|
||||||
|
|
||||||
PREFIX?= /usr/local
|
PREFIX?= /usr/local
|
||||||
|
@ -71,10 +71,10 @@ pngrio$(O): png.h pngconf.h
|
|||||||
pngrtran$(O): png.h pngconf.h
|
pngrtran$(O): png.h pngconf.h
|
||||||
pngrutil$(O): png.h pngconf.h
|
pngrutil$(O): png.h pngconf.h
|
||||||
pngset$(O): png.h pngconf.h
|
pngset$(O): png.h pngconf.h
|
||||||
pngtest$(O): png.h pngconf.h
|
|
||||||
pngtrans$(O): png.h pngconf.h
|
pngtrans$(O): png.h pngconf.h
|
||||||
pngwio$(O): png.h pngconf.h
|
pngwio$(O): png.h pngconf.h
|
||||||
pngwrite$(O): png.h pngconf.h
|
pngwrite$(O): png.h pngconf.h
|
||||||
pngwtran$(O): png.h pngconf.h
|
pngwtran$(O): png.h pngconf.h
|
||||||
pngwutil$(O): png.h pngconf.h
|
pngwutil$(O): png.h pngconf.h
|
||||||
|
|
||||||
|
pngtest$(O): png.h pngconf.h
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# makefile for libpng, HPUX (10.20 and 11.00) using the ANSI/C product.
|
# makefile for libpng, HPUX (10.20 and 11.00) using the ANSI/C product.
|
||||||
# Copyright (C) 1999-2002 Glenn Randers-Pehrson
|
# Copyright (C) 1999-2002, 2006, 2009 Glenn Randers-Pehrson
|
||||||
# Copyright (C) 1995 Guy Eric Schalnat, Group 42
|
# Copyright (C) 1995 Guy Eric Schalnat, Group 42
|
||||||
# contributed by Jim Rice and updated by Chris Schleicher, Hewlett Packard
|
# contributed by Jim Rice and updated by Chris Schleicher, Hewlett Packard
|
||||||
# For conditions of distribution and use, see copyright notice in png.h
|
# For conditions of distribution and use, see copyright notice in png.h
|
||||||
@ -227,9 +227,10 @@ pngget.o: png.h pngconf.h
|
|||||||
pngread.o: png.h pngconf.h
|
pngread.o: png.h pngconf.h
|
||||||
pngrtran.o: png.h pngconf.h
|
pngrtran.o: png.h pngconf.h
|
||||||
pngrutil.o: png.h pngconf.h
|
pngrutil.o: png.h pngconf.h
|
||||||
pngtest.o: png.h pngconf.h
|
|
||||||
pngtrans.o: png.h pngconf.h
|
pngtrans.o: png.h pngconf.h
|
||||||
pngwrite.o: png.h pngconf.h
|
pngwrite.o: png.h pngconf.h
|
||||||
pngwtran.o: png.h pngconf.h
|
pngwtran.o: png.h pngconf.h
|
||||||
pngwutil.o: png.h pngconf.h
|
pngwutil.o: png.h pngconf.h
|
||||||
pngpread.o: png.h pngconf.h
|
pngpread.o: png.h pngconf.h
|
||||||
|
|
||||||
|
pngtest.o: png.h pngconf.h
|
||||||
|
@ -224,9 +224,10 @@ pngget.o: png.h pngconf.h
|
|||||||
pngread.o: png.h pngconf.h
|
pngread.o: png.h pngconf.h
|
||||||
pngrtran.o: png.h pngconf.h
|
pngrtran.o: png.h pngconf.h
|
||||||
pngrutil.o: png.h pngconf.h
|
pngrutil.o: png.h pngconf.h
|
||||||
pngtest.o: png.h pngconf.h
|
|
||||||
pngtrans.o: png.h pngconf.h
|
pngtrans.o: png.h pngconf.h
|
||||||
pngwrite.o: png.h pngconf.h
|
pngwrite.o: png.h pngconf.h
|
||||||
pngwtran.o: png.h pngconf.h
|
pngwtran.o: png.h pngconf.h
|
||||||
pngwutil.o: png.h pngconf.h
|
pngwutil.o: png.h pngconf.h
|
||||||
pngpread.o: png.h pngconf.h
|
pngpread.o: png.h pngconf.h
|
||||||
|
|
||||||
|
pngtest.o: png.h pngconf.h
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
# Makefile for libpng (static)
|
# Makefile for libpng (static)
|
||||||
# IBM C version 3.x for Win32 and OS/2
|
# IBM C version 3.x for Win32 and OS/2
|
||||||
|
# Copyright (C) 2006 Glenn Randers-Pehrson
|
||||||
# Copyright (C) 2000 Cosmin Truta
|
# Copyright (C) 2000 Cosmin Truta
|
||||||
# For conditions of distribution and use, see copyright notice in png.h
|
# For conditions of distribution and use, see copyright notice in png.h
|
||||||
# Notes:
|
# Notes:
|
||||||
@ -63,9 +64,10 @@ pngrio$(O): png.h pngconf.h
|
|||||||
pngrtran$(O): png.h pngconf.h
|
pngrtran$(O): png.h pngconf.h
|
||||||
pngrutil$(O): png.h pngconf.h
|
pngrutil$(O): png.h pngconf.h
|
||||||
pngset$(O): png.h pngconf.h
|
pngset$(O): png.h pngconf.h
|
||||||
pngtest$(O): png.h pngconf.h
|
|
||||||
pngtrans$(O): png.h pngconf.h
|
pngtrans$(O): png.h pngconf.h
|
||||||
pngwio$(O): png.h pngconf.h
|
pngwio$(O): png.h pngconf.h
|
||||||
pngwrite$(O): png.h pngconf.h
|
pngwrite$(O): png.h pngconf.h
|
||||||
pngwtran$(O): png.h pngconf.h
|
pngwtran$(O): png.h pngconf.h
|
||||||
pngwutil$(O): png.h pngconf.h
|
pngwutil$(O): png.h pngconf.h
|
||||||
|
|
||||||
|
pngtest$(O): png.h pngconf.h
|
||||||
|
@ -1,12 +1,14 @@
|
|||||||
# Makefile for libpng
|
# Makefile for libpng
|
||||||
# Microsoft Visual C++ with Intel C/C++ Compiler 4.0 and later
|
# Microsoft Visual C++ with Intel C/C++ Compiler 4.0 and later
|
||||||
|
|
||||||
|
# Copyright (C) 2006 Glenn Randers-Pehrson
|
||||||
# Copyright (C) 2000, Pawel Mrochen, based on makefile.msc which is
|
# Copyright (C) 2000, Pawel Mrochen, based on makefile.msc which is
|
||||||
# copyright 1995 Guy Eric Schalnat, Group 42, Inc.
|
# copyright 1995 Guy Eric Schalnat, Group 42, Inc.
|
||||||
# For conditions of distribution and use, see copyright notice in png.h
|
# For conditions of distribution and use, see copyright notice in png.h
|
||||||
|
|
||||||
# To use, do "nmake /f scripts\makefile.intel"
|
# To use, do "nmake /f scripts\makefile.intel"
|
||||||
|
|
||||||
|
# ------------------- Intel C/C++ Compiler 4.0 and later -------------------
|
||||||
|
|
||||||
# Where the zlib library and include files are located
|
# Where the zlib library and include files are located
|
||||||
ZLIBLIB=..\zlib
|
ZLIBLIB=..\zlib
|
||||||
@ -26,7 +28,6 @@ CALLING=r # __fastcall
|
|||||||
|
|
||||||
# --------------------------------------------------------------------------
|
# --------------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
||||||
CC=icl -c
|
CC=icl -c
|
||||||
CFLAGS=-O2 -G$(CPU)$(CALLING) -Qip -Qunroll4 -I$(ZLIBINC) -nologo
|
CFLAGS=-O2 -G$(CPU)$(CALLING) -Qip -Qunroll4 -I$(ZLIBINC) -nologo
|
||||||
LD=link
|
LD=link
|
||||||
@ -73,9 +74,6 @@ pngrio$(O): png.h pngconf.h
|
|||||||
pngwio$(O): png.h pngconf.h
|
pngwio$(O): png.h pngconf.h
|
||||||
$(CC) $(CFLAGS) $*.c $(ERRFILE)
|
$(CC) $(CFLAGS) $*.c $(ERRFILE)
|
||||||
|
|
||||||
pngtest$(O): png.h pngconf.h
|
|
||||||
$(CC) $(CFLAGS) $*.c $(ERRFILE)
|
|
||||||
|
|
||||||
pngtrans$(O): png.h pngconf.h
|
pngtrans$(O): png.h pngconf.h
|
||||||
$(CC) $(CFLAGS) $*.c $(ERRFILE)
|
$(CC) $(CFLAGS) $*.c $(ERRFILE)
|
||||||
|
|
||||||
@ -95,6 +93,9 @@ libpng.lib: $(OBJS)
|
|||||||
pngtest.exe: pngtest.obj libpng.lib
|
pngtest.exe: pngtest.obj libpng.lib
|
||||||
$(LD) $(LDFLAGS) /OUT:pngtest.exe pngtest.obj libpng.lib $(ZLIBLIB)\zlib.lib
|
$(LD) $(LDFLAGS) /OUT:pngtest.exe pngtest.obj libpng.lib $(ZLIBLIB)\zlib.lib
|
||||||
|
|
||||||
|
pngtest$(O): png.h pngconf.h
|
||||||
|
$(CC) $(CFLAGS) $*.c $(ERRFILE)
|
||||||
|
|
||||||
test: pngtest.exe
|
test: pngtest.exe
|
||||||
pngtest.exe
|
pngtest.exe
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# makefile for libpng
|
# makefile for libpng
|
||||||
# Copyright (C) 2002 Glenn Randers-Pehrson
|
# Copyright (C) 2002, 2006, 2009 Glenn Randers-Pehrson
|
||||||
# Copyright (C) 1995 Guy Eric Schalnat, Group 42, Inc.
|
# Copyright (C) 1995 Guy Eric Schalnat, Group 42, Inc.
|
||||||
# For conditions of distribution and use, see copyright notice in png.h
|
# For conditions of distribution and use, see copyright notice in png.h
|
||||||
|
|
||||||
@ -58,7 +58,7 @@ pngtest: pngtest.o libpng.a
|
|||||||
test: pngtest
|
test: pngtest
|
||||||
./pngtest
|
./pngtest
|
||||||
|
|
||||||
install: libpng.a
|
install: libpng.a png.h pngconf.h
|
||||||
-@mkdir $(DESTDIR)$(INCPATH)
|
-@mkdir $(DESTDIR)$(INCPATH)
|
||||||
-@mkdir $(DESTDIR)$(INCPATH)/libpng
|
-@mkdir $(DESTDIR)$(INCPATH)/libpng
|
||||||
-@mkdir $(DESTDIR)$(LIBPATH)
|
-@mkdir $(DESTDIR)$(LIBPATH)
|
||||||
@ -92,8 +92,9 @@ pngread.o: png.h pngconf.h
|
|||||||
pngpread.o: png.h pngconf.h
|
pngpread.o: png.h pngconf.h
|
||||||
pngrtran.o: png.h pngconf.h
|
pngrtran.o: png.h pngconf.h
|
||||||
pngrutil.o: png.h pngconf.h
|
pngrutil.o: png.h pngconf.h
|
||||||
pngtest.o: png.h pngconf.h
|
|
||||||
pngtrans.o: png.h pngconf.h
|
pngtrans.o: png.h pngconf.h
|
||||||
pngwrite.o: png.h pngconf.h
|
pngwrite.o: png.h pngconf.h
|
||||||
pngwtran.o: png.h pngconf.h
|
pngwtran.o: png.h pngconf.h
|
||||||
pngwutil.o: png.h pngconf.h
|
pngwutil.o: png.h pngconf.h
|
||||||
|
|
||||||
|
pngtest.o: png.h pngconf.h
|
||||||
|
@ -284,6 +284,3 @@ pngwutil.o pngwutil.pic.o: png.h pngconf.h pngwutil.c
|
|||||||
pngpread.o pngpread.pic.o: png.h pngconf.h pngpread.c
|
pngpread.o pngpread.pic.o: png.h pngconf.h pngpread.c
|
||||||
|
|
||||||
pngtest.o pngtest.pic.o: png.h pngconf.h pngtest.c
|
pngtest.o pngtest.pic.o: png.h pngconf.h pngtest.c
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -76,8 +76,9 @@ pngread.o: png.h pngconf.h
|
|||||||
pngpread.o: png.h pngconf.h
|
pngpread.o: png.h pngconf.h
|
||||||
pngrtran.o: png.h pngconf.h
|
pngrtran.o: png.h pngconf.h
|
||||||
pngrutil.o: png.h pngconf.h
|
pngrutil.o: png.h pngconf.h
|
||||||
pngtest.o: png.h pngconf.h
|
|
||||||
pngtrans.o: png.h pngconf.h
|
pngtrans.o: png.h pngconf.h
|
||||||
pngwrite.o: png.h pngconf.h
|
pngwrite.o: png.h pngconf.h
|
||||||
pngwtran.o: png.h pngconf.h
|
pngwtran.o: png.h pngconf.h
|
||||||
pngwutil.o: png.h pngconf.h
|
pngwutil.o: png.h pngconf.h
|
||||||
|
|
||||||
|
pngtest.o: png.h pngconf.h
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
# makefile for libpng
|
# makefile for libpng
|
||||||
# Copyright (C) 1995 Guy Eric Schalnat, Group 42, Inc.
|
# Copyright (C) 1995 Guy Eric Schalnat, Group 42, Inc.
|
||||||
|
# Copyright (C) 2006, 2009 Glenn Randers-Pehrson
|
||||||
# For conditions of distribution and use, see copyright notice in png.h
|
# For conditions of distribution and use, see copyright notice in png.h
|
||||||
# Assumes that zlib.lib, zconf.h, and zlib.h have been copied to ..\zlib
|
# Assumes that zlib.lib, zconf.h, and zlib.h have been copied to ..\zlib
|
||||||
|
|
||||||
@ -55,9 +56,6 @@ pngrio$(O): png.h pngconf.h
|
|||||||
pngwio$(O): png.h pngconf.h
|
pngwio$(O): png.h pngconf.h
|
||||||
$(CC) -c $(CFLAGS) $*.c $(ERRFILE)
|
$(CC) -c $(CFLAGS) $*.c $(ERRFILE)
|
||||||
|
|
||||||
pngtest$(O): png.h pngconf.h
|
|
||||||
$(CC) -c $(CFLAGS) $*.c $(ERRFILE)
|
|
||||||
|
|
||||||
pngtrans$(O): png.h pngconf.h
|
pngtrans$(O): png.h pngconf.h
|
||||||
$(CC) -c $(CFLAGS) $*.c $(ERRFILE)
|
$(CC) -c $(CFLAGS) $*.c $(ERRFILE)
|
||||||
|
|
||||||
@ -76,6 +74,9 @@ libpng.lib: $(OBJS1) $(OBJS2) $(OBJS3)
|
|||||||
lib libpng $(OBJS2);
|
lib libpng $(OBJS2);
|
||||||
lib libpng $(OBJS3);
|
lib libpng $(OBJS3);
|
||||||
|
|
||||||
|
pngtest$(O): png.h pngconf.h
|
||||||
|
$(CC) -c $(CFLAGS) $*.c $(ERRFILE)
|
||||||
|
|
||||||
pngtest.exe: pngtest.obj libpng.lib
|
pngtest.exe: pngtest.obj libpng.lib
|
||||||
$(LD) $(LDFLAGS) pngtest.obj,,,libpng.lib ..\zlib\zlib.lib ;
|
$(LD) $(LDFLAGS) pngtest.obj,,,libpng.lib ..\zlib\zlib.lib ;
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
# make obj && make depend && make && make test
|
# make obj && make depend && make && make test
|
||||||
# make includes && make install
|
# make includes && make install
|
||||||
# Copyright (C) 2002 Patrick R.L. Welche
|
# Copyright (C) 2002 Patrick R.L. Welche
|
||||||
# Copyright (C) 2007 Glenn Randers-Pehrson
|
# Copyright (C) 2007, 2009 Glenn Randers-Pehrson
|
||||||
# For conditions of distribution and use, see copyright notice in png.h
|
# For conditions of distribution and use, see copyright notice in png.h
|
||||||
|
|
||||||
# You should also run makefile.netbsd
|
# You should also run makefile.netbsd
|
||||||
@ -23,7 +23,8 @@ MAN= libpng.3 libpngpf.3 png.5
|
|||||||
|
|
||||||
CPPFLAGS+=-I${.CURDIR}
|
CPPFLAGS+=-I${.CURDIR}
|
||||||
|
|
||||||
# something like this for mmx assembler, but it core dumps for me at the moment
|
# We should be able to do something like this instead of the manual
|
||||||
|
# uncommenting, but it core dumps for me at the moment:
|
||||||
# .if ${MACHINE_ARCH} == "i386"
|
# .if ${MACHINE_ARCH} == "i386"
|
||||||
# CPPFLAGS+=-DPNG_THREAD_UNSAFE_OK
|
# CPPFLAGS+=-DPNG_THREAD_UNSAFE_OK
|
||||||
# MKLINT= no
|
# MKLINT= no
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
# make obj && make depend && make && make test
|
# make obj && make depend && make && make test
|
||||||
# make includes && make install
|
# make includes && make install
|
||||||
# Copyright (C) 2002 Patrick R.L. Welche
|
# Copyright (C) 2002 Patrick R.L. Welche
|
||||||
# Copyright (C) 2007 Glenn Randers-Pehrson
|
# Copyright (C) 2007, 2009 Glenn Randers-Pehrson
|
||||||
# For conditions of distribution and use, see copyright notice in png.h
|
# For conditions of distribution and use, see copyright notice in png.h
|
||||||
|
|
||||||
# You should also run makefile.ne0bsd
|
# You should also run makefile.ne0bsd
|
||||||
@ -23,7 +23,8 @@ MAN= libpng.3 libpngpf.3 png.5
|
|||||||
|
|
||||||
CPPFLAGS+=-I${.CURDIR}
|
CPPFLAGS+=-I${.CURDIR}
|
||||||
|
|
||||||
# something like this for mmx assembler, but it core dumps for me at the moment
|
# We should be able to do something like this instead of the manual
|
||||||
|
# uncommenting, but it core dumps for me at the moment:
|
||||||
# .if ${MACHINE_ARCH} == "i386"
|
# .if ${MACHINE_ARCH} == "i386"
|
||||||
# CPPFLAGS+=-DPNG_THREAD_UNSAFE_OK
|
# CPPFLAGS+=-DPNG_THREAD_UNSAFE_OK
|
||||||
# MKLINT= no
|
# MKLINT= no
|
||||||
|
@ -233,20 +233,20 @@ writelock:
|
|||||||
|
|
||||||
# DO NOT DELETE THIS LINE -- make depend depends on it.
|
# DO NOT DELETE THIS LINE -- make depend depends on it.
|
||||||
|
|
||||||
png.o png.pic.o: png.h pngconf.h
|
png.o png.pic.o: png.h pngconf.h png.c
|
||||||
pngerror.o pngerror.pic.o: png.h pngconf.h
|
pngerror.o pngerror.pic.o: png.h pngconf.h pngerror.c
|
||||||
pngrio.o pngrio.pic.o: png.h pngconf.h
|
pngrio.o pngrio.pic.o: png.h pngconf.h pngrio.c
|
||||||
pngwio.o pngwio.pic.o: png.h pngconf.h
|
pngwio.o pngwio.pic.o: png.h pngconf.h pngwio.c
|
||||||
pngmem.o pngmem.pic.o: png.h pngconf.h
|
pngmem.o pngmem.pic.o: png.h pngconf.h pngmem.c
|
||||||
pngset.o pngset.pic.o: png.h pngconf.h
|
pngset.o pngset.pic.o: png.h pngconf.h pngset.c
|
||||||
pngget.o pngget.pic.o: png.h pngconf.h
|
pngget.o pngget.pic.o: png.h pngconf.h pngget.c
|
||||||
pngread.o pngread.pic.o: png.h pngconf.h
|
pngread.o pngread.pic.o: png.h pngconf.h pngread.c
|
||||||
pngrtran.o pngrtran.pic.o: png.h pngconf.h
|
pngrtran.o pngrtran.pic.o: png.h pngconf.h pngrtran.c
|
||||||
pngrutil.o pngrutil.pic.o: png.h pngconf.h
|
pngrutil.o pngrutil.pic.o: png.h pngconf.h pngrutil.c
|
||||||
pngtrans.o pngtrans.pic.o: png.h pngconf.h
|
pngtrans.o pngtrans.pic.o: png.h pngconf.h pngtrans.c
|
||||||
pngwrite.o pngwrite.pic.o: png.h pngconf.h
|
pngwrite.o pngwrite.pic.o: png.h pngconf.h pngwrite.c
|
||||||
pngwtran.o pngwtran.pic.o: png.h pngconf.h
|
pngwtran.o pngwtran.pic.o: png.h pngconf.h pngwtran.c
|
||||||
pngwutil.o pngwutil.pic.o: png.h pngconf.h
|
pngwutil.o pngwutil.pic.o: png.h pngconf.h pngwutil.c
|
||||||
pngpread.o pngpread.pic.o: png.h pngconf.h
|
pngpread.o pngpread.pic.o: png.h pngconf.h pngpread.c
|
||||||
|
|
||||||
pngtest.o: png.h pngconf.h
|
pngtest.o: png.h pngconf.h pngtest.c
|
||||||
|
@ -212,10 +212,8 @@ test-installed:
|
|||||||
./pngtesti pngtest.png
|
./pngtesti pngtest.png
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
$(RM_F) libpng.a pngtest pngtesti pngout.png libpng.pc libpng-config \
|
$(RM_F) libpng.a pngtest pngtesti pngout.png libpng.pc \
|
||||||
$(LIBSO) $(LIBSOMAJ)* \
|
so_locations libpng-config $(LIBSO) $(LIBSOMAJ)* $(OLDSOVER)
|
||||||
$(OLDSOVER) \
|
|
||||||
so_locations
|
|
||||||
|
|
||||||
DOCS = ANNOUNCE CHANGES INSTALL KNOWNBUG LICENSE README TODO Y2KINFO
|
DOCS = ANNOUNCE CHANGES INSTALL KNOWNBUG LICENSE README TODO Y2KINFO
|
||||||
writelock:
|
writelock:
|
||||||
@ -233,10 +231,10 @@ pngget.o: png.h pngconf.h
|
|||||||
pngread.o: png.h pngconf.h
|
pngread.o: png.h pngconf.h
|
||||||
pngrtran.o: png.h pngconf.h
|
pngrtran.o: png.h pngconf.h
|
||||||
pngrutil.o: png.h pngconf.h
|
pngrutil.o: png.h pngconf.h
|
||||||
pngtest.o: png.h pngconf.h
|
|
||||||
pngtrans.o: png.h pngconf.h
|
pngtrans.o: png.h pngconf.h
|
||||||
pngwrite.o: png.h pngconf.h
|
pngwrite.o: png.h pngconf.h
|
||||||
pngwtran.o: png.h pngconf.h
|
pngwtran.o: png.h pngconf.h
|
||||||
pngwutil.o: png.h pngconf.h
|
pngwutil.o: png.h pngconf.h
|
||||||
pngpread.o: png.h pngconf.h
|
pngpread.o: png.h pngconf.h
|
||||||
|
|
||||||
|
pngtest.o: png.h pngconf.h
|
||||||
|
@ -236,10 +236,10 @@ pngget.o: png.h pngconf.h
|
|||||||
pngread.o: png.h pngconf.h
|
pngread.o: png.h pngconf.h
|
||||||
pngrtran.o: png.h pngconf.h
|
pngrtran.o: png.h pngconf.h
|
||||||
pngrutil.o: png.h pngconf.h
|
pngrutil.o: png.h pngconf.h
|
||||||
pngtest.o: png.h pngconf.h
|
|
||||||
pngtrans.o: png.h pngconf.h
|
pngtrans.o: png.h pngconf.h
|
||||||
pngwrite.o: png.h pngconf.h
|
pngwrite.o: png.h pngconf.h
|
||||||
pngwtran.o: png.h pngconf.h
|
pngwtran.o: png.h pngconf.h
|
||||||
pngwutil.o: png.h pngconf.h
|
pngwutil.o: png.h pngconf.h
|
||||||
pngpread.o: png.h pngconf.h
|
pngpread.o: png.h pngconf.h
|
||||||
|
|
||||||
|
pngtest.o: png.h pngconf.h
|
||||||
|
@ -43,8 +43,7 @@ ZLIBINC=/usr/local/include
|
|||||||
WARNMORE=-Wwrite-strings -Wpointer-arith -Wshadow \
|
WARNMORE=-Wwrite-strings -Wpointer-arith -Wshadow \
|
||||||
-Wmissing-declarations -Wtraditional -Wcast-align \
|
-Wmissing-declarations -Wtraditional -Wcast-align \
|
||||||
-Wstrict-prototypes -Wmissing-prototypes #-Wconversion
|
-Wstrict-prototypes -Wmissing-prototypes #-Wconversion
|
||||||
CFLAGS=-I$(ZLIBINC) -W -Wall -O \
|
CFLAGS=-I$(ZLIBINC) -W -Wall -O -DPNG_NO_MMX_CODE; \
|
||||||
-DPNG_NO_MMX_CODE; \
|
|
||||||
# $(WARNMORE) -g -DPNG_DEBUG=5
|
# $(WARNMORE) -g -DPNG_DEBUG=5
|
||||||
LDFLAGS=-L. -R. -L$(ZLIBLIB) -R$(ZLIBLIB) -lpng12 -lz -lm
|
LDFLAGS=-L. -R. -L$(ZLIBLIB) -R$(ZLIBLIB) -lpng12 -lz -lm
|
||||||
|
|
||||||
|
@ -83,10 +83,10 @@ pngget.o: png.h pngconf.h
|
|||||||
pngread.o: png.h pngconf.h
|
pngread.o: png.h pngconf.h
|
||||||
pngrtran.o: png.h pngconf.h
|
pngrtran.o: png.h pngconf.h
|
||||||
pngrutil.o: png.h pngconf.h
|
pngrutil.o: png.h pngconf.h
|
||||||
pngtest.o: png.h pngconf.h
|
|
||||||
pngtrans.o: png.h pngconf.h
|
pngtrans.o: png.h pngconf.h
|
||||||
pngwrite.o: png.h pngconf.h
|
pngwrite.o: png.h pngconf.h
|
||||||
pngwtran.o: png.h pngconf.h
|
pngwtran.o: png.h pngconf.h
|
||||||
pngwutil.o: png.h pngconf.h
|
pngwutil.o: png.h pngconf.h
|
||||||
pngpread.o: png.h pngconf.h
|
pngpread.o: png.h pngconf.h
|
||||||
|
|
||||||
|
pngtest.o: png.h pngconf.h
|
||||||
|
@ -88,10 +88,10 @@ pngget.o: png.h pngconf.h
|
|||||||
pngread.o: png.h pngconf.h
|
pngread.o: png.h pngconf.h
|
||||||
pngrtran.o: png.h pngconf.h
|
pngrtran.o: png.h pngconf.h
|
||||||
pngrutil.o: png.h pngconf.h
|
pngrutil.o: png.h pngconf.h
|
||||||
pngtest.o: png.h pngconf.h
|
|
||||||
pngtrans.o: png.h pngconf.h
|
pngtrans.o: png.h pngconf.h
|
||||||
pngwrite.o: png.h pngconf.h
|
pngwrite.o: png.h pngconf.h
|
||||||
pngwtran.o: png.h pngconf.h
|
pngwtran.o: png.h pngconf.h
|
||||||
pngwutil.o: png.h pngconf.h
|
pngwutil.o: png.h pngconf.h
|
||||||
pngpread.o: png.h pngconf.h
|
pngpread.o: png.h pngconf.h
|
||||||
|
|
||||||
|
pngtest.o: png.h pngconf.h
|
||||||
|
@ -1,17 +1,18 @@
|
|||||||
# makefile for libpng
|
# makefile for libpng
|
||||||
|
# Copyright (C) 2006,2009 Glenn Randers-Pehrson
|
||||||
# Copyright (C) 1998 Tim Wegner
|
# Copyright (C) 1998 Tim Wegner
|
||||||
# For conditions of distribution and use, see copyright notice in png.h
|
# For conditions of distribution and use, see copyright notice in png.h
|
||||||
# Assumes that zlib.lib, zconf.h, and zlib.h have been copied to ..\zlib
|
# Assumes that zlib.lib, zconf.h, and zlib.h have been copied to ..\zlib
|
||||||
# To use, do "nmake /f scripts\makefile.vcawin32"
|
# To use, do "nmake /f scripts\makefile.vcawin32"
|
||||||
|
|
||||||
# -------- Microsoft Visual C++ 5.0 and later, uses assembler code --------
|
# -------- Microsoft Visual C++ 2.0 and later, no assembler code --------
|
||||||
# If you don't want to use assembler (MMX) code, use makefile.vcwin32 instead.
|
# If you don't want to use assembler (MMX) code, use makefile.vcwin32 instead.
|
||||||
|
|
||||||
# Compiler, linker, librarian, and other tools
|
# Compiler, linker, librarian, and other tools
|
||||||
CC = cl
|
CC = cl
|
||||||
LD = link
|
LD = link
|
||||||
AR = lib
|
AR = lib
|
||||||
CFLAGS = -DPNG_USE_PNGVCRD -nologo -MD -O2 -W3 -I..\zlib
|
CFLAGS = -nologo -DPNG_USE_PNGVCRD -MD -O2 -W3 -I..\zlib
|
||||||
LDFLAGS = -nologo
|
LDFLAGS = -nologo
|
||||||
ARFLAGS = -nologo
|
ARFLAGS = -nologo
|
||||||
RM = del
|
RM = del
|
||||||
@ -64,9 +65,6 @@ pngrio$(O): png.h pngconf.h
|
|||||||
pngwio$(O): png.h pngconf.h
|
pngwio$(O): png.h pngconf.h
|
||||||
$(CC) -c $(CFLAGS) $*.c $(ERRFILE)
|
$(CC) -c $(CFLAGS) $*.c $(ERRFILE)
|
||||||
|
|
||||||
pngtest$(O): png.h pngconf.h
|
|
||||||
$(CC) -c $(CFLAGS) $*.c $(ERRFILE)
|
|
||||||
|
|
||||||
pngtrans$(O): png.h pngconf.h
|
pngtrans$(O): png.h pngconf.h
|
||||||
$(CC) -c $(CFLAGS) $*.c $(ERRFILE)
|
$(CC) -c $(CFLAGS) $*.c $(ERRFILE)
|
||||||
|
|
||||||
@ -83,6 +81,9 @@ libpng.lib: $(OBJS)
|
|||||||
-$(RM) $@
|
-$(RM) $@
|
||||||
$(AR) $(ARFLAGS) -out:$@ $(OBJS) $(ERRFILE)
|
$(AR) $(ARFLAGS) -out:$@ $(OBJS) $(ERRFILE)
|
||||||
|
|
||||||
|
pngtest$(O): png.h pngconf.h
|
||||||
|
$(CC) -c $(CFLAGS) $*.c $(ERRFILE)
|
||||||
|
|
||||||
pngtest.exe: pngtest$(O) libpng.lib
|
pngtest.exe: pngtest$(O) libpng.lib
|
||||||
$(LD) $(LDFLAGS) -out:$@ pngtest$(O) libpng.lib ..\zlib\zlib.lib $(ERRFILE)
|
$(LD) $(LDFLAGS) -out:$@ pngtest$(O) libpng.lib ..\zlib\zlib.lib $(ERRFILE)
|
||||||
|
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
# makefile for libpng
|
# makefile for libpng
|
||||||
# Copyright (C) 1998 Tim Wegner
|
# Copyright (C) 1998 Tim Wegner
|
||||||
|
# Copyright (C) 2006,2009 Glenn Randers-Pehrson
|
||||||
# For conditions of distribution and use, see copyright notice in png.h
|
# For conditions of distribution and use, see copyright notice in png.h
|
||||||
# Assumes that zlib.lib, zconf.h, and zlib.h have been copied to ..\zlib
|
# Assumes that zlib.lib, zconf.h, and zlib.h have been copied to ..\zlib
|
||||||
# To use, do "nmake /f scripts\makefile.vcwin32"
|
# To use, do "nmake /f scripts\makefile.vcwin32"
|
||||||
@ -64,9 +65,6 @@ pngrio$(O): png.h pngconf.h
|
|||||||
pngwio$(O): png.h pngconf.h
|
pngwio$(O): png.h pngconf.h
|
||||||
$(CC) -c $(CFLAGS) $*.c $(ERRFILE)
|
$(CC) -c $(CFLAGS) $*.c $(ERRFILE)
|
||||||
|
|
||||||
pngtest$(O): png.h pngconf.h
|
|
||||||
$(CC) -c $(CFLAGS) $*.c $(ERRFILE)
|
|
||||||
|
|
||||||
pngtrans$(O): png.h pngconf.h
|
pngtrans$(O): png.h pngconf.h
|
||||||
$(CC) -c $(CFLAGS) $*.c $(ERRFILE)
|
$(CC) -c $(CFLAGS) $*.c $(ERRFILE)
|
||||||
|
|
||||||
@ -83,6 +81,9 @@ libpng.lib: $(OBJS)
|
|||||||
-$(RM) $@
|
-$(RM) $@
|
||||||
$(AR) $(ARFLAGS) -out:$@ $(OBJS) $(ERRFILE)
|
$(AR) $(ARFLAGS) -out:$@ $(OBJS) $(ERRFILE)
|
||||||
|
|
||||||
|
pngtest$(O): png.h pngconf.h
|
||||||
|
$(CC) -c $(CFLAGS) $*.c $(ERRFILE)
|
||||||
|
|
||||||
pngtest.exe: pngtest$(O) libpng.lib
|
pngtest.exe: pngtest$(O) libpng.lib
|
||||||
$(LD) $(LDFLAGS) -out:$@ pngtest$(O) libpng.lib ..\zlib\zlib.lib $(ERRFILE)
|
$(LD) $(LDFLAGS) -out:$@ pngtest$(O) libpng.lib ..\zlib\zlib.lib $(ERRFILE)
|
||||||
|
|
||||||
|
@ -55,8 +55,6 @@ $ then
|
|||||||
$ dele pngtest.obj;*
|
$ dele pngtest.obj;*
|
||||||
$ CALL MAKE png.OBJ "cc ''CCOPT' png" -
|
$ CALL MAKE png.OBJ "cc ''CCOPT' png" -
|
||||||
png.c png.h pngconf.h
|
png.c png.h pngconf.h
|
||||||
$ CALL MAKE pngpread.OBJ "cc ''CCOPT' pngpread" -
|
|
||||||
pngpread.c png.h pngconf.h
|
|
||||||
$ CALL MAKE pngset.OBJ "cc ''CCOPT' pngset" -
|
$ CALL MAKE pngset.OBJ "cc ''CCOPT' pngset" -
|
||||||
pngset.c png.h pngconf.h
|
pngset.c png.h pngconf.h
|
||||||
$ CALL MAKE pngget.OBJ "cc ''CCOPT' pngget" -
|
$ CALL MAKE pngget.OBJ "cc ''CCOPT' pngget" -
|
||||||
|
@ -189,6 +189,7 @@ EXPORTS
|
|||||||
; Added at version 1.0.12
|
; Added at version 1.0.12
|
||||||
; For compatibility with 1.0.7-1.0.11
|
; For compatibility with 1.0.7-1.0.11
|
||||||
; png_info_init @174
|
; png_info_init @174
|
||||||
|
; png_read_init_3, png_info_init_3, and png_write_init_3 are deprecated.
|
||||||
png_read_init_3 @175
|
png_read_init_3 @175
|
||||||
png_write_init_3 @176
|
png_write_init_3 @176
|
||||||
png_info_init_3 @177
|
png_info_init_3 @177
|
||||||
|
Reference in New Issue
Block a user