ack/lib/vax4/descr.src

53 lines
814 B
Plaintext
Raw Normal View History

1984-12-10 14:57:51 +00:00
# $Revision$
1984-06-21 10:57:59 +00:00
var w=4
var p=4
var s=2
var l=4
var f=4
var d=8
var M=vax4
var NAME=vax4
1984-12-10 14:29:51 +00:00
var LIB=lib/{M}/tail_
var RT=lib/{M}/head_
var CPP_F=-Dunix
var INCLUDES=-I{EM}/include -I/usr/include
1984-06-21 10:57:59 +00:00
name be
1984-12-10 14:29:51 +00:00
from .m.g
1984-06-21 10:57:59 +00:00
to .s
1984-12-10 14:29:51 +00:00
program {EM}/lib/{M}/cg
1984-06-21 10:57:59 +00:00
args <
1984-12-10 14:29:51 +00:00
stdout
1984-06-21 10:57:59 +00:00
need .e
end
1984-06-21 13:09:51 +00:00
name asopt
1984-06-21 10:57:59 +00:00
from .s
1984-06-21 13:09:51 +00:00
to .so
program /bin/sed
args -f {EM}/mach/vax4/cg/sedf
1984-12-10 14:29:51 +00:00
optimizer
stdin
stdout
1984-06-21 13:09:51 +00:00
end
name as
from .s.so
1984-06-21 10:57:59 +00:00
to .o
program /bin/as
args - -o > <
1984-12-10 14:29:51 +00:00
prep cond
1984-06-21 10:57:59 +00:00
end
name ld
from .o.a
1984-12-10 14:29:51 +00:00
to .out
outfile a.out
1984-06-21 10:57:59 +00:00
program /bin/ld
mapflag -l* LNAME={EM}/{LIB}*
args (.e:{HEAD}={EM}/{RT}em) \
1984-12-10 14:29:51 +00:00
({RTS}:.b.c={EM}/{RT}cc) ({RTS}:.p={EM}/{RT}pc) -o > < \
(.p:{TAIL}={EM}/{LIB}pc) \
(.b:{TAIL}={EM}/{LIB}bc) \
(.b.c:{TAIL}={EM}/{LIB}cc.1s {EM}/{LIB}cc.2g) \
(.b.c.p:{TAIL}={EM}/{LIB}mon) \
(.e:{TAIL}={EM}/{LIB}em)
linker
1984-06-21 10:57:59 +00:00
end