Imported from libpng-1.2.3rc2.tar

This commit is contained in:
Glenn Randers-Pehrson
2002-05-01 11:51:26 -05:00
parent 03008a08d1
commit 25d8224d15
60 changed files with 190 additions and 157 deletions

View File

@@ -31,7 +31,7 @@ LDSHARED=cc $(ABI) -shared
# See "man dso" for info about shared objects
LIBNAME=libpng12
PNGMAJ = 0
PNGMIN = 1.2.3rc1
PNGMIN = 1.2.3rc2
PNGVER = $(PNGMAJ).$(PNGMIN)
RANLIB=echo
@@ -98,7 +98,7 @@ install-static: install-headers libpng.a
-@/bin/rm -f $(DESTDIR)$(LIBPATH)/libpng.a
(cd $(DESTDIR)$(LIBPATH); ln -f -s $(LIBNAME).a libpng.a)
install-shared: install-headers $(LIBNAME).so.$(PNGVER)
install-shared: install-headers $(LIBNAME).so.$(PNGVER) libpng.pc
-@if [ ! -d $(DESTDIR)$(LIBPATH) ]; then mkdir $(DESTDIR)$(LIBPATH); fi
-@/bin/rm -f $(DESTDIR)$(LIBPATH)/$(LIBNAME).so.$(PNGMAJ)* \
$(DESTDIR)$(LIBPATH)/$(LIBNAME).so