X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c801d85f158c4cba50b588807daabdcbd0ed3853..64ea838d8f4d1853b7d850db93ee565e901d099a:/src/png/scripts/smakefile.ppc diff --git a/src/png/scripts/smakefile.ppc b/src/png/scripts/smakefile.ppc index fa3cad44b1..2e7380b1f9 100644 --- a/src/png/scripts/smakefile.ppc +++ b/src/png/scripts/smakefile.ppc @@ -1,6 +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 +# +# 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 \ @@ -16,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