repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
secondary cache feature in vm.
[minix.git]
/
lib
/
libcurses
/
Makefile
blob
fc4a23219bc2b993f92181395fab33ba3778c6d0
1
# Makefile for libcurses
2
3
LIB
=
curses
4
CPPFLAGS
+= -
O
-
D_MINIX
-
D_POSIX_SOURCE
5
6
SRCS
=
\
7
beep.c \
8
charpick.c \
9
curs_set.c \
10
cursesio.c \
11
endwin.c \
12
flash.c \
13
initscr.c \
14
longname.c \
15
move.c \
16
mvcursor.c \
17
newwin.c \
18
options.c \
19
overlay.c \
20
prntscan.c \
21
refresh.c \
22
scrreg.c \
23
setterm.c \
24
tabsize.c \
25
termmisc.c \
26
unctrl.c \
27
update.c \
28
waddch.c \
29
waddstr.c \
30
wbox.c \
31
wclear.c \
32
wclrtobot.c \
33
wclrtoeol.c \
34
wdelch.c \
35
wdeleteln.c \
36
werase.c \
37
wgetch.c \
38
wgetstr.c \
39
windel.c \
40
winmove.c \
41
winsch.c \
42
winscrol.c \
43
winsertln.c \
44
wintouch.c
45
46
.
include
<
minix.lib.mk
>