Deleted Added
full compact
Makefile (167358) Makefile (167359)
1# $FreeBSD: head/lib/ncurses/menu/Makefile 167358 2007-03-09 09:54:07Z rafan $
1# $FreeBSD: head/lib/ncurses/menu/Makefile 167359 2007-03-09 12:11:58Z rafan $
2
3.include "${.CURDIR}/../config.mk"
4
5SRCDIR= ${NCURSES_DIR}/menu
6
2
3.include "${.CURDIR}/../config.mk"
4
5SRCDIR= ${NCURSES_DIR}/menu
6
7LIB= menu
7LIB= menu${LIB_SUFFIX}
8
9.PATH: ${SRCDIR}
10SRCS= \
11 ncurses_def.h \
12 m_attribs.c \
13 m_cursor.c \
14 m_driver.c \
15 m_format.c \

--- 19 unchanged lines hidden (view full) ---

35 m_sub.c \
36 m_userptr.c \
37 m_win.c
38
39CLEANFILES= ncurses_def.h
40
41CFLAGS+= -I${SRCDIR}
42
8
9.PATH: ${SRCDIR}
10SRCS= \
11 ncurses_def.h \
12 m_attribs.c \
13 m_cursor.c \
14 m_driver.c \
15 m_format.c \

--- 19 unchanged lines hidden (view full) ---

35 m_sub.c \
36 m_userptr.c \
37 m_win.c
38
39CLEANFILES= ncurses_def.h
40
41CFLAGS+= -I${SRCDIR}
42
43DPADD= ${LIBNCURSES}
44LDADD= -lncurses
43DPADD= ${LIBNCURSES${LIB_SUFFIX:U}}
44LDADD= -lncurses${LIB_SUFFIX}
45
46INCS= menu.h eti.h
47
48.PATH: ${NCURSES_DIR}/man
49MAN= \
50 menu.3 \
51 menu_attributes.3 \
52 menu_cursor.3 \

--- 85 unchanged lines hidden ---
45
46INCS= menu.h eti.h
47
48.PATH: ${NCURSES_DIR}/man
49MAN= \
50 menu.3 \
51 menu_attributes.3 \
52 menu_cursor.3 \

--- 85 unchanged lines hidden ---