Let's try this. It's BUGGERED.

This commit is contained in:
rsc 2004-05-15 23:24:00 +00:00
parent 76e6aca867
commit 5cedca1b69
118 changed files with 26947 additions and 1 deletions

42
src/cmd/eqn/mkfile Normal file
View file

@ -0,0 +1,42 @@
<$PLAN9/src/mkhdr
TARG=eqn
OFILES=main.$O\
tuning.$O\
diacrit.$O\
eqnbox.$O\
font.$O\
fromto.$O\
funny.$O\
glob.$O\
integral.$O\
input.$O\
lex.$O\
lookup.$O\
mark.$O\
matrix.$O\
move.$O\
over.$O\
paren.$O\
pile.$O\
shift.$O\
size.$O\
sqrt.$O\
text.$O\
eqn.$O\
YFILES=eqn.y\
HFILES=e.h\
y.tab.h\
SHORTLIB=bio 9
<$PLAN9/src/mkone
YFLAGS=-d -S
eqn.c: y.tab.c prevy.tab.h
mv y.tab.c $target
prevy.tab.h: y.tab.h
sh -c 'cmp -s y.tab.h prevy.tab.h || cp y.tab.h prevy.tab.h'