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 (430B)
       ---
            1 <$PLAN9/src/mkhdr
            2 
            3 LIB=libmemdraw.a
            4 
            5 OFILES=\
            6         alloc.$O\
            7         alloc-stub.$O\
            8         arc.$O\
            9         cload.$O\
           10         cload-stub.$O\
           11         cmap.$O\
           12         cread.$O\
           13         draw.$O\
           14         draw-stub.$O\
           15         ellipse.$O\
           16         fillpoly.$O\
           17         hwdraw.$O\
           18         iprint.$O\
           19         line.$O\
           20         load.$O\
           21         load-stub.$O\
           22         openmemsubfont.$O\
           23         poly.$O\
           24         read.$O\
           25         string.$O\
           26         subfont.$O\
           27         unload.$O\
           28         unload-stub.$O\
           29         write.$O\
           30 
           31 HFILES=\
           32         $PLAN9/include/draw.h\
           33         $PLAN9/include/memdraw.h\
           34 
           35 <$PLAN9/src/mksyslib
           36