Deleted Added
full compact
Makefile (97054) Makefile (115898)
1# Makefile for libpanel
1# Makefile for libpanel
2# $FreeBSD: head/lib/ncurses/panel/Makefile 97054 2002-05-21 05:41:07Z peter $
2# $FreeBSD: head/lib/ncurses/panel/Makefile 115898 2003-06-06 13:46:55Z kuriyama $
3
4NCURSES=${.CURDIR}/../../contrib/ncurses
5
6.PATH: ${NCURSES}/panel ${NCURSES}/include
7.PATH: ${NCURSES}/man
8
9LIB= panel
10AWK?= awk

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

27ncurses_def.h: MKncurses_def.sh ncurses_defs
28 AWK=${AWK} sh ${NCURSES}/include/MKncurses_def.sh \
29 ${NCURSES}/include/ncurses_defs > ncurses_def.h
30
31# generate MAN
32CLEANFILES+= panel.3
33MAN= panel.3
34panel.3: panel.3x
3
4NCURSES=${.CURDIR}/../../contrib/ncurses
5
6.PATH: ${NCURSES}/panel ${NCURSES}/include
7.PATH: ${NCURSES}/man
8
9LIB= panel
10AWK?= awk

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

27ncurses_def.h: MKncurses_def.sh ncurses_defs
28 AWK=${AWK} sh ${NCURSES}/include/MKncurses_def.sh \
29 ${NCURSES}/include/ncurses_defs > ncurses_def.h
30
31# generate MAN
32CLEANFILES+= panel.3
33MAN= panel.3
34panel.3: panel.3x
35 ln -s ${.ALLSRC} ${.TARGET}
35 cat ${.ALLSRC} > ${.TARGET}
36
37MLINKS+=panel.3 bottom_panel.3 panel.3 del_panel.3 panel.3 hide_panel.3 \
38 panel.3 move_panel.3 panel.3 new_panel.3 panel.3 panel_above.3 \
39 panel.3 panel_below.3 panel.3 panel_hidden.3 \
40 panel.3 panel_userptr.3 panel.3 panel_window.3 \
41 panel.3 replace_panel.3 panel.3 set_panel_userptr.3 \
42 panel.3 show_panel.3 panel.3 top_panel.3 panel.3 update_panels.3
43
44.include <bsd.lib.mk>
45
46.SUFFIXES: .3x .3
36
37MLINKS+=panel.3 bottom_panel.3 panel.3 del_panel.3 panel.3 hide_panel.3 \
38 panel.3 move_panel.3 panel.3 new_panel.3 panel.3 panel_above.3 \
39 panel.3 panel_below.3 panel.3 panel_hidden.3 \
40 panel.3 panel_userptr.3 panel.3 panel_window.3 \
41 panel.3 replace_panel.3 panel.3 set_panel_userptr.3 \
42 panel.3 show_panel.3 panel.3 top_panel.3 panel.3 update_panels.3
43
44.include <bsd.lib.mk>
45
46.SUFFIXES: .3x .3