blob: ae5ffd658917ce6a4fa484455aa6eeab136a6702 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
</$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
UPDATE=\
mkfile\
$HFILES\
${OFILES:%.$O=%.c}\
${LIB:/$objtype/%=/386/%}\
</sys/src/cmd/mksyslib
|