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 (318B)
       ---
            1 <$PLAN9/src/mkhdr
            2 
            3 <../config
            4 TARG=psdownload
            5 
            6 OFILES=download.$O
            7 
            8 COMMONDIR=../common
            9 
           10 HFILES=download.h\
           11         $COMMONDIR/comments.h\
           12         $COMMONDIR/gen.h\
           13         $COMMONDIR/path.h\
           14         $COMMONDIR/ext.h\
           15 
           16 LIB=$COMMONDIR/libcom.a
           17 BIN=$POSTBIN
           18 
           19 <$PLAN9/src/mkone
           20 CFLAGS=-Dplan9 -I$COMMONDIR
           21 
           22 $LIB:
           23         cd $COMMONDIR
           24         mk install
           25         mk clean