plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

mkfile (369B)


      1 <$PLAN9/src/mkhdr
      2 
      3 LIB=libbio.a
      4 
      5 OFILES=\
      6 	bbuffered.$O\
      7 	bfildes.$O\
      8 	bflush.$O\
      9 	bgetc.$O\
     10 	bgetrune.$O\
     11 	bgetd.$O\
     12 	binit.$O\
     13 	boffset.$O\
     14 	bprint.$O\
     15 	bputc.$O\
     16 	bputrune.$O\
     17 	brdline.$O\
     18 	brdstr.$O\
     19 	bread.$O\
     20 	bseek.$O\
     21 	bvprint.$O\
     22 	bwrite.$O\
     23 
     24 HFILES=\
     25 	$PLAN9/include/bio.h\
     26 
     27 <$PLAN9/src/mksyslib
     28 
     29 bcat: bcat.$O $PLAN9/lib/$LIB
     30 	$LD -o bcat bcat.$O -lbio -l9
     31