Initial update of bmake glue for ncurses-5.2-20020518

This commit is contained in:
Peter Wemm 2002-05-21 05:41:07 +00:00
parent e43996e59a
commit c8930be1de
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=97054
2 changed files with 14 additions and 4 deletions

View File

@ -16,8 +16,13 @@ SRCS= ncurses_def.h \
INCS= ${NCURSES}/panel/panel.h
CLEANFILES+= ncurses_def.h
CFLAGS+= -I. -I${.CURDIR}/../libncurses -I${NCURSES}/panel -I${NCURSES}/include \
-Wall -DNDEBUG -DHAVE_CONFIG_H
CFLAGS+= -I.
.if exists(${.OBJDIR}/../libncurses)
CFLAGS+= -I${.OBJDIR}/../libncurses
.endif
CFLAGS+= -I${.CURDIR}/../libncurses
CFLAGS+= -I${NCURSES}/panel -I${NCURSES}/include -I${NCURSES}/ncurses \
-Wall -DNDEBUG -DHAVE_CONFIG_H
ncurses_def.h: MKncurses_def.sh ncurses_defs
AWK=${AWK} sh ${NCURSES}/include/MKncurses_def.sh \

View File

@ -16,8 +16,13 @@ SRCS= ncurses_def.h \
INCS= ${NCURSES}/panel/panel.h
CLEANFILES+= ncurses_def.h
CFLAGS+= -I. -I${.CURDIR}/../libncurses -I${NCURSES}/panel -I${NCURSES}/include \
-Wall -DNDEBUG -DHAVE_CONFIG_H
CFLAGS+= -I.
.if exists(${.OBJDIR}/../libncurses)
CFLAGS+= -I${.OBJDIR}/../libncurses
.endif
CFLAGS+= -I${.CURDIR}/../libncurses
CFLAGS+= -I${NCURSES}/panel -I${NCURSES}/include -I${NCURSES}/ncurses \
-Wall -DNDEBUG -DHAVE_CONFIG_H
ncurses_def.h: MKncurses_def.sh ncurses_defs
AWK=${AWK} sh ${NCURSES}/include/MKncurses_def.sh \