xref: /freebsd-14.2/gnu/lib/libdialog/Makefile (revision d0b2dbfa)
13728ed9cSAndrey A. Chernov
2ffec3151SWarner LoshDIALOG=		${SRCTOP}/contrib/dialog
3e1fe3dbaSRuslan Ermilov
43728ed9cSAndrey A. ChernovLIB=		dialog
5*2f7f8995SJohn BaldwinSHLIB_MAJOR=	10
62a3e3873SBaptiste DaroussinSRCS=		argv.c arrows.c buildlist.c buttons.c calendar.c checklist.c \
72a3e3873SBaptiste Daroussin		columns.c dlg_keys.c editbox.c fselect.c formbox.c guage.c \
82a3e3873SBaptiste Daroussin		help.c inputbox.c inputstr.c menubox.c mixedform.c \
92a3e3873SBaptiste Daroussin		mixedgauge.c mouse.c mousewget.c msgbox.c pause.c prgbox.c \
102a3e3873SBaptiste Daroussin		progressbox.c rangebox.c rc.c tailbox.c textbox.c timebox.c \
11f4f33ea0SBaptiste Daroussin		trace.c treeview.c ttysize.c ui_getc.c util.c version.c yesno.c
124c8945a0SNathan WhitehornINCS=		dialog.h dlg_colors.h dlg_config.h dlg_keys.h
13e5ac5644SRuslan ErmilovMAN=		dialog.3
14fa8dc2c0SJordan K. Hubbard
15cbc83e37SBaptiste DaroussinLIBADD=		tinfow ncursesw m
164032b02aSBaptiste Daroussin
1795da5e13SBaptiste DaroussinCFLAGS+= 	-I${.CURDIR} -I${DIALOG} -D_XOPEN_SOURCE_EXTENDED
184c8945a0SNathan Whitehorn.PATH:		${DIALOG}
196794a0c9SBaptiste DaroussinWARNS?=		1
20c211e812SMike Pritchard
213728ed9cSAndrey A. Chernov.include <bsd.lib.mk>
22