X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9dfaa4733cae3a5ee7941233bf78168d3ddf2325..64ea838d8f4d1853b7d850db93ee565e901d099a:/src/png/scripts/smakefile.ppc?ds=sidebyside diff --git a/src/png/scripts/smakefile.ppc b/src/png/scripts/smakefile.ppc index e5c0278411..2e7380b1f9 100644 --- a/src/png/scripts/smakefile.ppc +++ b/src/png/scripts/smakefile.ppc @@ -1,7 +1,10 @@ # Amiga powerUP (TM) Makefile # makefile for libpng and SAS C V6.58/7.00 PPC compiler # Copyright (C) 1998 by Andreas R. Kleinert -# For conditions of distribution and use, see copyright notice in png.h +# +# This code is released under the libpng license. +# For conditions of distribution and use, see the disclaimer +# and license in png.h CC = scppc CFLAGS = NOSTKCHK NOSINT OPTIMIZE OPTGO OPTPEEP OPTINLOCAL OPTINL IDIR /zlib \ @@ -17,7 +20,8 @@ RM = delete quiet MKDIR = makedir OBJS = png.o pngset.o pngget.o pngrutil.o pngtrans.o pngwutil.o pngread.o \ -pngerror.o pngpread.o pngwrite.o pngrtran.o pngwtran.o pngrio.o pngwio.o pngmem.o + pngerror.o pngpread.o pngwrite.o pngrtran.o pngwtran.o pngrio.o \ + pngwio.o pngmem.o all: $(LIBNAME) pngtest