Trailing-Edge
-
PDP-10 Archives
-
tops10_703a_sys_atpch16_bb-fr67f-bb
-
ftn1x1.ctl
There are 7 other files named ftn1x1.ctl in the archive. Click here to see a list.
;
; FTN1X1.CTL -- .EXE replacement for FORTRAN-10 V11
; Version 2(0)
;
; April 1985 /TGS / MRB
;
; COPYRIGHT (c) 1983, 1987 BY
; Digital Equipment Corporation, Maynard, MA.
;
; This software is furnished under a license and may be used
; and copied only in accordance with the terms of such
; license and with the inclusion of the above copyright
; notice. This software or any other copies thereof may not
; be provided or otherwise made available to any other
; person. No title to and ownership of the software is
; hereby transferred.
;
; The information in this software is subject to change
; without notice and should not be construed as a commitment
; by Digital Equipment Corporation.
;
; Digital assumes no responsibility for the use or
; reliability of its software on equipment which is not
; supplied by Digital.
;
; This .CTL file decrypts FORTRA.EXE, FORLIB.REL, FORO11.EXE, and
; FORDDT.REL, as patched to the latest level and delivered on the
; Autopatch tape. Note that submitting this control file will result
; in new .EXE's and .REL's being written to PAT:, possibly overwriting
; files produced by a previous source-level rebuild.
;
; For this .CTL file to run, the connected directory must be
; the patching directory (PAT:).
;
; NOTE: If the dummy file FTNDBM.FLG is present on PAT:, this
; .CTL file will build FORTRAN-10 with DBMS.
;
; This control file is expected to run without errors.
;
START::
.R PEPB
*INITIALIZE FORTRAN-10-REP-V11
*EXIT
;
.PATH ASL:/SEARCH
; If flag file FTNDBM.FLG is present on PAT:, build DBMSF.EXE and
; DBMSF.REL for Fortran-10 with DBMS.
.PRO<777>FTNDBM.FLG
.IF (ERROR) .GOTO CHECK
; Here for DBMS/Fortran
.ERROR %
; These files must exist to be built into DBMSF.EXE
.COPY =ASL:FORDBM.REL
.DIR DBSFOR.REL, DBSANY.REL, DBS10.REL, SCHIO1.REL, FORDBM.REL
.ERROR ?
.TYPE ASL:FDBM5.CCL
.R ASL:MAKLIB
*@ASL:FDBM5.CCL
.EX ASL:FDBM5.FOR
.TYPE ASL:DBCS1F.CMD
.R ASL:LINK
*@ASL:DBCS1F
;
;See what we got
;
.ERROR %
.DIR /CHECKSUM DBMSF.EXE
.ERROR ?
CHECK::
.R PEPB
*SIGNAL-SUCCESS FORTRAN-10-REP-V11
*EXIT
.GOTO EXIT
%ERR::
.GOTO ERROR
%CERR::
.GOTO ERROR
%TERR::
ERROR::
.R PEPB
*SIGNAL-FAILURE FORTRAN-10-REP-V11
*EXIT
EXIT::
%FIN::
; [END OF FTN1X1.CTL]