aboutsummaryrefslogtreecommitdiff
path: root/src/libventi/mkfile
blob: 3788185527d5c38a71f63ee7cea10a89e4760689 (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
<$PLAN9/src/mkhdr

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\
	sha1.$O\
	srvhello.$O\
	strdup.$O\
	string.$O\
	time.$O\
	version.$O\
	zero.$O\
	zeroscore.$O\

HFILES=\
	$PLAN9/include/venti.h\

<$PLAN9/src/mksyslib

send.$O: queue.h
server.$O: queue.h
queue.$O: queue.h