mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-15 11:20:03 +00:00
36 lines
447 B
Makefile
36 lines
447 B
Makefile
<$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
|
|
|
|
picl.c:D: picl.lx
|
|
$LEX -t $prereq > $target
|
|
|
|
clean:V:
|
|
rm -f *.[$OS] [$OS].out y.tab.? y.debug $TARG picy.c picl.c
|