plan9port

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

mkfile (283B)


      1 <$PLAN9/src/mkhdr
      2 
      3 LIB=libflate.a
      4 OFILES=\
      5 	deflate.$O\
      6 	deflatezlib.$O\
      7 	deflateblock.$O\
      8 	deflatezlibblock.$O\
      9 	inflate.$O\
     10 	inflatezlib.$O\
     11 	inflateblock.$O\
     12 	inflatezlibblock.$O\
     13 	flateerr.$O\
     14 	crc.$O\
     15 	adler.$O\
     16 
     17 HFILES=\
     18 	$PLAN9/include/flate.h\
     19 	zlib.h\
     20 
     21 <$PLAN9/src/mksyslib