diff options
author | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2015-11-10 09:00:41 -0800 |
---|---|---|
committer | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2015-11-11 21:38:48 +0100 |
commit | 4f85a1eb76d1e7109bcc60ba6f3262a5654ac61b (patch) | |
tree | e996818c6aa6b6f702a6c805c447c20724eff265 /payloads/libpayload/curses/PDCurses-3.4/libobjs.mif | |
parent | 2ea24dabd658b8396e0abf79318a538ef0f3a5b8 (diff) |
libpayload: Rename PDCurses-3.4 to PDCurses
Change-Id: If881ec130833c7e7e62caa3d31e350a531f5bc8e
Signed-off-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Reviewed-on: http://review.coreboot.org/12398
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'payloads/libpayload/curses/PDCurses-3.4/libobjs.mif')
-rw-r--r-- | payloads/libpayload/curses/PDCurses-3.4/libobjs.mif | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/payloads/libpayload/curses/PDCurses-3.4/libobjs.mif b/payloads/libpayload/curses/PDCurses-3.4/libobjs.mif deleted file mode 100644 index 6705323523..0000000000 --- a/payloads/libpayload/curses/PDCurses-3.4/libobjs.mif +++ /dev/null @@ -1,26 +0,0 @@ -# Common elements for most of the DOS, OS/2 and Win32 -# makefiles (not Watcom or LCC) - -PDCURSES_CURSES_H = $(PDCURSES_SRCDIR)/curses.h -PDCURSES_CURSPRIV_H = $(PDCURSES_SRCDIR)/curspriv.h -PDCURSES_HEADERS = $(PDCURSES_CURSES_H) $(PDCURSES_CURSPRIV_H) -PANEL_HEADER = $(PDCURSES_SRCDIR)/panel.h -TERM_HEADER = $(PDCURSES_SRCDIR)/term.h - -srcdir = $(PDCURSES_SRCDIR)/pdcurses -demodir = $(PDCURSES_SRCDIR)/demos - -LIBOBJS = addch.$(O) addchstr.$(O) addstr.$(O) attr.$(O) beep.$(O) \ -bkgd.$(O) border.$(O) clear.$(O) color.$(O) delch.$(O) deleteln.$(O) \ -deprec.$(O) getch.$(O) getstr.$(O) getyx.$(O) inch.$(O) inchstr.$(O) \ -initscr.$(O) inopts.$(O) insch.$(O) insstr.$(O) instr.$(O) kernel.$(O) \ -keyname.$(O) mouse.$(O) move.$(O) outopts.$(O) overlay.$(O) pad.$(O) \ -panel.$(O) printw.$(O) refresh.$(O) scanw.$(O) scr_dump.$(O) scroll.$(O) \ -slk.$(O) termattr.$(O) terminfo.$(O) touch.$(O) util.$(O) window.$(O) \ -debug.$(O) - -PDCOBJS = pdcclip.$(O) pdcdisp.$(O) pdcgetsc.$(O) pdckbd.$(O) pdcscrn.$(O) \ -pdcsetsc.$(O) pdcutil.$(O) - -DEMOS = testcurs.exe newdemo.exe xmas.exe tuidemo.exe firework.exe \ -ptest.exe rain.exe worm.exe |