f2f -DVMS_DEC,ONLINE -j$FLIBVMS/flib.dictincl -r xyz.f # AIX/ULTRIX -> VMS f2f -DVMS_DEC,ONLINE -jFLIB.VMS(dictincl) -iFLIB.VMS(dictid) -r xyz.fort # MVS -> VMS
cms set lib cms_flib cre el xyz.for ins el xyz.for for_all cre el xyz.inc ins el xyz.inc inc_all CTRL-Z
cd ref_flib: @ref_ulib:MMS_REBUILD.COM flib mms/des=flib
cd flib_aix # area for AIX sources on VMS f2fmms flib "UNIX,AIX" # rebuild makefile mms/des=f2fflibafter successful completion copy the converted sources to AIX (/fopi/flib), see
cd flib buildmk flib $FOPI/ $CAVEB/ # rebuild makefile make -f flib.make
cd flib_ultrix # area for ULTRIX sources on VMS f2fmms flib "UNIX,ULTRIX" # rebuild makefile mms/des=f2fflibafter successful completion copy the converted sources to ULTRIX (/fopi/flib), see
cd flib buildmk flib $FOPI/ $CAVEB/ # rebuild makefile make -f flib.make
cd flib_mvs # area for MVS sources on VMS f2fmms flib MVS_IBM mms/des=f2fflibafter successful completion copy the converted sources to MVS: KP09.FLIB.FORT(*) and/or KP09.FLIB.INCL(*), see
buildmk flib ulib & # rebuild makefile, batch preferable make -f flib.make & # batch preferable
cd flib_vms # area for offline sources on VMS f2fmms flib VMS_DEC # rebuild makefile mms/des=f2fflib # check for successful completion ! build_make flib VMS_DEC # rebuild makefile for flib.olb mms/des=flib # update flib.olb
fopi
Tue May 28 15:33:35 CST 1996