summaryrefslogtreecommitdiff
path: root/scripts/makefile.so9
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/makefile.so9')
-rw-r--r--scripts/makefile.so914
1 files changed, 12 insertions, 2 deletions
diff --git a/scripts/makefile.so9 b/scripts/makefile.so9
index dd08212bd..feff9adb0 100644
--- a/scripts/makefile.so9
+++ b/scripts/makefile.so9
@@ -34,7 +34,7 @@ LDFLAGS=-L. -R. -L$(ZLIBLIB) -R$(ZLIBLIB) -lpng12 -lz -lm
RANLIB=echo
PNGMAJ = 0
-PNGMIN = 1.2.6
+PNGMIN = 1.2.7beta1
PNGVER = $(PNGMAJ).$(PNGMIN)
LIBNAME = libpng12
@@ -182,7 +182,17 @@ install-config: libpng-config
install: install-static install-shared install-man install-config
# If you installed in $(DESTDIR), test-installed won't work until you
-# move the library to its final location.
+# move the library to its final location. Use test-dd to test it
+# before then.
+
+test-dd:
+ echo
+ echo Testing installed dynamic shared library in $(DL).
+ $(CC) -I$(DI) -I$(ZLIBINC) \
+ `$(BINPATH)/libpng12-config --cflags` pngtest.c \
+ -o pngtestd `$(BINPATH)/libpng12-config --ldflags` \
+ -L$(DL) -L$(ZLIBLIB) -R$(ZLIBLIB) -R$(DL)
+ ./pngtestd pngtest.png
test-installed:
echo