Added ego, basic and callname conventions.
This commit is contained in:
parent
3c300d3e1c
commit
5895758914
|
@ -1,4 +1,5 @@
|
||||||
# (c) copyright 1983 by the Vrije Universiteit, Amsterdam, The Netherlands.
|
# (c) copyright 1983 by the Vrije Universiteit, Amsterdam, The Netherlands.
|
||||||
|
callname ack
|
||||||
name cpp
|
name cpp
|
||||||
# no from, it's governed by the P property
|
# no from, it's governed by the P property
|
||||||
to .i
|
to .i
|
||||||
|
@ -20,6 +21,8 @@ name cem
|
||||||
prop <>p
|
prop <>p
|
||||||
rts .c
|
rts .c
|
||||||
need .c
|
need .c
|
||||||
|
callname acc
|
||||||
|
callname cc
|
||||||
end
|
end
|
||||||
name pc
|
name pc
|
||||||
from .p
|
from .p
|
||||||
|
@ -35,8 +38,25 @@ name pc
|
||||||
prop m
|
prop m
|
||||||
rts .p
|
rts .p
|
||||||
need .p
|
need .p
|
||||||
|
callname apc
|
||||||
|
callname pc
|
||||||
end
|
end
|
||||||
name encode
|
name abc
|
||||||
|
from .b
|
||||||
|
to .e
|
||||||
|
program /usr/mk/bin/bem
|
||||||
|
mapflag -h ABC_F={ABC_F?} -h
|
||||||
|
mapflag -w ABC_F={ABC_F?} -w
|
||||||
|
mapflag -L ABC_F={ABC_F?} -L
|
||||||
|
mapflag -E ABC_F={ABC_F?} -E
|
||||||
|
mapflag -d ABC_F={ABC_F?} -d
|
||||||
|
args {ABC_F?} < > {SOURCE}
|
||||||
|
prop p
|
||||||
|
rts .b
|
||||||
|
need .b
|
||||||
|
callname abc
|
||||||
|
end
|
||||||
|
name encode
|
||||||
from .e
|
from .e
|
||||||
to .k
|
to .k
|
||||||
program {EM}/lib/em_encode
|
program {EM}/lib/em_encode
|
||||||
|
@ -51,8 +71,17 @@ name opt
|
||||||
args {OPT_F?} <
|
args {OPT_F?} <
|
||||||
prop >O
|
prop >O
|
||||||
end
|
end
|
||||||
|
name ego
|
||||||
|
from .m.ma
|
||||||
|
to .g
|
||||||
|
program /bin/sh
|
||||||
|
mapflag -Q* EGO_F={EGO_F?} -Q*
|
||||||
|
args {EM}/lib/em_ego {EGO_F?} -P {EM}/util/ego \
|
||||||
|
-M{EM}/lib/ego/{M}descr <
|
||||||
|
prop OC>
|
||||||
|
end
|
||||||
name decode
|
name decode
|
||||||
from .k.m
|
from .k.m.g
|
||||||
to .e
|
to .e
|
||||||
program {EM}/lib/em_decode
|
program {EM}/lib/em_decode
|
||||||
args <
|
args <
|
||||||
|
|
Loading…
Reference in a new issue