1- Added RCS identification.
2- The pathnames of the Pascal compiler and Compile time-error file are now always explicitly passed to em_pc.
This commit is contained in:
parent
4c0687f68b
commit
0abe5e195e
1 changed files with 20 additions and 19 deletions
|
@ -1,7 +1,8 @@
|
||||||
# (c) copyright 1983 by the Vrije Universiteit, Amsterdam, The Netherlands.
|
# (c) copyright 1983 by the Vrije Universiteit, Amsterdam, The Netherlands.
|
||||||
|
# $Header$
|
||||||
callname ack
|
callname ack
|
||||||
name cpp
|
name cpp
|
||||||
# no from, it's governed by the P property
|
# no from, this is a preprocessor
|
||||||
to .i
|
to .i
|
||||||
program {EM}/lib/cpp
|
program {EM}/lib/cpp
|
||||||
mapflag -I* CPP_F={CPP_F?} -I*
|
mapflag -I* CPP_F={CPP_F?} -I*
|
||||||
|
@ -9,7 +10,8 @@ name cpp
|
||||||
mapflag -D* CPP_F={CPP_F?} -D*
|
mapflag -D* CPP_F={CPP_F?} -D*
|
||||||
args {CPP_F?} {INCLUDES?} -D{NAME} -DEM_WSIZE={w} -DEM_PSIZE={p} \
|
args {CPP_F?} {INCLUDES?} -D{NAME} -DEM_WSIZE={w} -DEM_PSIZE={p} \
|
||||||
-DEM_SSIZE={s} -DEM_LSIZE={l} -DEM_FSIZE={f} -DEM_DSIZE={d} <
|
-DEM_SSIZE={s} -DEM_LSIZE={l} -DEM_FSIZE={f} -DEM_DSIZE={d} <
|
||||||
prop >P
|
stdout
|
||||||
|
prep is
|
||||||
end
|
end
|
||||||
name cem
|
name cem
|
||||||
from .c
|
from .c
|
||||||
|
@ -18,12 +20,16 @@ name cem
|
||||||
mapflag -p CEM_F={CEM_F?} -Xp
|
mapflag -p CEM_F={CEM_F?} -Xp
|
||||||
mapflag -L CEM_F={CEM_F?} -l
|
mapflag -L CEM_F={CEM_F?} -l
|
||||||
args -Vw{w}i{w}p{p}f{f}s{s}l{l}d{d} {CEM_F?}
|
args -Vw{w}i{w}p{p}f{f}s{s}l{l}d{d} {CEM_F?}
|
||||||
prop <>p
|
stdin
|
||||||
|
stdout
|
||||||
|
prep always
|
||||||
rts .c
|
rts .c
|
||||||
need .c
|
need .c
|
||||||
callname acc
|
callname acc
|
||||||
callname cc
|
callname cc
|
||||||
end
|
end
|
||||||
|
var PC_PCPATH={EM}/lib/pc_pem
|
||||||
|
var PC_ERRPATH={EM}/etc/pc_rt_errors
|
||||||
name pc
|
name pc
|
||||||
from .p
|
from .p
|
||||||
to .k
|
to .k
|
||||||
|
@ -34,8 +40,10 @@ name pc
|
||||||
mapflag -e PC_F={PC_F?} -e
|
mapflag -e PC_F={PC_F?} -e
|
||||||
mapflag -{*} PC_F={PC_F?} -\{*}
|
mapflag -{*} PC_F={PC_F?} -\{*}
|
||||||
mapflag -L PC_F={PC_F?} -\{l-}
|
mapflag -L PC_F={PC_F?} -\{l-}
|
||||||
args -Vw{w}p{p}f{d}l{l} {PC_F?} < > {SOURCE}
|
mapflag -Pr* PC_ERRPATH=*
|
||||||
prop m
|
mapflag -Pr* PC_PCPATH=*
|
||||||
|
args -Vw{w}p{p}f{d}l{l} -R{PC_PCPATH} -r{PC_ERRPATH} {PC_F?} < > {SOURCE}
|
||||||
|
prep cond
|
||||||
rts .p
|
rts .p
|
||||||
need .p
|
need .p
|
||||||
callname apc
|
callname apc
|
||||||
|
@ -49,9 +57,9 @@ name pc
|
||||||
mapflag -w ABC_F={ABC_F?} -w
|
mapflag -w ABC_F={ABC_F?} -w
|
||||||
mapflag -L ABC_F={ABC_F?} -L
|
mapflag -L ABC_F={ABC_F?} -L
|
||||||
mapflag -E ABC_F={ABC_F?} -E
|
mapflag -E ABC_F={ABC_F?} -E
|
||||||
mapflag -d ABC_F={ABC_F?} -d
|
# mapflag -d ABC_F={ABC_F?} -d
|
||||||
args {ABC_F?} < > {SOURCE}
|
args {ABC_F?} < > {SOURCE}
|
||||||
prop p
|
prep always
|
||||||
rts .b
|
rts .b
|
||||||
need .b
|
need .b
|
||||||
callname abc
|
callname abc
|
||||||
|
@ -61,7 +69,8 @@ name encode
|
||||||
to .k
|
to .k
|
||||||
program {EM}/lib/em_encode
|
program {EM}/lib/em_encode
|
||||||
args <
|
args <
|
||||||
prop >m
|
prep cond
|
||||||
|
stdout
|
||||||
end
|
end
|
||||||
name opt
|
name opt
|
||||||
from .k
|
from .k
|
||||||
|
@ -69,21 +78,13 @@ name opt
|
||||||
program {EM}/lib/em_opt
|
program {EM}/lib/em_opt
|
||||||
mapflag -LIB OPT_F={OPT_F?} -L
|
mapflag -LIB OPT_F={OPT_F?} -L
|
||||||
args {OPT_F?} <
|
args {OPT_F?} <
|
||||||
prop >O
|
stdout
|
||||||
end
|
optimizer
|
||||||
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
|
end
|
||||||
name decode
|
name decode
|
||||||
from .k.m.g
|
from .k.m.g
|
||||||
to .e
|
to .e
|
||||||
program {EM}/lib/em_decode
|
program {EM}/lib/em_decode
|
||||||
args <
|
args <
|
||||||
prop >
|
stdout
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue