From 4f85a1eb76d1e7109bcc60ba6f3262a5654ac61b Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Tue, 10 Nov 2015 09:00:41 -0800 Subject: libpayload: Rename PDCurses-3.4 to PDCurses Change-Id: If881ec130833c7e7e62caa3d31e350a531f5bc8e Signed-off-by: Stefan Reinauer Reviewed-on: http://review.coreboot.org/12398 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi --- .../libpayload/curses/PDCurses-3.4/dos/gccdos.mak | 87 ---------------------- 1 file changed, 87 deletions(-) delete mode 100644 payloads/libpayload/curses/PDCurses-3.4/dos/gccdos.mak (limited to 'payloads/libpayload/curses/PDCurses-3.4/dos/gccdos.mak') diff --git a/payloads/libpayload/curses/PDCurses-3.4/dos/gccdos.mak b/payloads/libpayload/curses/PDCurses-3.4/dos/gccdos.mak deleted file mode 100644 index 26a4ed3d09..0000000000 --- a/payloads/libpayload/curses/PDCurses-3.4/dos/gccdos.mak +++ /dev/null @@ -1,87 +0,0 @@ -# GNU MAKE (3.79.1) Makefile for PDCurses library - DOS DJGPP V2.0+ -# -# Usage: make -f [path\]gccdos.mak [DEBUG=Y] [target] -# -# where target can be any of: -# [all|libs|demos|dist|pdcurses.a|testcurs.exe...] - -O = o - -ifndef PDCURSES_SRCDIR - PDCURSES_SRCDIR = .. -endif - -include $(PDCURSES_SRCDIR)/version.mif -include $(PDCURSES_SRCDIR)/libobjs.mif - -osdir = $(PDCURSES_SRCDIR)/dos - -PDCURSES_DOS_H = $(osdir)/pdcdos.h - -CC = gcc - -ifeq ($(DEBUG),Y) - CFLAGS = -g -Wall -DPDCDEBUG - LDFLAGS = -g -else - CFLAGS = -O2 -Wall - LDFLAGS = -endif - -CFLAGS += -I$(PDCURSES_SRCDIR) - -LINK = gcc - -LIBEXE = ar -LIBFLAGS = rcv - -LIBCURSES = pdcurses.a - -.PHONY: all libs clean demos dist - -all: libs demos - -libs: $(LIBCURSES) - -clean: - -del *.o - -del *.a - -del *.exe - -demos: $(DEMOS) - strip *.exe - -$(LIBCURSES) : $(LIBOBJS) $(PDCOBJS) - $(LIBEXE) $(LIBFLAGS) $@ $? - -copy $(LIBCURSES) panel.a - -$(LIBOBJS) $(PDCOBJS) : $(PDCURSES_HEADERS) -$(PDCOBJS) : $(PDCURSES_DOS_H) -$(DEMOS) : $(PDCURSES_CURSES_H) $(LIBCURSES) -panel.o : $(PANEL_HEADER) -terminfo.o: $(TERM_HEADER) - -$(LIBOBJS) : %.o: $(srcdir)/%.c - $(CC) -c $(CFLAGS) $< - -$(PDCOBJS) : %.o: $(osdir)/%.c - $(CC) -c $(CFLAGS) $< - -firework.exe newdemo.exe rain.exe testcurs.exe worm.exe xmas.exe \ -ptest.exe: %.exe: $(demodir)/%.c - $(CC) $(CFLAGS) -o$@ $< $(LIBCURSES) - -tuidemo.exe: tuidemo.o tui.o - $(LINK) $(LDFLAGS) -o$@ tuidemo.o tui.o $(LIBCURSES) - -tui.o: $(demodir)/tui.c $(demodir)/tui.h $(PDCURSES_CURSES_H) - $(CC) -c $(CFLAGS) -I$(demodir) -o$@ $< - -tuidemo.o: $(demodir)/tuidemo.c $(PDCURSES_CURSES_H) - $(CC) -c $(CFLAGS) -I$(demodir) -o$@ $< - -PLATFORM1 = DJGPP 2.03 -PLATFORM2 = DJGPP 2.03 for DOS -ARCNAME = pdc$(VER)djg - -include $(PDCURSES_SRCDIR)/makedist.mif -- cgit v1.2.3