Warning: Attempt to read property "date" on null in /usr/local/www/websvn.planix.org/blame.php on line 247

Warning: Attempt to read property "msg" on null in /usr/local/www/websvn.planix.org/blame.php on line 247
WebSVN – planix.SVN – Blame – /os/branches/feature-vt/sys/src/cmd/sam/mkfile – Rev 2

Subversion Repositories planix.SVN

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 - 1
</$objtype/mkfile
2
 
3
TARG=sam
4
OFILES=sam.$O\
5
	address.$O\
6
	buff.$O\
7
	cmd.$O\
8
	disk.$O\
9
	error.$O\
10
	file.$O\
11
	io.$O\
12
	list.$O\
13
	mesg.$O\
14
	moveto.$O\
15
	multi.$O\
16
	plan9.$O\
17
	rasp.$O\
18
	regexp.$O\
19
	shell.$O\
20
	string.$O\
21
	sys.$O\
22
	util.$O\
23
	xec.$O\
24
 
25
HFILES=sam.h\
26
	errors.h\
27
	mesg.h\
28
 
29
BIN=/$objtype/bin
30
 
31
UPDATE=\
32
	mkfile\
33
	parse.h\
34
	$HFILES\
35
	${OFILES:%.$O=%.c}\
36
 
37
</sys/src/cmd/mkone
38
 
39
address.$O cmd.$O parse.$O xec.$O unix.$O:	parse.h
40