diff options
| author | rsc <devnull@localhost> | 2004-05-15 23:24:00 +0000 |
|---|---|---|
| committer | rsc <devnull@localhost> | 2004-05-15 23:24:00 +0000 |
| commit | 5cedca1b69d020c32466f70843a11767773d7e3b (patch) | |
| tree | a15a3d84e92aa262543b0010763a5e6920c9ba24 /src/cmd/eqn/mkfile | |
| parent | 76e6aca867e3e48ea04fbcf7284c45369a69829e (diff) | |
| download | plan9port-5cedca1b69d020c32466f70843a11767773d7e3b.tar.gz plan9port-5cedca1b69d020c32466f70843a11767773d7e3b.zip | |
Let's try this. It's BUGGERED.
Diffstat (limited to 'src/cmd/eqn/mkfile')
| -rw-r--r-- | src/cmd/eqn/mkfile | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/src/cmd/eqn/mkfile b/src/cmd/eqn/mkfile new file mode 100644 index 00000000..5f8e559c --- /dev/null +++ b/src/cmd/eqn/mkfile @@ -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' |
