Google
 

Trailing-Edge - PDP-10 Archives - BB-J724A-SM_1980 - sources/dn65dp.ctl
There are no other files named dn65dp.ctl in the archive.
!
! Name: DN65DP.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/HASP
!		BISYNC protocol in a DN20 with a DUP11 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:
!
!		DN65DP.P11
!		S.P11
!		MACROS.P11
!		HDEFIN.P11
!		MININT.P11
!		INIT2.P11
!		STGMAN.P11
!		QUEING.P11
!		KMC11.P11
!		DUP11.P11
!		DQ11.P11
!		MSGHDL.P11
!		DISPAT.P11
!		HBSC.P11
!		HDTE20.P11
!		HDTE10.P11
!		HDMC20.P11
!		HDL10.P11
!		XL3780.P11
!		TRNTAB.P11
!		XLHASP.P11
!		INITUP.P11
!		INITDQ.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:
!
!		DN65DP.BIN	Front end executable binary code
!		DN65DP.EXE	DDT for the DN65 front end
!
!	Listings:
!
!		DN65DP.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:
@INFORMATION LOGICAL-NAMES ALL
!
! Take a checksummed directory of all the input files
!
@CHKPNT IDIRCT
IDIRCT::
@VDIRECTORY MACDLX.EXE,RUNOFF.EXE,
@CHECKSUM SEQ
@
@VDIRECTORY DN65DP.P11,S.P11,MACROS.P11,HDEFIN.P11,MININT.P11,
@CHECKSUM SEQ
@
@VDIRECTORY INIT2.P11,DN65DP.P11,S.P11,MACROS.P11,HDEFIN.P11,MININT.P11,
@CHECKSUM SEQ
@
@VDIRECTORY INIT2.P11,STGMAN.P11,QUEING.P11,DUP11.P11,MSGHDL.P11,
@CHECKSUM SEQ
@
@VDIRECTORY DISPAT.P11,HBSC.P11,HDTE20.P11,XL3780.P11,TRNTAB.P11,
@CHECKSUM SEQ
@
@VDIRECTORY XLHASP.P11,INITUP.P11,INIT1.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 DN65DP
DN65DP::
@RUN MACDLX.EXE
*DN65DP.BIN,DN65DP.CRL/CRF=DN65DP.P11,S.P11,MACROS.P11,HDEFIN.P11,MININT.P11,INIT2.P11,STGMAN.P11,QUEING.P11,DUP11.P11,MSGHDL.P11,DISPAT.P11,HBSC.P11,HDTE20.P11,XL3780.P11,TRNTAB.P11,XLHASP.P11,INITUP.P11,INIT1.P11,CHK11.P11
!
! Create a version of debugger loaded with current set of
! symbols
!
@RUN DDT60.EXE
*/SYM:DN65DP.CRL/EXIT
@SAVE DN65DP.EXE
@INFORMATION VERSION
!
! Get a checksummed directory of the output files
!
@CHKPNT ODIRCT
ODIRCT::
@VDIRECTORY DN65DP.BIN,DN65DP.EXE,DN60M.MAN,DN65DP.CRL,
@CHECKSUM SEQ
@
!
!
! End of DN65DP.CTL