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 (292B)


      1 <$PLAN9/src/mkhdr
      2 
      3 TARG=samterm
      4 OFILES=\
      5 	main.$O\
      6 	icons.$O\
      7 	menu.$O\
      8 	mesg.$O\
      9 	rasp.$O\
     10 	scroll.$O\
     11 	flayer.$O\
     12 	io.$O\
     13 	plan9.$O\
     14 
     15 HFILES=\
     16 	samterm.h\
     17 	flayer.h\
     18 	../sam/sam.h\
     19 	../sam/mesg.h\
     20 	$PLAN9/include/frame.h\
     21 	$PLAN9/include/draw.h\
     22 
     23 CFLAGS=$CFLAGS -I../sam
     24 
     25 <$PLAN9/src/mkone