Imported from libpng-1.2.6beta1.tar

This commit is contained in:
Glenn Randers-Pehrson
2002-10-22 08:28:43 -05:00
parent 0cc2f95a9d
commit c33ab4e8df
61 changed files with 170 additions and 143 deletions

View File

@@ -26,14 +26,14 @@ WARNMORE=-Wwrite-strings -Wpointer-arith -Wshadow \
-Wstrict-prototypes -Wmissing-prototypes #-Wconversion
CFLAGS=-I$(ZLIBINC) $(SUN_CC_FLAGS) \
# $(WARNMORE) -g -DPNG_DEBUG=5
LDFLAGS=-L. -R. $(SUN_LD_FLAGS) -L$(ZLIBLIB) -R$(ZLIBLIB) -lpng12 -lz -lm
LDFLAGS=$(SUN_LD_FLAGS) -L$(ZLIBLIB) -R$(ZLIBLIB) libpng.a -lz -lm
#RANLIB=ranlib
RANLIB=echo
LIBNAME=libpng12
PNGMAJ = 0
PNGMIN = 1.2.5
PNGMIN = 1.2.6beta1
PNGVER = $(PNGMAJ).$(PNGMIN)
INCPATH=$(prefix)/include