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