[libpng10] Imported from libpng-1.0.15rc2.tar

This commit is contained in:
Glenn Randers-Pehrson
2002-09-15 20:26:19 -05:00
parent 88f07c8451
commit 0e928a62e9
62 changed files with 153 additions and 164 deletions

View File

@@ -33,7 +33,7 @@ RANLIB=ranlib
#RANLIB=echo
PNGMAJ = 0
PNGMIN = 1.0.15rc1
PNGMIN = 1.0.15rc2
PNGVER = $(PNGMAJ).$(PNGMIN)
LIBNAME = libpng10
@@ -94,12 +94,12 @@ $(LIBNAME).sl.$(PNGMAJ): $(LIBNAME).sl.$(PNGVER)
ln -sf $(LIBNAME).sl.$(PNGVER) $(LIBNAME).sl.$(PNGMAJ)
$(LIBNAME).sl.$(PNGVER): $(OBJSDLL)
$(LD) -b -L$(ZLIBLIB) +s +b $(ZLIBLIB) \
+h $(LIBNAME).sl.$(PNGMAJ) -o $(LIBNAME).sl.$(PNGVER) $(OBJSDLL) -lz
$(LD) +s \
+h $(LIBNAME).sl.$(PNGMAJ) -o $(LIBNAME).sl.$(PNGVER) $(OBJSDLL)
libpng.sl.2.$(PNGMIN): $(OBJSDLL)
$(LD) -b -L$(ZLIBLIB) +s +b $(ZLIBLIB) \
+h libpng.sl.2 -o libpng.sl.2.$(PNGMIN) $(OBJSDLL) -lz
$(LD) +s \
+h libpng.sl.2 -o libpng.sl.2.$(PNGMIN) $(OBJSDLL)
pngtest: pngtest.o $(LIBNAME).sl
$(CC) -o pngtest $(CFLAGS) pngtest.o $(LDFLAGS)