]> git.lizzy.rs Git - plan9front.git/blob - sys/src/lib9p/mkfile
git: avoid uninterruptible temporary warning
[plan9front.git] / sys / src / lib9p / mkfile
1 </$objtype/mkfile
2
3 LIB=/$objtype/lib/lib9p.a
4 OFILES=\
5         auth.$O\
6         dirread.$O\
7         fid.$O\
8         file.$O\
9         intmap.$O\
10         mem.$O\
11         req.$O\
12         parse.$O\
13         queue.$O\
14         uid.$O\
15         util.$O\
16         srv.$O\
17         post.$O\
18         mount.$O\
19         share.$O\
20         listen.$O\
21         rfork.$O\
22         thread.$O\
23         threadsrv.$O\
24         threadpostsrv.$O\
25         threadpostmountsrv.$O\
26         threadpostsharesrv.$O\
27         threadlistensrv.$O\
28
29 HFILES=/sys/include/9p.h
30
31 UPDATE=\
32         mkfile\
33         $HFILES\
34         ${OFILES:%.$O=%.c}\
35         ${LIB:/$objtype/%=/386/%}\
36
37 </sys/src/cmd/mksyslib
38
39 $O.ramfs: ramfs.$O $LIB
40         $LD -o $target $prereq