add hoc
This commit is contained in:
parent
c72688efcf
commit
c5b9ff9fa8
8 changed files with 1364 additions and 4 deletions
20
src/cmd/hoc/mkfile
Normal file
20
src/cmd/hoc/mkfile
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
PLAN9=../../..
|
||||
<$PLAN9/src/mkhdr
|
||||
|
||||
TARG=hoc
|
||||
HFILES=\
|
||||
y.tab.h\
|
||||
hoc.h\
|
||||
|
||||
OFILES=\
|
||||
y.tab.$O\
|
||||
code.$O\
|
||||
init.$O\
|
||||
math.$O\
|
||||
symbol.$O\
|
||||
|
||||
YFILES=hoc.y\
|
||||
|
||||
<$PLAN9/src/mkone
|
||||
|
||||
LDFLAGS=$LDFLAGS -lbio -l9 -lfmt -lutf
|
||||
Loading…
Add table
Add a link
Reference in a new issue