46 lines
		
	
	
		
			558 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			46 lines
		
	
	
		
			558 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 <bsd.lib.mk>
 |