[devel] Imported from libpng-1.4.0beta94.tar

This commit is contained in:
Glenn Randers-Pehrson
2009-11-09 06:51:16 -06:00
parent 44db6e39c3
commit 17ca34034b
30 changed files with 59 additions and 58 deletions

View File

@@ -6,7 +6,7 @@
# For conditions of distribution and use, see the disclaimer
# and license in png.h
#
# modified for LC56/ATARI assumes libz.lib is in same dir and uses default
# Modified for LC56/ATARI assumes libz.lib is in same dir and uses default
# rules for library management
#
CFLAGS=-DPNG_CONFIGURE_LIBPNG -I..\zlib -O

View File

@@ -170,7 +170,7 @@ pngtest-stat$(EXE): pngtest.o $(STATLIB)
pngtest.pic.o: pngtest.c
$(CC) $(CFLAGS) -c $< -o $@
pngtest.o: pngtest.c png.h pngconf.h pngpriv.h
pngtest.o: pngtest.c png.h pngconf.h
$(CC) $(CFLAGS) -c $< -o $@
test: test-static test-shared
@@ -286,8 +286,8 @@ pngwtran.o pngwtran.pic.o: png.h pngconf.h pngpriv.h pngwtran.c
pngwutil.o pngwutil.pic.o: png.h pngconf.h pngpriv.h pngwutil.c
pngpread.o pngpread.pic.o: png.h pngconf.h pngpriv.h pngpread.c
pngtest.o: png.h pngconf.h
pngtest-stat.o: png.h pngconf.h
pngtest.o: png.h pngconf.h pngtest.c
pngtest-stat.o: png.h pngconf.h pngtest.c

View File

@@ -277,4 +277,4 @@ pngwtran.o pngwtran.pic.o: png.h pngconf.h pngpriv.h pngwtran.c
pngwutil.o pngwutil.pic.o: png.h pngconf.h pngpriv.h pngwutil.c
pngpread.o pngpread.pic.o: png.h pngconf.h pngpriv.h pngpread.c
pngtest.o pngtest.pic.o: png.h pngconf.h pngpriv.h pngtest.c
pngtest.o pngtest.pic.o: png.h pngconf.h pngtest.c