[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

@@ -5,7 +5,7 @@
LIBNAME = libpng10
PNGMAJ = 0
PNGMIN = 1.0.15rc1
PNGMIN = 1.0.15rc2
PNGVER = $(PNGMAJ).$(PNGMIN)
CC=gcc
@@ -99,12 +99,12 @@ $(LIBNAME).so.$(PNGMAJ): $(LIBNAME).so.$(PNGVER)
$(LIBNAME).so.$(PNGVER): $(OBJSDLL)
$(CC) -shared -Wl,-soname,$(LIBNAME).so.$(PNGMAJ) \
-o $(LIBNAME).so.$(PNGVER) \
$(OBJSDLL) -L$(ZLIBLIB) -lz -lm -lc
$(OBJSDLL)
libpng.so.2.$(PNGMIN): $(OBJSDLL)
$(CC) -shared -Wl,-soname,libpng.so.2 \
-o libpng.so.2.$(PNGMIN) \
$(OBJSDLL) -L$(ZLIBLIB) -lz -lm -lc
$(OBJSDLL)
pngtest: pngtest.o $(LIBNAME).so
$(CC) -o pngtest $(CFLAGS) pngtest.o $(LDFLAGS)