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:
parent
3e1a1dd23d
commit
42d4025c74
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=97057
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user