1</$objtype/mkfile 2 3TARG=grap 4OFILES=\ 5 grap.$O\ 6 grapl.$O\ 7 main.$O\ 8 input.$O\ 9 print.$O\ 10 frame.$O\ 11 for.$O\ 12 coord.$O\ 13 ticks.$O\ 14 plot.$O\ 15 label.$O\ 16 misc.$O\ 17 18HFILES=grap.h\ 19 y.tab.h\ 20 21YFILES=grap.y\ 22 23LFILES=grapl.lx\ 24 25BIN=/$objtype/bin 26</sys/src/cmd/mkone 27CC=pcc 28LD=pcc 29YFLAGS = -d -S 30CFLAGS=-FTV -c 31 32grap.c: y.tab.c 33 mv $prereq $target 34 35grapl.c: $LFILES 36 $LEX -t $prereq > $target 37 38clean:V: 39 rm -f [$OS].out *.[$OS] y.tab.? lex.yy.c grapl.c grap.c grap 40