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>
This commit is contained in:
59
payloads/libpayload/curses/PDCurses/watcom.mif
Normal file
59
payloads/libpayload/curses/PDCurses/watcom.mif
Normal file
@@ -0,0 +1,59 @@
|
||||
# Common elements for the Watcom makefiles
|
||||
|
||||
srcdir = $(PDCURSES_SRCDIR)\pdcurses
|
||||
demodir = $(PDCURSES_SRCDIR)\demos
|
||||
|
||||
LIBOBJS = addch.obj addchstr.obj addstr.obj attr.obj beep.obj bkgd.obj &
|
||||
border.obj clear.obj color.obj delch.obj deleteln.obj deprec.obj &
|
||||
getch.obj getstr.obj getyx.obj inch.obj inchstr.obj initscr.obj inopts.obj &
|
||||
insch.obj insstr.obj instr.obj kernel.obj keyname.obj mouse.obj move.obj &
|
||||
outopts.obj overlay.obj pad.obj panel.obj printw.obj refresh.obj &
|
||||
scanw.obj scr_dump.obj scroll.obj slk.obj termattr.obj terminfo.obj &
|
||||
touch.obj util.obj window.obj debug.obj
|
||||
|
||||
PDCOBJS = pdcclip.obj pdcdisp.obj pdcgetsc.obj pdckbd.obj pdcscrn.obj &
|
||||
pdcsetsc.obj pdcutil.obj
|
||||
|
||||
DEMOS = testcurs.exe newdemo.exe xmas.exe tuidemo.exe firework.exe &
|
||||
ptest.exe rain.exe worm.exe
|
||||
|
||||
LIBCURSES = pdcurses.lib
|
||||
|
||||
LINK = wlink
|
||||
|
||||
!ifdef __LOADDLL__
|
||||
! loaddll wcc wccd
|
||||
! loaddll wcc386 wccd386
|
||||
! loaddll wlink wlink
|
||||
! loaddll wlib wlibd
|
||||
!endif
|
||||
|
||||
all: $(LIBCURSES) $(DEMOS)
|
||||
|
||||
clean
|
||||
-del *.obj
|
||||
-del *.lib
|
||||
-del *.exe
|
||||
-del *.err
|
||||
|
||||
demos: $(DEMOS)
|
||||
|
||||
.c: $(srcdir);$(osdir);$(demodir)
|
||||
.c.obj: .autodepend
|
||||
$(CC) $(CFLAGS) $<
|
||||
|
||||
.obj.exe:
|
||||
$(LINK) $(LDFLAGS) n $@ f $*.obj l $(LIBCURSES)
|
||||
|
||||
testcurs.exe: testcurs.obj $(LIBCURSES)
|
||||
newdemo.exe: newdemo.obj $(LIBCURSES)
|
||||
xmas.exe: xmas.obj $(LIBCURSES)
|
||||
firework.exe: firework.obj $(LIBCURSES)
|
||||
rain.exe: rain.obj $(LIBCURSES)
|
||||
worm.exe: worm.obj $(LIBCURSES)
|
||||
ptest.exe: ptest.obj $(LIBCURSES)
|
||||
|
||||
tuidemo.exe: tuidemo.obj tui.obj $(LIBCURSES)
|
||||
$(LINK) $(LDFLAGS) n $@ f tuidemo.obj f tui.obj l $(LIBCURSES)
|
||||
|
||||
dist: .symbolic
|
Reference in New Issue
Block a user