Blob


1 PLAN9=../..
2 include $(PLAN9)/src/Makehdr
4 LIB=libbio.a
6 OFILES=\
7 bbuffered.$O\
8 bfildes.$O\
9 bflush.$O\
10 bgetc.$O\
11 bgetd.$O\
12 binit.$O\
13 boffset.$O\
14 bprint.$O\
15 bputc.$O\
16 brdline.$O\
17 brdstr.$O\
18 bread.$O\
19 bseek.$O\
20 bwrite.$O\
21 bgetrune.$O\
22 bputrune.$O\
24 HFILES=\
25 $(PLAN9)/include/bio.h\
27 include $(PLAN9)/src/Makesyslib
29 bcat: bcat.$O $(LIB)
30 $(CC) -o bcat bcat.$O -L$(PLAN9)/lib -lbio -lfmt -lutf