ack/lib/mantra/descr

77 lines
1.4 KiB
Plaintext
Raw Normal View History

1987-02-02 10:25:38 +00:00
# $Revision$
var w=4
var p=4
var s=2
var l=4
var f=4
var d=8
1987-02-02 20:36:15 +00:00
var NAME=m68k4
1987-02-02 10:25:38 +00:00
var M=m68k4
var LIB=lib/{M}/tail_
var RT=lib/{M}/head_
1987-02-26 16:22:08 +00:00
var NLIB=lib/mantra/tail_
var NRT=lib/mantra/head_
1989-04-18 10:35:57 +00:00
var CPP_F=-Dunix -D__USG -Dmc68000
1990-11-22 13:18:47 +00:00
var C_LIB={EM}/{LIB}cc.1s {EM}/{LIB}cc.2g
var OLD_C_LIB={C_LIB}
1987-02-02 10:25:38 +00:00
# 407 align is the default
1987-11-04 10:28:01 +00:00
var ALIGN=-a0:4 -a1:4 -a2:4 -a3:4
1987-02-02 10:25:38 +00:00
name be
from .m.g
to .s
program {EM}/lib/{M}/cg
args <
stdout
need .e
end
1987-02-02 20:36:15 +00:00
name asopt
1987-02-02 10:25:38 +00:00
from .s
1987-02-02 20:36:15 +00:00
to .so
program {EM}/lib/m68k2/top
args
optimizer
stdin
stdout
end
name as
from .s.so
1987-02-02 10:25:38 +00:00
to .o
program {EM}/lib/m68k2/as
args - -o > <
prep cond
end
name led
from .o.a
to .out
program {EM}/lib/em_led
mapflag -l* LNAME={EM}/{LIB}*
1987-11-04 10:28:01 +00:00
mapflag -i ALIGN=-a0:4 -a1:4 -a2:0x8000 -a3:4
mapflag -n ALIGN=-a0:4 -a1:4 -a2:0x8000 -a3:4
mapflag -nr ALIGN=-a0:4 -a1:0x8000 -a2:4 -a3:4
mapflag -fp LIBFP={EM}/{LIB}fp
1990-11-22 13:18:47 +00:00
mapflag -ansi C_LIB={EM}/{LIB}ac
1987-03-26 17:54:45 +00:00
args -b0:0x80000 {ALIGN} (.e:{HEAD}={EM}/{NRT}em) \
1990-11-22 13:18:47 +00:00
({RTS}:.ocm.b={EM}/{RT}cc) \
({RTS}{ANSI?}:.c={EM}/{RT}cc) \
({RTS}{ANSI?}:.cansi={EM}/{RT}ac) \
1988-04-06 18:31:49 +00:00
({RTS}:.mod={EM}/{NRT}m2) \
({RTS}:.p={EM}/{RT}pc) \
-o > < \
1987-02-02 10:25:38 +00:00
(.p:{TAIL}={EM}/{LIB}pc) \
(.b:{TAIL}={EM}/{LIB}bc) \
1987-05-13 16:38:31 +00:00
(.mod:{TAIL}={EM}/{NLIB}m2) \
1987-03-30 07:55:12 +00:00
(.ocm:{TAIL}={EM}/{NLIB}ocm) \
1990-11-22 13:18:47 +00:00
(.ocm.b:{TAIL}={OLD_C_LIB}) \
(.c:{TAIL}={C_LIB}) \
1987-11-04 10:28:01 +00:00
{LIBFP?} \
1987-02-23 22:49:20 +00:00
(.e:{TAIL}={EM}/{LIB}em {EM}/{NLIB}mon {EM}/lib/{M}/end_em)
1987-02-02 10:25:38 +00:00
linker
end
name cv
from .out
to .cv
program {EM}/lib/mantra/cv
args < >
outfile a.out
end