]> git.saurik.com Git - wxWidgets.git/blobdiff - src/png/scripts/makefile.netbsd
Update new names to conform, add new event types and event attributes, etc.
[wxWidgets.git] / src / png / scripts / makefile.netbsd
index e75378035ccf5b7e6c8aa5c13c3bea770ab714f2..262bdbd78d277d7f5a506000072341b6247717e0 100644 (file)
@@ -8,7 +8,7 @@
 # For conditions of distribution and use, see the disclaimer
 # and license in png.h
 
-# You should also run makefile.ne14bsd
+# You should also run makefile.ne15bsd
 
 LOCALBASE?=/usr/local
 LIBDIR=        ${LOCALBASE}/lib
@@ -16,12 +16,12 @@ MANDIR= ${LOCALBASE}/man
 INCSDIR=${LOCALBASE}/include
 
 LIB=   png
-SHLIB_MAJOR=   3
-SHLIB_MINOR=   1.4.4
+SHLIB_MAJOR=   15
+SHLIB_MINOR=   1.5.7
 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
-INCS=  png.h pngconf.h
+INCS=  png.h pngconf.h pnglibconf.h
 MAN=   libpng.3 libpngpf.3 png.5
 
 CPPFLAGS+=-I${.CURDIR}
@@ -32,7 +32,11 @@ CPPFLAGS+=-I${.CURDIR}
 #   MKLINT= no
 # .endif
 
-CLEANFILES+=pngtest.o pngtest
+CLEANFILES+=pngtest.o pngtest pnglibconf.h
+
+# see scripts/pnglibconf.mak for more options
+pnglibconf.h: scripts/pnglibconf.h.prebuilt
+       cp scripts/pnglibconf.h.prebuilt $@
 
 pngtest.o:     pngtest.c
        ${CC} -c ${CPPFLAGS} ${CFLAGS} ${.ALLSRC} -o ${.TARGET}