Imported from libpng-1.2.21rc2.tar

This commit is contained in:
Glenn Randers-Pehrson
2007-09-26 19:34:29 -05:00
parent 5ecf1b53ea
commit b188d671d1
53 changed files with 265 additions and 167 deletions

View File

@@ -18,7 +18,7 @@ ZLIBINC=/opt/zlib/include
# Library name:
LIBNAME = libpng12
PNGMAJ = 0
PNGMIN = 1.2.21rc1
PNGMIN = 1.2.21rc2
PNGVER = $(PNGMAJ).$(PNGMIN)
# Shared library names:
@@ -83,7 +83,10 @@ libpng.a: $(OBJS)
$(RANLIB) $@
libpng.pc:
cat scripts/libpng.pc.in | sed -e s\!@PREFIX@!$(prefix)! > libpng.pc
cat scripts/libpng.pc.in | sed -e s!@prefix@!$(prefix)! \
-e s!@exec_prefix@!$(exec_prefix)! \
-e s!@libdir@!$(LIBPATH)! \
-e s!@includedir@!$(INCPATH)! > libpng.pc
libpng-config:
( cat scripts/libpng-config-head.in; \