Imported from libpng-1.4.0beta11.tar

This commit is contained in:
Glenn Randers-Pehrson
2006-08-19 13:59:24 -05:00
parent 3424ee7354
commit beb572e616
90 changed files with 2151 additions and 2040 deletions

View File

@@ -19,7 +19,10 @@ MKDIR = makedir
OBJS = png.o pngset.o pngget.o pngrutil.o pngtrans.o pngwutil.o pngread.o \
pngerror.o pngpread.o pngwrite.o pngrtran.o pngwtran.o pngrio.o pngwio.o pngmem.o
all: $(LIBNAME) pngtest
all: $(LIBNAME) pngtest pngdefs.h
pngdefs.h:
echo "/* pngdefs.h was built by smakefile.ppc */" > pngdefs.h
$(LIBNAME): $(OBJS)
$(AR) $(AR_FLAGS) $@ $(OBJS)