drivers/wifi: Remove unnecessary data structure copy
[coreboot2.git] / payloads / libpayload / curses / PDCurses / dos / wccdos4g.mak
blobe1ba1cdeca6f876a7b816d37801e77a3e8a8030d
1 # Watcom WMAKE Makefile for PDCurses library - DOS/4GW Watcom C/C++ 10.6+
3 # Usage: wmake -f [path\]wccdos4g.mak [DEBUG=Y] [target]
5 # where target can be any of:
6 # [all|demos|pdcurses.lib|testcurs.exe...]
8 !ifdef %PDCURSES_SRCDIR
9 PDCURSES_SRCDIR = $(%PDCURSES_SRCDIR)
10 !else
11 PDCURSES_SRCDIR = ..
12 !endif
14 !include $(PDCURSES_SRCDIR)\version.mif
16 osdir = $(PDCURSES_SRCDIR)\dos
18 CC = wcc386
19 TARGET = dos4g
21 CFLAGS = /bt=$(TARGET) /zq /wx /mf /i=$(PDCURSES_SRCDIR)
23 !ifeq DEBUG Y
24 CFLAGS += /d2 /DPDCDEBUG
25 LDFLAGS = D W A op q sys $(TARGET)
26 !else
27 CFLAGS += /oneatx
28 LDFLAGS = op q sys $(TARGET)
29 !endif
31 LIBEXE = wlib /q /n /t
33 !include $(PDCURSES_SRCDIR)\watcom.mif
35 $(LIBCURSES) : $(LIBOBJS) $(PDCOBJS)
36 %write wccdos.lrf $(LIBOBJS) $(PDCOBJS)
37 $(LIBEXE) $@ @wccdos.lrf
38 -del wccdos.lrf
39 -copy $(LIBCURSES) panel.lib
41 PLATFORM1 = Watcom C++ 32-bit DOS
42 PLATFORM2 = Open Watcom 1.6 for 32-bit DOS
43 ARCNAME = pdc$(VER)32w
45 !include $(PDCURSES_SRCDIR)\makedist.mif