]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - gnu/lib/libdialog/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / gnu / lib / libdialog / Makefile
1 # $FreeBSD$
2
3 DIALOG=         ${.CURDIR}/../../../contrib/dialog
4
5 LIB=            dialog
6 SHLIB_MAJOR=    8
7 SRCS=           argv.c arrows.c buildlist.c buttons.c calendar.c checklist.c \
8                 columns.c dlg_keys.c editbox.c fselect.c formbox.c guage.c \
9                 help.c inputbox.c inputstr.c menubox.c mixedform.c \
10                 mixedgauge.c mouse.c mousewget.c msgbox.c pause.c prgbox.c \
11                 progressbox.c rangebox.c rc.c tailbox.c textbox.c timebox.c \
12                 trace.c treeview.c ui_getc.c util.c version.c yesno.c
13 INCS=           dialog.h dlg_colors.h dlg_config.h dlg_keys.h
14 MAN=            dialog.3
15
16 CFLAGS+=        -I${.CURDIR} -I${DIALOG} -D_XOPEN_SOURCE_EXTENDED -DGCC_UNUSED=__unused
17 .PATH:          ${DIALOG}
18 WARNS?=         1
19
20 .include <bsd.lib.mk>