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_fixcpp/sys/src/libbio/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
LIB=/$objtype/lib/libbio.a
4
OFILES=\
5
	bbuffered.$O\
6
	bfildes.$O\
7
	bflush.$O\
8
	bgetrune.$O\
9
	bgetc.$O\
10
	bgetd.$O\
11
	binit.$O\
12
	boffset.$O\
13
	bprint.$O\
14
	bputrune.$O\
15
	bputc.$O\
16
	brdline.$O\
17
	brdstr.$O\
18
	bread.$O\
19
	bseek.$O\
20
	bwrite.$O\
21
	bvprint.$O\
22
 
23
HFILES=/sys/include/bio.h
24
 
25
UPDATE=\
26
	mkfile\
27
	$HFILES\
28
	${OFILES:%.$O=%.c}\
29
	${LIB:/$objtype/%=/386/%}\
30
 
31
</sys/src/cmd/mksyslib
32