1b2c01db1b
Turn on optimization Remove some redundancy in FLAGS
45 lines
560 B
Makefile
45 lines
560 B
Makefile
# Makefile for libcurses
|
|
|
|
LIB= curses
|
|
|
|
SRCS= \
|
|
beep.c \
|
|
charpick.c \
|
|
curs_set.c \
|
|
cursesio.c \
|
|
endwin.c \
|
|
flash.c \
|
|
initscr.c \
|
|
longname.c \
|
|
move.c \
|
|
mvcursor.c \
|
|
newwin.c \
|
|
options.c \
|
|
overlay.c \
|
|
prntscan.c \
|
|
refresh.c \
|
|
scrreg.c \
|
|
setterm.c \
|
|
tabsize.c \
|
|
termmisc.c \
|
|
unctrl.c \
|
|
update.c \
|
|
waddch.c \
|
|
waddstr.c \
|
|
wbox.c \
|
|
wclear.c \
|
|
wclrtobot.c \
|
|
wclrtoeol.c \
|
|
wdelch.c \
|
|
wdeleteln.c \
|
|
werase.c \
|
|
wgetch.c \
|
|
wgetstr.c \
|
|
windel.c \
|
|
winmove.c \
|
|
winsch.c \
|
|
winscrol.c \
|
|
winsertln.c \
|
|
wintouch.c
|
|
|
|
.include <minix.lib.mk>
|