blob: 3862b87567e009074b09bc5c6c5a05f8801cae61 (
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
41
42
43
44
45
|
</$objtype/mkfile
LIB=/$objtype/lib/libventi.a
OFILES=\
cache.$O\
client.$O\
conn.$O\
dial.$O\
debug.$O\
dtype.$O\
entry.$O\
fcall.$O\
fcallfmt.$O\
file.$O\
hangup.$O\
log.$O\
mem.$O\
packet.$O\
parsescore.$O\
queue.$O\
root.$O\
rpc.$O\
scorefmt.$O\
send.$O\
server.$O\
srvhello.$O\
strdup.$O\
string.$O\
time.$O\
version.$O\
zero.$O\
zeroscore.$O\
HFILES=\
/sys/include/venti.h\
</sys/src/cmd/mksyslib
send.$O: queue.h
server.$O: queue.h
queue.$O: queue.h
CFLAGS=$CFLAGS -I.
|