#
#	this command file generates the IAS-specific build files for
#	use in building the Software Tools VOS.  It expects to find the TCS
#	archive for 'ld' in the directory /rsx on this disk
#
ar xv iasprim.m
ratp1 iasprim.r >t.x
ratp2 t.x >iasprim.ff
rm t.x
get /rsx/ld.tcs >t.w; ar xv t.w >temp
ratp1 - ld.r >t.x <<!
define(FLOAT_PT,YES)
!
ratp2 t.x >ldfp.ff
rm t.x
ratp1 - ld.r >t.x <<!
define(FLOAT_PT,NO)
!
ratp2 t.x >ldnofp.ff
rm t.x
rm <temp
get addr.tcs >t.w; ar xv t.w >temp; ratp1 addr.r | ratp2 >addr.f; rm <temp
rm t.w temp
