: creates the archive file EMT.a by first generating the EMTxx.s files
echo making EMT.a archive "(it takes awhile...)"

get s.genemt.c  >/dev/null
cc genemt.c
mv a.out genemt

= i 40

genemt $i

get s.EMT??.s >/dev/null

cc -c EMT??.s

rm -f EMT.a
ar r EMT.a EMT??.o

rm EMT??.o
rm -f EMT??.s
rm genemt.c genemt
