selectlistbox_files=selectlistbox.tcl

src:  $(selectlistbox_files)

$(selectlistbox_files): selectlistbox.nw
	notangle -R$@ -awk selectlistbox.nw > $@.tmp
	addcopyright $@.tmp > $@
	@rm -f $@.tmp

clean:
	rm -f *.tcl tclIndex *.bak *.sml *.sig
