1< /$objtype/mkfile 2 3TARG=pic 4OFILES=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 21HFILES=pic.h\ 22 y.tab.h\ 23 24YFILES=picy.y\ 25 26BIN=/$objtype/bin 27</sys/src/cmd/mkone 28CC=pcc 29LD=pcc 30CFLAGS=-FTV -c 31YFLAGS=-S -d 32 33picy.c: y.tab.c 34 mv $prereq $target 35 36picl.c: picl.lx 37 $LEX -t $prereq > $target 38 39clean:V: 40 rm -f *.[$OS] [$OS].out y.tab.? y.debug $TARG picy.c picl.c 41