[devel] Revise scripts to work with pnglibconf.h

This commit is contained in:
Glenn Randers-Pehrson
2010-04-17 08:17:51 -05:00
parent 98b4f0032b
commit 725314432d
48 changed files with 923 additions and 666 deletions

View File

@@ -21,7 +21,7 @@ SHLIB_MINOR= 1.5.0beta17
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
cp scripts/pnglibconf.h $@
pngtest.o: pngtest.c
${CC} -c ${CPPFLAGS} ${CFLAGS} ${.ALLSRC} -o ${.TARGET}