Subversion Repositories planix.SVN

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 - 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
	srvhello.$O\
28
	strdup.$O\
29
	string.$O\
30
	time.$O\
31
	version.$O\
32
	zero.$O\
33
	zeroscore.$O\
34
 
35
HFILES=\
36
	/sys/include/venti.h\
37
 
38
</sys/src/cmd/mksyslib
39
 
40
send.$O: queue.h
41
server.$O: queue.h
42
queue.$O: queue.h
43
 
44
CFLAGS=$CFLAGS -I.
45