mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
Imported from libpng-1.4.0beta15.tar
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user