[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

@@ -30,7 +30,7 @@ LDFLAGS=-L. -R. -L$(ZLIBLIB) -R$(ZLIBLIB) -lpng10 -lz -lm
RANLIB=echo
PNGMAJ = 0
PNGMIN = 1.0.15rc1
PNGMIN = 1.0.15rc2
PNGVER = $(PNGMAJ).$(PNGMIN)
LIBNAME = libpng10
@@ -104,12 +104,12 @@ $(LIBNAME).so.$(PNGVER): $(OBJSDLL)
echo; \
;; \
esac
$(LD) -G -L$(ZLIBLIB) -R$(ZLIBLIB) -h $(LIBNAME).so.$(PNGMAJ) \
-o $(LIBNAME).so.$(PNGVER) $(OBJSDLL) -lz
$(LD) -G -h $(LIBNAME).so.$(PNGMAJ) \
-o $(LIBNAME).so.$(PNGVER) $(OBJSDLL)
libpng.so.2.$(PNGMIN): $(OBJS)
$(LD) -G -L$(ZLIBLIB) -R$(ZLIBLIB) -h libpng.so.2 \
-o libpng.so.2.$(PNGMIN) $(OBJSDLL) -lz
$(LD) -G -h libpng.so.2 \
-o libpng.so.2.$(PNGMIN) $(OBJSDLL)
pngtest: pngtest.o $(LIBNAME).so
$(CC) -o pngtest $(CFLAGS) pngtest.o $(LDFLAGS)