Deleted Added
full compact
Makefile (169971) Makefile (245887)
1# $FreeBSD: head/lib/ncurses/panel/Makefile 169971 2007-05-25 02:27:46Z rafan $
1# $FreeBSD: head/lib/ncurses/panel/Makefile 245887 2013-01-24 16:38:47Z brooks $
2
3.include "${.CURDIR}/../config.mk"
4
5SRCDIR= ${NCURSES_DIR}/panel
6
7LIB= panel${LIB_SUFFIX}
8
9.PATH: ${SRCDIR}

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

29
30CFLAGS+= -I${SRCDIR}
31
32DPADD= ${LIBNCURSES${LIB_SUFFIX:U}}
33LDADD= -lncurses${LIB_SUFFIX}
34
35.if defined(ENABLE_WIDEC)
36INCS= panel.h
2
3.include "${.CURDIR}/../config.mk"
4
5SRCDIR= ${NCURSES_DIR}/panel
6
7LIB= panel${LIB_SUFFIX}
8
9.PATH: ${SRCDIR}

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

29
30CFLAGS+= -I${SRCDIR}
31
32DPADD= ${LIBNCURSES${LIB_SUFFIX:U}}
33LDADD= -lncurses${LIB_SUFFIX}
34
35.if defined(ENABLE_WIDEC)
36INCS= panel.h
37.endif
38
39# generate MAN
40.PATH: ${NCURSES_DIR}/man
41MAN= \
42 panel.3
43
44CLEANFILES+= ${MAN:M*.3}
45

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

53 panel.3 panel_hidden.3 \
54 panel.3 panel_userptr.3 \
55 panel.3 panel_window.3 \
56 panel.3 replace_panel.3 \
57 panel.3 set_panel_userptr.3 \
58 panel.3 show_panel.3 \
59 panel.3 top_panel.3 \
60 panel.3 update_panels.3
37
38# generate MAN
39.PATH: ${NCURSES_DIR}/man
40MAN= \
41 panel.3
42
43CLEANFILES+= ${MAN:M*.3}
44

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

52 panel.3 panel_hidden.3 \
53 panel.3 panel_userptr.3 \
54 panel.3 panel_window.3 \
55 panel.3 replace_panel.3 \
56 panel.3 set_panel_userptr.3 \
57 panel.3 show_panel.3 \
58 panel.3 top_panel.3 \
59 panel.3 update_panels.3
60.else
61NO_MAN=
62.endif
61
62.include <bsd.lib.mk>
63
64# Keep the .SUFFIXES line after the include of bsd.lib.mk
65.SUFFIXES: .3 .3x
66.3x.3:
67 cat ${.IMPSRC} > ${.TARGET}
63
64.include <bsd.lib.mk>
65
66# Keep the .SUFFIXES line after the include of bsd.lib.mk
67.SUFFIXES: .3 .3x
68.3x.3:
69 cat ${.IMPSRC} > ${.TARGET}