X-Git-Url: https://rtime.felk.cvut.cz/gitweb/l4.git/blobdiff_plain/4323e178f084712b74f7addcfd470f56e6d5eb7e..cbb47e56624d49f37d93cc495f0f08e8a4da9c1c:/l4/pkg/libpng/lib/contrib/scripts/makefile.ne12bsd diff --git a/l4/pkg/libpng/lib/contrib/scripts/makefile.ne12bsd b/l4/pkg/libpng/lib/contrib/scripts/makefile.ne12bsd index 0aeea6e87..649acdde4 100644 --- a/l4/pkg/libpng/lib/contrib/scripts/makefile.ne12bsd +++ b/l4/pkg/libpng/lib/contrib/scripts/makefile.ne12bsd @@ -2,7 +2,7 @@ # make obj && make depend && make && make test # make includes && make install # Copyright (C) 2002 Patrick R.L. Welche -# Copyright (C) 2007, 2009 Glenn Randers-Pehrson +# Copyright (C) 2007, 2009, 2014 Glenn Randers-Pehrson # # This code is released under the libpng license. # For conditions of distribution and use, see the disclaimer @@ -17,7 +17,7 @@ INCSDIR=${LOCALBASE}/include/libpng16 LIB= png16 SHLIB_MAJOR= 0 -SHLIB_MINOR= 1.6.7 +SHLIB_MINOR= 1.6.9 SRCS= png.c pngset.c pngget.c pngrutil.c pngtrans.c pngwutil.c \ pngread.c pngrio.c pngwio.c pngwrite.c pngrtran.c \ pngwtran.c pngmem.c pngerror.c pngpread.c @@ -34,6 +34,9 @@ CPPFLAGS+=-I${.CURDIR} CLEANFILES+=pngtest.o pngtest pnglibconf.h +.c.o: + $(CC) -c $(CPPFLAGS) $(CFLAGS) -o $@ $< + # see scripts/pnglibconf.mak for more options pnglibconf.h: scripts/pnglibconf.h.prebuilt cp scripts/pnglibconf.h.prebuilt $@