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