]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - gnu/lib/libdialog/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / gnu / lib / libdialog / Makefile
1 # $FreeBSD$
2
3 DIALOG=         ${.CURDIR}/../../../contrib/dialog
4
5 LIB=            dialog
6 SHLIB_MAJOR=    7
7 SRCS=           argv.c arrows.c buttons.c calendar.c checklist.c columns.c \
8                 dlg_keys.c editbox.c fselect.c formbox.c guage.c help.c \
9                 inputbox.c inputstr.c menubox.c mixedform.c mixedgauge.c \
10                 mouse.c mousewget.c msgbox.c pause.c prgbox.c progressbox.c \
11                 rc.c tailbox.c textbox.c timebox.c trace.c ui_getc.c util.c \
12                 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
17 .PATH:          ${DIALOG}
18 WARNS?=         1
19
20 .include <bsd.lib.mk>