Imported from libpng-1.4.0beta15.tar

This commit is contained in:
Glenn Randers-Pehrson
2006-11-16 20:35:49 -06:00
parent 6b12c08bfc
commit ae4bd5c2be
46 changed files with 4564 additions and 4288 deletions

View File

@@ -2,9 +2,9 @@
# Source file for Makefile.in (and hence Makefile)
#
# Makefile.am need only be changed on a major version number
# change (e.g. libpng12 --> libpng13). In that case seach
# this file for every instance of the old base name (libpng12)
# and change to the new one (libpng13), then change the
# change (e.g. libpng14 --> libpng15). In that case seach
# this file for every instance of the old base name (libpng14)
# and change to the new one (libpng15), then change the
# -version-number settings below so that the new values have
# the correct major part (first field).
@@ -89,6 +89,8 @@ CLEANFILES= pngout.png libpng14.pc libpng14-config libpng.vers libpng.sym
all: pngdefs.h
install: all
pngdefs.h:
echo "/* pngdefs.h created by \"configure\". */" > pngdefs.h
@if test -n "@LIBPNG_NO_MMX@"; then \