Deleted Added
full compact
Makefile (139119) Makefile (145413)
1# Makefile for libdialog
1# Makefile for libdialog
2# $FreeBSD: head/gnu/lib/libdialog/Makefile 139119 2004-12-21 12:05:11Z ru $
2# $FreeBSD: head/gnu/lib/libdialog/Makefile 145413 2005-04-22 18:57:32Z trhodes $
3
4LIB= dialog
5INCS= dialog.h
6MAN= dialog.3
7
8SHLIB_MAJOR= 4
9SRCS= kernel.c rc.c checklist.c inputbox.c menubox.c msgbox.c \
10 lineedit.c radiolist.c textbox.c yesno.c prgbox.c raw_popen.c \
11 fselect.c ui_objects.c dir.c notify.c help.c gauge.c tree.c
12
13EXAMPLES= Makefile check1.c check2.c check3.c dselect.c fselect.c \
14 ftree1.c ftree1.test ftree2.c ftree2.test gauge.c input1.c \
15 input2.c menu1.c menu2.c menu3.c msg.c prgbox.c radio1.c \
16 radio2.c radio3.c text.c tree.c yesno.c
17
18CFLAGS+= -I${.CURDIR} -Wall -Wstrict-prototypes -DLOCALE
19
3
4LIB= dialog
5INCS= dialog.h
6MAN= dialog.3
7
8SHLIB_MAJOR= 4
9SRCS= kernel.c rc.c checklist.c inputbox.c menubox.c msgbox.c \
10 lineedit.c radiolist.c textbox.c yesno.c prgbox.c raw_popen.c \
11 fselect.c ui_objects.c dir.c notify.c help.c gauge.c tree.c
12
13EXAMPLES= Makefile check1.c check2.c check3.c dselect.c fselect.c \
14 ftree1.c ftree1.test ftree2.c ftree2.test gauge.c input1.c \
15 input2.c menu1.c menu2.c menu3.c msg.c prgbox.c radio1.c \
16 radio2.c radio3.c text.c tree.c yesno.c
17
18CFLAGS+= -I${.CURDIR} -Wall -Wstrict-prototypes -DLOCALE
19
20LDADD= -lncurses
21DPADD= ${LIBNCURSES}
20DPADD= ${LIBNCURSES}
21LDADD= -lncurses
22
23.if !defined(NO_HTML)
24FILES= ${EXAMPLES:C;^;${.CURDIR}/TESTS/;}
25FILESDIR= ${SHAREDIR}/examples/libdialog
26.endif
27
28MLINKS+=dialog.3 draw_shadow.3 dialog.3 draw_box.3 \
29 dialog.3 line_edit.3 dialog.3 strheight.3 \

--- 16 unchanged lines hidden ---
22
23.if !defined(NO_HTML)
24FILES= ${EXAMPLES:C;^;${.CURDIR}/TESTS/;}
25FILESDIR= ${SHAREDIR}/examples/libdialog
26.endif
27
28MLINKS+=dialog.3 draw_shadow.3 dialog.3 draw_box.3 \
29 dialog.3 line_edit.3 dialog.3 strheight.3 \

--- 16 unchanged lines hidden ---