shithub: front

ref: 21d7790b3b0dde7f2a641d8815f66dec5cef6d2c
dir: /sys/src/libString/mkfile/

View raw version
</$objtype/mkfile

LIB=/$objtype/lib/libString.a

OFILES=\
	s_alloc.$O\
	s_append.$O\
	s_array.$O\
	s_copy.$O\
	s_getline.$O\
	s_grow.$O\
	s_memappend.$O\
	s_nappend.$O\
	s_parse.$O\
	s_putc.$O\
	s_rdinstack.$O\
	s_read.$O\
	s_read_line.$O\
	s_reset.$O\
	s_terminate.$O\
	s_tolower.$O\
	s_unique.$O\

HFILES=/sys/include/String.h

</sys/src/cmd/mksyslib