]> git.lizzy.rs Git - plan9front.git/blob - sys/src/libventi/mkfile
upas/Mail: avoid showing empty To: and CC: lines in compose windows
[plan9front.git] / sys / src / libventi / mkfile
1 </$objtype/mkfile
2
3 LIB=/$objtype/lib/libventi.a
4
5 OFILES=\
6         cache.$O\
7         client.$O\
8         conn.$O\
9         dial.$O\
10         debug.$O\
11         dtype.$O\
12         entry.$O\
13         fcall.$O\
14         fcallfmt.$O\
15         file.$O\
16         hangup.$O\
17         log.$O\
18         mem.$O\
19         packet.$O\
20         parsescore.$O\
21         queue.$O\
22         root.$O\
23         rpc.$O\
24         scorefmt.$O\
25         send.$O\
26         server.$O\
27         sha1.$O\
28         srvhello.$O\
29         strdup.$O\
30         string.$O\
31         time.$O\
32         version.$O\
33         zero.$O\
34         zeroscore.$O\
35
36 HFILES=\
37         /sys/include/venti.h\
38
39 </sys/src/cmd/mksyslib
40
41 send.$O: queue.h
42 server.$O: queue.h
43 queue.$O: queue.h
44
45 CFLAGS=$CFLAGS -I.
46