1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-11-27 08:00:11 +00:00

Make this a little easier to build standalone. (same change as libpanel)

This commit is contained in:
Peter Wemm 2002-05-21 07:08:30 +00:00
parent 3e1a1dd23d
commit 42d4025c74
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=97057
4 changed files with 20 additions and 4 deletions

View File

@ -21,7 +21,11 @@ SRCS= ncurses_def.h \
INCS= ${NCURSES}/form/form.h
CLEANFILES+= ncurses_def.h
CFLAGS+= -I. -I${.CURDIR}/../libncurses -I${NCURSES}/form -I${NCURSES}/menu \
CFLAGS+= -I.
.if exists(${.OBJDIR}/../libncurses)
CFLAGS+= -I${.OBJDIR}/../libncurses
.endif
CFLAGS+=-I${.CURDIR}/../libncurses -I${NCURSES}/form -I${NCURSES}/menu \
-I${NCURSES}/include -Wall -DNDEBUG -DHAVE_CONFIG_H
ncurses_def.h: MKncurses_def.sh ncurses_defs

View File

@ -18,7 +18,11 @@ SRCS= ncurses_def.h \
INCS= ${NCURSES}/menu/menu.h ${NCURSES}/menu/eti.h
CLEANFILES+= ncurses_def.h
CFLAGS+= -I. -I${.CURDIR}/../libncurses -I${NCURSES}/menu -I${NCURSES}/include \
CFLAGS+= -I.
.if exists(${.OBJDIR}/../libncurses)
CFLAGS+= -I${.OBJDIR}/../libncurses
.endif
CFLAGS+=-I${.CURDIR}/../libncurses -I${NCURSES}/menu -I${NCURSES}/include \
-Wall -DNDEBUG -DHAVE_CONFIG_H
ncurses_def.h: MKncurses_def.sh ncurses_defs

View File

@ -21,7 +21,11 @@ SRCS= ncurses_def.h \
INCS= ${NCURSES}/form/form.h
CLEANFILES+= ncurses_def.h
CFLAGS+= -I. -I${.CURDIR}/../libncurses -I${NCURSES}/form -I${NCURSES}/menu \
CFLAGS+= -I.
.if exists(${.OBJDIR}/../libncurses)
CFLAGS+= -I${.OBJDIR}/../libncurses
.endif
CFLAGS+=-I${.CURDIR}/../libncurses -I${NCURSES}/form -I${NCURSES}/menu \
-I${NCURSES}/include -Wall -DNDEBUG -DHAVE_CONFIG_H
ncurses_def.h: MKncurses_def.sh ncurses_defs

View File

@ -18,7 +18,11 @@ SRCS= ncurses_def.h \
INCS= ${NCURSES}/menu/menu.h ${NCURSES}/menu/eti.h
CLEANFILES+= ncurses_def.h
CFLAGS+= -I. -I${.CURDIR}/../libncurses -I${NCURSES}/menu -I${NCURSES}/include \
CFLAGS+= -I.
.if exists(${.OBJDIR}/../libncurses)
CFLAGS+= -I${.OBJDIR}/../libncurses
.endif
CFLAGS+=-I${.CURDIR}/../libncurses -I${NCURSES}/menu -I${NCURSES}/include \
-Wall -DNDEBUG -DHAVE_CONFIG_H
ncurses_def.h: MKncurses_def.sh ncurses_defs