URI:
       tmkfile - plan9port - [fork] Plan 9 from user space
  HTML git clone git://src.adamsgaard.dk/plan9port
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
       tmkfile (307B)
       ---
            1 <$PLAN9/src/mkhdr
            2 
            3 LIB=libmemlayer.a
            4 
            5 OFILES=\
            6         draw.$O\
            7         lalloc.$O\
            8         layerop.$O\
            9         ldelete.$O\
           10         lhide.$O\
           11         line.$O\
           12         load.$O\
           13         lorigin.$O\
           14         lsetrefresh.$O\
           15         ltofront.$O\
           16         ltorear.$O\
           17         unload.$O\
           18 
           19 HFILES=\
           20         $PLAN9/include/draw.h\
           21         $PLAN9/include/memdraw.h\
           22         $PLAN9/include/memlayer.h\
           23 
           24 <$PLAN9/src/mksyslib
           25