Trailing-Edge
-
PDP-10 Archives
-
BB-D351B-SM
-
sources/dn64km.ctl
There are no other files named dn64km.ctl in the archive.
!
! Name: DN64KM.CTL
! Date: 28-Aug-79
!
! This control file is provided for information purposes only. The
! purpose of the file is to document the procedures used to build the
! distributed software. It is unlikely that this control file will be
! able to be submitted without modification on consumer systems.
! Particular attention should be given to ersatz (logical) devices,
! structure names, directories and other such parameters. Submit times
! may vary depending on system configuration and load. The
! availablility of sufficient disk spave and core is mandatory.
!
! Function: This control file builds the DN60 front end
! from it's sources files and generates the
! maintenance manual from the RUNOFF file.
!
! This front end uses a DTE interface and communicates with
! a DECsystem-20. This front end supports 3780/2780
! BISYNC protocol in a DN20 with a KMC11 synchrounous interface.
!
! The following files are required:
!
! Files available on system:
!
! MACDLX.EXE The MACRO-11 cross assembler
! RUNOFF.EXE Text formatter
!
! Front source end files:
!
! DN64KM.P11
! S.P11
! MACROS.P11
! HDEFIN.P11
! MININT.P11
! INIT2.P11
! STGMAN.P11
! QUEING.P11
! KMC11.P11
! MSGHDL.P11
! DISPAT.P11
! HBSC.P11
! HDTE20.P11
! XL3780.P11
! TRNTAB.P11
! INITUP.P11
! INIT1.P11
! MDCODE.P11
! CHK11.P11
!
! Support files:
!
! DN60M.RNM RUNOFF source file for DN60 maintenance manual
! DDT60.EXE DDT program for DN60 front ends
!
!
! Files that are produced:
!
! Binary files:
!
! DN64KM.BIN Front end executable binary code
! DN64KM.EXE DDT for the DN64 front end
!
! Listings:
!
! DN64KM.CRL Cross reference listing of front end binary
! DN60M.MAN DN60 series maintenance manual
!
!
@CHKPNT LOGCLS
LOGCLS::
!
! Fix up the logical names and show what they are
!
@DEFINE DSK: DSK:,SYS:
@DEFINE REL: DSK:
!
! Take a checksummed directory of all the input files
!
@CHKPNT IDIRCT
IDIRCT::
@VDIRECTORY MACDLX.EXE,RUNOFF.EXE,
@CHECKSUM SEQ
@
@VDIRECTORY DN64KM.P11,S.P11,MACROS.P11,HDEFIN.P11,MININT.P11,
@CHECKSUM SEQ
@
@VDIRECTORY INIT2.P11,STGMAN.P11,QUEING.P11,KMC11.P11,MSGHDL.P11,
@CHECKSUM SEQ
@
@VDIRECTORY DISPAT.P11,HBSC.P11,HDTE20.P11,XL3780.P11,TRNTAB.P11,
@CHECKSUM SEQ
@
@VDIRECTORY INITUP.P11,INIT1.P11,MDCODE.P11,CHK11.P11,
@CHECKSUM SEQ
@
!
! Create the DN60 series maintenance manual
!
@CHKPNT MANUAL
MANUAL::
@R RUNOFF
*DN60M.MAN=DN60M.RNM
!
! Create the front end executable code with MACRO-11 cross assembler
!
@CHKPNT DN64KM
DN64KM::
@RUN MACDLX.EXE
*DN64KM.BIN,DN64KM.CRL/CRF=DN64KM.P11,S.P11,MACROS.P11,HDEFIN.P11,MININT.P11,INIT2.P11,STGMAN.P11,QUEING.P11,KMC11.P11,MSGHDL.P11,DISPAT.P11,HBSC.P11,HDTE20.P11,XL3780.P11,TRNTAB.P11,INITUP.P11,INIT1.P11,MDCODE.P11,CHK11.P11
!
! Create a version of debugger loaded with current set of
! symbols
!
@RUN DDT60.EXE
*/SYM:DN64KM.CRL/EXIT
@SAVE DN64KM.EXE
@INFORMATION VERSION
!
! Get a checksummed directory of the output files
!
@CHKPNT ODIRCT
ODIRCT::
@VDIRECTORY DN64KM.BIN,DN64KM.EXE,DN60M.MAN,DN64KM.CRL,
@CHECKSUM SEQ
@
!
!
! End of DN64KM.CTL
!