plan9port

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

mkfile (167B)


      1 <$PLAN9/src/mkhdr
      2 
      3 LIB=libhtml.a
      4 
      5 OFILES=\
      6 	build.$O\
      7 	lex.$O\
      8 	strinttab.$O\
      9 	utils.$O\
     10 	runetab.$O\
     11 
     12 HFILES=\
     13 	$PLAN9/include/html.h\
     14 	impl.h\
     15 
     16 <$PLAN9/src/mksyslib