Subversion Repositories Kolibri OS

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
9214 turbocat 1
# Common elements for most of the DOS, OS/2 and Windows
2
# makefiles (not Watcom)
3
 
4
PDCURSES_CURSES_H	= $(PDCURSES_SRCDIR)/curses.h
5
PDCURSES_CURSPRIV_H	= $(PDCURSES_SRCDIR)/curspriv.h
6
PDCURSES_HEADERS	= $(PDCURSES_CURSES_H) $(PDCURSES_CURSPRIV_H)
7
PANEL_HEADER		= $(PDCURSES_SRCDIR)/panel.h
8
 
9
srcdir	= $(PDCURSES_SRCDIR)/pdcurses
10
demodir	= $(PDCURSES_SRCDIR)/demos
11
 
12
LIBOBJS = addch.$(O) addchstr.$(O) addstr.$(O) attr.$(O) beep.$(O) \
13
bkgd.$(O) border.$(O) clear.$(O) color.$(O) delch.$(O) deleteln.$(O) \
14
getch.$(O) getstr.$(O) getyx.$(O) inch.$(O) inchstr.$(O) \
15
initscr.$(O) inopts.$(O) insch.$(O) insstr.$(O) instr.$(O) kernel.$(O) \
16
keyname.$(O) mouse.$(O) move.$(O) outopts.$(O) overlay.$(O) pad.$(O) \
17
panel.$(O) printw.$(O) refresh.$(O) scanw.$(O) scr_dump.$(O) scroll.$(O) \
18
slk.$(O) termattr.$(O) touch.$(O) util.$(O) window.$(O) debug.$(O)
19
 
20
PDCOBJS = pdcclip.$(O) pdcdisp.$(O) pdcgetsc.$(O) pdckbd.$(O) pdcscrn.$(O) \
21
pdcsetsc.$(O) pdcutil.$(O)
22
 
23
DEMOS = testcurs$(E) ozdemo$(E) xmas$(E) tuidemo$(E) firework$(E) \
24
ptest$(E) rain$(E) worm$(E)