plan9port

[fork] Plan 9 from user space
git clone git://src.adamsgaard.dk/plan9port # fast
git clone https://src.adamsgaard.dk/plan9port.git # slow
Log | Files | Refs | README | LICENSE Back to index

mkfile (235B)


      1 <$PLAN9/src/mkhdr
      2 
      3 <../config
      4 
      5 LIB=libcom.a
      6 OFILES=bbox.$O\
      7 	glob.$O\
      8 	misc.$O\
      9 	request.$O\
     10 	rune.$O\
     11 	tempnam.$O\
     12 	getopt.$O\
     13 
     14 HFILES=comments.h\
     15 	gen.h\
     16 	ext.h\
     17 	request.h\
     18 	path.h\
     19 	rune.h\
     20 
     21 <$PLAN9/src/mklib
     22 
     23 CFLAGS=-c -D$SYSTEM