plan9port/src/cmd/pic/mkfile

37 lines
447 B
Text
Raw Normal View History

2004-05-15 23:24:00 +00:00
<$PLAN9/src/mkhdr
TARG=pic
OFILES=picy.$O\
picl.$O\
main.$O\
print.$O\
misc.$O\
symtab.$O\
blockgen.$O\
boxgen.$O\
circgen.$O\
arcgen.$O\
linegen.$O\
movegen.$O\
textgen.$O\
input.$O\
for.$O\
pltroff.$O\
HFILES=pic.h\
y.tab.h\
YFILES=picy.y\
<$PLAN9/src/mkone
YFLAGS=-S -d
picy.c: y.tab.c
mv $prereq $target
2005-01-14 04:24:09 +00:00
picl.c:D: picl.lx
2004-05-15 23:24:00 +00:00
$LEX -t $prereq > $target
clean:V:
rm -f *.[$OS] [$OS].out y.tab.? y.debug $TARG picy.c picl.c