1848ee2a3SBaptiste DaroussinBSDDIALOG= ${SRCTOP}/contrib/bsddialog 2848ee2a3SBaptiste Daroussin 3848ee2a3SBaptiste Daroussin.PATH: ${BSDDIALOG}/lib 4848ee2a3SBaptiste Daroussin 5848ee2a3SBaptiste DaroussinLIB= bsddialog 6848ee2a3SBaptiste DaroussinPRIVATELIB= yes 7848ee2a3SBaptiste DaroussinSHLIB_MAJOR= 0 8848ee2a3SBaptiste DaroussinSRCS= barbox.c \ 9848ee2a3SBaptiste Daroussin calendarbox.c \ 10848ee2a3SBaptiste Daroussin formbox.c \ 11848ee2a3SBaptiste Daroussin infobox.c \ 12848ee2a3SBaptiste Daroussin lib_util.c \ 13848ee2a3SBaptiste Daroussin lib_util.h \ 14848ee2a3SBaptiste Daroussin libbsddialog.c \ 15848ee2a3SBaptiste Daroussin menubox.c \ 16848ee2a3SBaptiste Daroussin messagebox.c \ 17848ee2a3SBaptiste Daroussin textbox.c \ 18848ee2a3SBaptiste Daroussin theme.c \ 19848ee2a3SBaptiste Daroussin timebox.c 20d93b4d32SBaptiste DaroussinINCS= bsddialog.h \ 21d93b4d32SBaptiste Daroussin bsddialog_theme.h \ 22d93b4d32SBaptiste Daroussin bsddialog_progressview.h 23848ee2a3SBaptiste DaroussinMAN= bsddialog.3 24848ee2a3SBaptiste Daroussin 25*d746ab21SAlfonso S. SicilianoLIBADD= ncursesw tinfow formw 26848ee2a3SBaptiste DaroussinCFLAGS+= -D_XOPEN_SOURCE_EXTENDED 27848ee2a3SBaptiste Daroussin 28.include <bsd.lib.mk> 29