summaryrefslogtreecommitdiff
path: root/scripts/makefile.knr
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/makefile.knr')
-rw-r--r--scripts/makefile.knr6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/makefile.knr b/scripts/makefile.knr
index 81129aee6..83004229a 100644
--- a/scripts/makefile.knr
+++ b/scripts/makefile.knr
@@ -2,6 +2,9 @@
# Copyright (C) 1995 Guy Eric Schalnat, Group 42, Inc.
# For conditions of distribution and use, see copyright notice in png.h
+# where make install puts libpng.a and png.h
+prefix=/usr/local
+
CC=cc
CFLAGS=-I../zlib -O
LDFLAGS=-L. -L../zlib/ -lpng -lz -lm
@@ -11,9 +14,6 @@ ANSI2KNRFLAGS=
RANLIB=ranlib
#RANLIB=echo
-# where make install puts libpng.a and png.h
-prefix=/usr/local
-
OBJS = png.o pngset.o pngget.o pngrutil.o pngtrans.o pngwutil.o \
pngread.o pngrio.o pngwio.o pngwrite.o pngrtran.o \
pngwtran.o pngmem.o pngerror.o pngpread.o