plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

mkfile (447B)


      1 <$PLAN9/src/mkhdr
      2 
      3 TARG=pic
      4 OFILES=picy.$O\
      5 	picl.$O\
      6 	main.$O\
      7 	print.$O\
      8 	misc.$O\
      9 	symtab.$O\
     10 	blockgen.$O\
     11 	boxgen.$O\
     12 	circgen.$O\
     13 	arcgen.$O\
     14 	linegen.$O\
     15 	movegen.$O\
     16 	textgen.$O\
     17 	input.$O\
     18 	for.$O\
     19 	pltroff.$O\
     20 
     21 HFILES=pic.h\
     22 	y.tab.h\
     23 
     24 YFILES=picy.y\
     25 
     26 <$PLAN9/src/mkone
     27 YFLAGS=-S -d
     28 
     29 picy.c:	y.tab.c
     30 	mv $prereq $target
     31 
     32 picl.c:D: picl.lx
     33 	$LEX -t $prereq > $target
     34 
     35 clean:V:
     36 	rm -f *.[$OS] [$OS].out y.tab.? y.debug $TARG picy.c picl.c