summaryrefslogtreecommitdiff
path: root/scripts/makefile.knr
diff options
context:
space:
mode:
authorGlenn Randers-Pehrson <glennrp at users.sourceforge.net>1998-12-29 11:47:59 -0600
committerGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2009-04-06 16:04:29 -0500
commit5c6aeb25c19efcfe3f9d3ad1892e89bb926fc187 (patch)
tree63e5a7a1c9f1b59fb79ea743a6d43e6c9247cbe1 /scripts/makefile.knr
parent345bc27e70dc807a157d3aad099b94b974c1df26 (diff)
downloadlibpng-5c6aeb25c19efcfe3f9d3ad1892e89bb926fc187.tar.gz
Imported from libpng-1.0.2a.tarv1.0.2a
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