
default:	all

TLIB=	libtcl_curses.a
TOBJS=	tcl_curses.o
TSRCS=	tcl_curses.c
RMS=	whats_here.h

tcl_curses.o:	tcl_curses.c 
	sh mk_whats_here $(CURSESLIB) > whats_here.h
	$(CC) $(CFLAGS) $(CURSESOPT) -c tcl_curses.c 

include ../subdir_lib.mk
