Trailing-Edge
-
PDP-10 Archives
-
LCG_Integration_Tools_Clearinghouse_T20_v7_30Apr86
-
tools/transfort_v1_5/lex.con
There are 2 other files named lex.con in the archive. Click here to see a list.
;; - TRANSFORT Control File
;; - Created 3/19/86 jke
;; -
;; - All source files and all target files are to be taken from
;; - the current directory. Hence, both SOURCE-DIRECTORY and
;; - TARGET-DIRECTORY are set to "".
SOURCE-DIRECTORY ""
TARGET-DIRECTORY ""
;; - All output files will have extension "VFR" so that files are not
;; - overwritten during translation.
OUTPUT-EXTENSION "VFR"
;; - I want a listing. The listing will be in the same directory as the
;; - source file with extension LIS.
LISTING
;; - Debugging lines are to be translated as code, not ignored
;; - as comments.
DEBUGGING
;; - Define a verboseness setting.
VERBOSENESS 1
;; - Unit 5 outputs are to be changed to unit 6 so batch jobs will properly
;; - output under VMS.
DEFAULT-WRITE-UNIT 6
UNIT-5-OUTPUT 6
;; - DO loops are to be left alone as they are already in Fortran-77 format,
;; - Hence, the ONE-TRIP parameter is missing.