blob: 6ec968a8806747dee4545d9ea04b4a16b55366c5 (
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
33
34
35
36
37
38
39
40
|
</$objtype/mkfile
LIB=/$objtype/lib/lib9p.a
OFILES=\
auth.$O\
dirread.$O\
fid.$O\
file.$O\
intmap.$O\
mem.$O\
req.$O\
parse.$O\
queue.$O\
uid.$O\
util.$O\
srv.$O\
post.$O\
mount.$O\
share.$O\
listen.$O\
rfork.$O\
thread.$O\
threadsrv.$O\
threadpostsrv.$O\
threadpostmountsrv.$O\
threadpostsharesrv.$O\
threadlistensrv.$O\
HFILES=/sys/include/9p.h
UPDATE=\
mkfile\
$HFILES\
${OFILES:%.$O=%.c}\
${LIB:/$objtype/%=/386/%}\
</sys/src/cmd/mksyslib
$O.ramfs: ramfs.$O $LIB
$LD -o $target $prereq
|