plan9port

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

mkfile (430B)


      1 <$PLAN9/src/mkhdr
      2 
      3 OFILES=\
      4 	blocksort.$O\
      5 	bzassert.$O\
      6 	bzcompress.$O\
      7 	bzdecompress.$O\
      8 	bzfeof.$O\
      9 	bzlib.$O\
     10 	bzread.$O\
     11 	bzversion.$O\
     12 	bzwrite.$O\
     13 	bzzlib.$O\
     14 	compress.$O\
     15 	crctable.$O\
     16 	decompress.$O\
     17 	huffman.$O\
     18 	randtable.$O\
     19 
     20 HFILES=\
     21 	bzlib.h\
     22 	bzlib_private.h\
     23 	bzlib_stdio.h\
     24 	bzlib_stdio_private.h\
     25 	os.h\
     26 	plan9.h\
     27 
     28 LIB=libbzip2.a
     29 <$PLAN9/src/mklib
     30 
     31 CFLAGS=-DPLAN9
     32 
     33 clean:V:
     34 	rm -f *.[$OS] [$OS].out libbzip2.a
     35