aboutsummaryrefslogtreecommitdiff
path: root/src/libbio/mkfile
blob: 2c64b257214d8305b7d1820c557c0e802c0ac940 (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
PLAN9=../..
<$PLAN9/src/mkhdr

LIB=libbio.a

OFILES=\
	bbuffered.$O\
	bfildes.$O\
	bflush.$O\
	bgetc.$O\
	bgetd.$O\
	binit.$O\
	boffset.$O\
	bprint.$O\
	bputc.$O\
	brdline.$O\
	brdstr.$O\
	bread.$O\
	bseek.$O\
	bwrite.$O\
	bgetrune.$O\
	bputrune.$O\

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

<$PLAN9/src/mksyslib

bcat: bcat.$O $LIB
	$CC -o bcat bcat.$O -L$PLAN9/lib -lbio -lfmt -lutf