$! $! Command File to build the full 68k_Services program $! -------------------------------------------------------- $! $! Rev. 13-JULY-1994 $! $! $! $! Assemble all modules in the 68k_Services program. $! $! $ Say = "Write SYS$OUTPUT" $! $ Say "" $ Say " First Assemble all Modules in the 68k_Services program. " $ Say "" $! $ Set Verify $! $! $ AA Ser68_Main_1.src $! $ AA Ser68_Init_Processor_1.src $! $ AA Ser68_Init_VBD_1.src $! $ AA Ser68_Init_Ironics_1.src $! $ AA Ser68_Init_Memory_1.src $! $ AA Ser68_Init_Data_Structures_1.src $! $! $ AA Ser68_Orbit_Master_1.src $! $ AA Ser68_All_DSPs_to_Step_D0_1.src $! $ AA Ser68_Conclude_VBD_Cycle_1.src $! $ AA Ser68_Swap_Load_Read_Buffers_1.src $! $ AA Ser68_Test_for_New_L1_Trig_1.src $! $! $ AA Ser68_IBS_Processing_1.src $! $ AA Ser68_IBS_Dump_Event_1.src $! $ AA Ser68_IBS_Readout_Req_1.src $! $! $ AA Ser68_Thats_Me_Processing_1.src $! $ AA Ser68_Thats_Me_Dump_Event_1.src $! $ AA Ser68_Thats_Me_Readout_Req_1.src $! $! $ AA Ser68_Load_Code_ISR_1.src $! $ AA Ser68_Load_Param_ISR_1.src $! $! $ AA Ser68_Error_Recovery_1.src $! $! $ AA ASCII_Routines_for_MVME135.src $! $! $! $ Set NoVerify $! $ Say "" $ Say " Now purge all old versions of the Object and List files. " $ Say "" $! $ PURGE *.OBJ $ PURGE *.LIS $! $! $! $ Say "" $ Say "" $! $ Inquire LinkIt " Enter YES If the 68k_Services program should be Linked? " $! $ If .not. LinkIt Then GOTO NoLinkExit $! $! $ Say "" $ Say " Now Link the 68k_Services program. " $ Say "" $! $ LL/Absolute=L15CT_68k_Services.ABS/Option Ser68_1.OPT $! $ Say "" $ Say " Now purge all old versions of the MAP file. " $ Say "" $! $ PURGE *.MAP $! $ say "" $ say " The 68k_Services program HAS been Linked. " $ say "" $ exit $! $! $! $ NoLinkExit: $! $ say "" $ say " The 68k_Services program has NOT been Linked. " $ say "" $ exit $!