summaryrefslogtreecommitdiff
path: root/scripts/makefile.hp64
diff options
context:
space:
mode:
authorGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2010-02-08 15:40:53 -0600
committerGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2010-02-08 15:40:53 -0600
commit3c6df196b53c6e8fab427d9d41768d21ffb32ae9 (patch)
tree42c92dd501bfa3a281e3dae00f95245760b503de /scripts/makefile.hp64
parent0014f3de5514545016bd53bd0f8e706b3df4120e (diff)
downloadlibpng-3c6df196b53c6e8fab427d9d41768d21ffb32ae9.tar.gz
[devel] Updated configure script to use SO number 15.
Diffstat (limited to 'scripts/makefile.hp64')
-rw-r--r--scripts/makefile.hp6410
1 files changed, 5 insertions, 5 deletions
diff --git a/scripts/makefile.hp64 b/scripts/makefile.hp64
index 442ecb599..efebc5000 100644
--- a/scripts/makefile.hp64
+++ b/scripts/makefile.hp64
@@ -19,8 +19,8 @@ ZLIBINC=/opt/zlib/include
# SHAREDLIB=libz.sl
# Library name:
-LIBNAME = libpng14
-PNGMAJ = 14
+LIBNAME = libpng15
+PNGMAJ = 15
# Shared library names:
LIBSO=$(LIBNAME).sl
@@ -44,7 +44,7 @@ CCFLAGS=-I$(ZLIBINC) -O -Ae -Wl,+vnocompatwarnings +DD64 \
LDFLAGS=-L. -L$(ZLIBLIB) -lpng -lz -lm
-# where make install puts libpng.a, libpng14.sl, and png.h
+# where make install puts libpng.a, libpng15.sl, and png.h
prefix=/opt/libpng
exec_prefix=$(prefix)
INCPATH=$(prefix)/include
@@ -89,7 +89,7 @@ libpng.pc:
-e s!@exec_prefix@!$(exec_prefix)! \
-e s!@libdir@!$(LIBPATH)! \
-e s!@includedir@!$(INCPATH)! \
- -e s!-lpng14!-lpng14\ -lz\ -lm! > libpng.pc
+ -e s!-lpng15!-lpng15\ -lz\ -lm! > libpng.pc
libpng-config:
( cat scripts/libpng-config-head.in; \
@@ -97,7 +97,7 @@ libpng-config:
echo I_opts=\"-I$(INCPATH)/$(LIBNAME)\"; \
echo ccopts=\"-Ae +DA1.1 +DS2.0\"; \
echo L_opts=\"-L$(LIBPATH)\"; \
- echo libs=\"-lpng14 -lz -lm\"; \
+ echo libs=\"-lpng15 -lz -lm\"; \
cat scripts/libpng-config-body.in ) > libpng-config
chmod +x libpng-config