From 3b77b723ca209199c8a224702812441e2196d452 Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Thu, 7 Jul 2011 15:41:53 +0200 Subject: libpayload: Add PDCurses and ncurses' libform/libmenu PDCurses provides an alternative implementation of the curses library standard in addition to tinycurses. Where tinycurses is really tiny, PDCurses is more complete and provides virtually unlimited windows and the full API. The PDCurses code is brought in "vanilla", with all local changes residing in curses/pdcurses-backend/ In addition to a curses library, this change also provides libpanel (as part of the PDCurses code), and libform and libmenu which were derived from ncurses-5.9. As they rely on ncurses internals (and PDCurses is not ncurses), more changes were required for these libraries to work. The build system is extended to install the right set of header files depending on the selected curses implementation. Change-Id: I9e5b920f94b6510da01da2f656196a993170d1c5 Signed-off-by: Patrick Georgi Reviewed-on: http://review.coreboot.org/106 Tested-by: build bot (Jenkins) Reviewed-by: Marc Jones --- payloads/libpayload/curses/PDCurses-3.4/makedist.mif | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 payloads/libpayload/curses/PDCurses-3.4/makedist.mif (limited to 'payloads/libpayload/curses/PDCurses-3.4/makedist.mif') diff --git a/payloads/libpayload/curses/PDCurses-3.4/makedist.mif b/payloads/libpayload/curses/PDCurses-3.4/makedist.mif new file mode 100644 index 0000000000..e7495a50d3 --- /dev/null +++ b/payloads/libpayload/curses/PDCurses-3.4/makedist.mif @@ -0,0 +1,20 @@ +# Makefile include: build a binary archive with Info-ZIP +# under DOS, OS/2 or Win32 + +dist: $(PDCLIBS) + echo PDCurses $(VERDOT) for $(PLATFORM1) > file_id.diz + echo ------------------------------------------ >> file_id.diz + echo Public Domain Curses library for >> file_id.diz + echo $(PLATFORM2). >> file_id.diz + echo Source available in PDCURS$(VER).ZIP >> file_id.diz + echo Public Domain. >> file_id.diz + echo $(PDCURSES_SRCDIR)\README > flist + echo $(PDCURSES_SRCDIR)\HISTORY >> flist + echo $(PDCURSES_SRCDIR)\curses.h >> flist + echo $(PDCURSES_SRCDIR)\panel.h >> flist + echo $(PDCURSES_SRCDIR)\term.h >> flist + echo $(LIBCURSES) >> flist + echo file_id.diz >> flist + zip -9jX $(ARCNAME) -@