Let's try this. It's BUGGERED.
This commit is contained in:
parent
76e6aca867
commit
5cedca1b69
118 changed files with 26947 additions and 1 deletions
38
src/cmd/pic/mkfile
Normal file
38
src/cmd/pic/mkfile
Normal file
|
|
@ -0,0 +1,38 @@
|
|||
<$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\
|
||||
|
||||
SHORTLIB=bio 9
|
||||
<$PLAN9/src/mkone
|
||||
YFLAGS=-S -d
|
||||
LEX=9lex
|
||||
|
||||
picy.c: y.tab.c
|
||||
mv $prereq $target
|
||||
|
||||
picl.c: picl.lx
|
||||
$LEX -t $prereq > $target
|
||||
|
||||
clean:V:
|
||||
rm -f *.[$OS] [$OS].out y.tab.? y.debug $TARG picy.c picl.c
|
||||
Loading…
Add table
Add a link
Reference in a new issue