$! Vax command file built on Fri Apr 08 08:44:07 1983 $ if "''native'" .eqs. "" then inquire native "Use native C (No)" $ was_verify = 'f$verify(1)' $! $! ** Compile ARCH $! $ if native then cc/nolist ARCH.C $ if .not. native then xcc ARCH.C $ if .not. native then xas ARCH.S -d $ if native then - link/nomap/exe=BIN:ARCH ARCH.OBJ,SYS$LIBRARY:CRTLIB/LIB $ if .not. native then mcr tkb BIN:ARCH=ARCH.OBJ,C:C/LB / TASK = ...ARC // $ set protection=(world=re) BIN:ARCH.EXE; $ delete ARCH.OBJ; $ ARCH :== $BIN:ARCH $! $! ** Compile BUILD $! $ !! copy BUILD.H BUILD.H $ if native then cc/nolist BUILD0.C $ if .not. native then xcc BUILD0.C $ if .not. native then xas BUILD0.S -d $ if native then cc/nolist BUILD1.C $ if .not. native then xcc BUILD1.C $ if .not. native then xas BUILD1.S -d $ if native then cc/nolist BUILD2.C $ if .not. native then xcc BUILD2.C $ if .not. native then xas BUILD2.S -d $ if native then cc/nolist BUILD3.C $ if .not. native then xcc BUILD3.C $ if .not. native then xas BUILD3.S -d $ if native then cc/nolist BUILD4.C $ if .not. native then xcc BUILD4.C $ if .not. native then xas BUILD4.S -d $ if native then cc/nolist BUILD5.C $ if .not. native then xcc BUILD5.C $ if .not. native then xas BUILD5.S -d $ if native then - link/nomap/exe=BIN:BUILD BUILD0.OBJ,BUILD1.OBJ,BUILD2.OBJ,- BUILD3.OBJ,BUILD4.OBJ,BUILD5.OBJ,SYS$LIBRARY:CRTLIB/LIB $ if .not. native then mcr tkb BIN:BUILD=BUILD0.OBJ,BUILD1.OBJ,BUILD2.OBJ BUILD3.OBJ,BUILD4.OBJ,BUILD5.OBJ C:C/LB / TASK = ...BUI STACK = 2000 // $ set protection=(world=re) BIN:BUILD.EXE; $ delete BUILD0.OBJ; $ delete BUILD1.OBJ; $ delete BUILD2.OBJ; $ delete BUILD3.OBJ; $ delete BUILD4.OBJ; $ delete BUILD5.OBJ; $ BUILD :== $BIN:BUILD $! $! ** Compile COMM $! $ if native then cc/nolist COMM.C $ if .not. native then xcc COMM.C $ if .not. native then xas COMM.S -d $ if native then - link/nomap/exe=BIN:COMM COMM.OBJ,SYS$LIBRARY:CRTLIB/LIB $ if .not. native then mcr tkb BIN:COMM=COMM.OBJ,C:C/LB / TASK = ...COM // $ set protection=(world=re) BIN:COMM.EXE; $ delete COMM.OBJ; $ COMM :== $BIN:COMM $! $! ** Compile DETAB $! $ if native then cc/nolist DETAB.C $ if .not. native then xcc DETAB.C $ if .not. native then xas DETAB.S -d $ if native then - link/nomap/exe=BIN:DETAB DETAB.OBJ,SYS$LIBRARY:CRTLIB/LIB $ if .not. native then mcr tkb BIN:DETAB=DETAB.OBJ,C:C/LB / TASK = ...DET // $ set protection=(world=re) BIN:DETAB.EXE; $ delete DETAB.OBJ; $ DETAB :== $BIN:DETAB $! $! ** Compile DIFF $! $ if native then cc/nolist DIFF.C $ if .not. native then xcc DIFF.C $ if .not. native then xas DIFF.S -d $ if native then - link/nomap/exe=BIN:DIFF DIFF.OBJ,SYS$LIBRARY:CRTLIB/LIB $ if .not. native then mcr tkb BIN:DIFF=DIFF.OBJ,C:C/LB / TASK = ...DIF // $ set protection=(world=re) BIN:DIFF.EXE; $ delete DIFF.OBJ; $ DIFF :== $BIN:DIFF $! $! ** Compile ECHO $! $ if native then cc/nolist ECHO.C $ if .not. native then xcc ECHO.C $ if .not. native then xas ECHO.S -d $ if native then - link/nomap/exe=BIN:ECHO ECHO.OBJ,SYS$LIBRARY:CRTLIB/LIB $ if .not. native then mcr tkb BIN:ECHO=ECHO.OBJ,C:C/LB / TASK = ...ECH // $ set protection=(world=re) BIN:ECHO.EXE; $ delete ECHO.OBJ; $ ECHO :== $BIN:ECHO $! $! ** Compile ENTAB $! $ if native then cc/nolist ENTAB.C $ if .not. native then xcc ENTAB.C $ if .not. native then xas ENTAB.S -d $ if native then - link/nomap/exe=BIN:ENTAB ENTAB.OBJ,SYS$LIBRARY:CRTLIB/LIB $ if .not. native then mcr tkb BIN:ENTAB=ENTAB.OBJ,C:C/LB / TASK = ...ENT // $ set protection=(world=re) BIN:ENTAB.EXE; $ delete ENTAB.OBJ; $ ENTAB :== $BIN:ENTAB $! $! ** Compile FIXDOC $! $ if native then cc/nolist FIXDOC.C $ if .not. native then xcc FIXDOC.C $ if .not. native then xas FIXDOC.S -d $ if native then - link/nomap/exe=BIN:FIXDOC FIXDOC.OBJ,SYS$LIBRARY:CRTLIB/LIB $ if .not. native then mcr tkb BIN:FIXDOC=FIXDOC.OBJ,C:C/LB / TASK = ...FXD // $ set protection=(world=re) BIN:FIXDOC.EXE; $ delete FIXDOC.OBJ; $ FIXDOC :== $BIN:FIXDOC $! $! ** Compile GETCMD $! $ if native then cc/nolist GETCMD.C $ if .not. native then xcc GETCMD.C $ if .not. native then xas GETCMD.S -d $ if native then - link/nomap/exe=BIN:GETCMD GETCMD.OBJ,SYS$LIBRARY:CRTLIB/LIB $ if .not. native then mcr tkb BIN:GETCMD=GETCMD.OBJ,C:C/LB / TASK = ...GTC // $ set protection=(world=re) BIN:GETCMD.EXE; $ delete GETCMD.OBJ; $ GETCMD :== $BIN:GETCMD $! $! ** Compile GETKWK $! $ if native then cc/nolist GETKWK.C $ if .not. native then xcc GETKWK.C $ if .not. native then xas GETKWK.S -d $ if native then - link/nomap/exe=BIN:GETKWK GETKWK.OBJ,SYS$LIBRARY:CRTLIB/LIB $ if .not. native then mcr tkb BIN:GETKWK=GETKWK.OBJ,C:C/LB / TASK = ...GTK // $ set protection=(world=re) BIN:GETKWK.EXE; $ delete GETKWK.OBJ; $ GETKWK :== $BIN:GETKWK $! $! ** Compile GETRNO $! $ if native then cc/nolist GETRNO.C $ if .not. native then xcc GETRNO.C $ if .not. native then xas GETRNO.S -d $ if native then - link/nomap/exe=BIN:GETRNO GETRNO.OBJ,SYS$LIBRARY:CRTLIB/LIB $ if .not. native then mcr tkb BIN:GETRNO=GETRNO.OBJ,C:C/LB / TASK = ...GTR // $ set protection=(world=re) BIN:GETRNO.EXE; $ delete GETRNO.OBJ; $ GETRNO :== $BIN:GETRNO $! $! ** Compile GREP $! $ if native then cc/nolist GREP.C $ if .not. native then xcc GREP.C $ if .not. native then xas GREP.S -d $ if native then - link/nomap/exe=BIN:GREP GREP.OBJ,SYS$LIBRARY:CRTLIB/LIB $ if .not. native then mcr tkb BIN:GREP=GREP.OBJ,C:C/LB / TASK = ...GRE // $ set protection=(world=re) BIN:GREP.EXE; $ delete GREP.OBJ; $ GREP :== $BIN:GREP $! $! ** Compile KWIK $! $ if native then cc/nolist KWIK.C $ if .not. native then xcc KWIK.C $ if .not. native then xas KWIK.S -d $ if native then cc/nolist SORTS.C $ if .not. native then xcc SORTS.C $ if .not. native then xas SORTS.S -d $ if native then - link/nomap/exe=BIN:KWIK KWIK.OBJ,SORTS.OBJ,SYS$LIBRARY:CRTLIB/LIB $ if .not. native then mcr tkb BIN:KWIK=KWIK.OBJ,SORTS.OBJ,C:C/LB / TASK = ...KWI // $ set protection=(world=re) BIN:KWIK.EXE; $ delete KWIK.OBJ; $ delete SORTS.OBJ; $ KWIK :== $BIN:KWIK $! $! ** Compile LINEPR $! $ if native then cc/nolist LINEPR.C $ if .not. native then xcc LINEPR.C $ if .not. native then xas LINEPR.S -d $ if native then - link/nomap/exe=BIN:LINEPR LINEPR.OBJ,SYS$LIBRARY:CRTLIB/LIB $ if .not. native then mcr tkb BIN:LINEPR=LINEPR.OBJ,C:C/LB $ set protection=(world=re) BIN:LINEPR.EXE; $ delete LINEPR.OBJ; $ LINEPR :== $BIN:LINEPR $! $! ** Compile MC $! $ if native then cc/nolist MC.C $ if .not. native then xcc MC.C $ if .not. native then xas MC.S -d $ if native then - link/nomap/exe=BIN:MC MC.OBJ,SYS$LIBRARY:CRTLIB/LIB $ if .not. native then mcr tkb BIN:MC=MC.OBJ,C:C/LB / TASK = ...MCX UNITS = 10 ACTFIL = 10 // $ set protection=(world=re) BIN:MC.EXE; $ delete MC.OBJ; $ MC :== $BIN:MC $! $! ** Compile MP $! $ !! copy MPDEFS.H MPDEFS.H $ !! copy MPEXTR.H MPEXTR.H $ if native then cc/nolist MP.C $ if .not. native then xcc MP.C $ if .not. native then xas MP.S -d $ if native then cc/nolist MPEXPR.C $ if .not. native then xcc MPEXPR.C $ if .not. native then xas MPEXPR.S -d $ if native then cc/nolist MPSYM.C $ if .not. native then xcc MPSYM.C $ if .not. native then xas MPSYM.S -d $ if native then cc/nolist MPUTIL.C $ if .not. native then xcc MPUTIL.C $ if .not. native then xas MPUTIL.S -d $ if native then - link/nomap/exe=BIN:MP MP.OBJ,MPEXPR.OBJ,MPSYM.OBJ,- MPUTIL.OBJ,SYS$LIBRARY:CRTLIB/LIB $ if .not. native then mcr tkb BIN:MP=MP.OBJ,MPEXPR.OBJ,MPSYM.OBJ MPUTIL.OBJ,C:C/LB / STACK = 1024 TASK = ...MPC ACTFIL = 14 UNITS = 14 // $ set protection=(world=re) BIN:MP.EXE; $ delete MP.OBJ; $ delete MPEXPR.OBJ; $ delete MPSYM.OBJ; $ delete MPUTIL.OBJ; $ MP :== $BIN:MP $! $! ** Compile NM $! $ if native then cc/nolist NM.C $ if .not. native then xcc NM.C $ if .not. native then xas NM.S -d $ if native then - link/nomap/exe=BIN:NM NM.OBJ,SYS$LIBRARY:CRTLIB/LIB $ if .not. native then mcr tkb BIN:NM=NM.OBJ,C:C/LB / TASK = ...NMX // $ set protection=(world=re) BIN:NM.EXE; $ delete NM.OBJ; $ NM :== $BIN:NM $! $! ** Compile OD $! $ if native then cc/nolist OD.C $ if .not. native then xcc OD.C $ if .not. native then xas OD.S -d $ if native then - link/nomap/exe=BIN:OD OD.OBJ,SYS$LIBRARY:CRTLIB/LIB $ if .not. native then mcr tkb BIN:OD=OD.OBJ,C:C/LB / TASK = ...ODX // $ set protection=(world=re) BIN:OD.EXE; $ delete OD.OBJ; $ OD :== $BIN:OD $! $! ** Compile PR $! $ if native then cc/nolist PR.C $ if .not. native then xcc PR.C $ if .not. native then xas PR.S -d $ if native then - link/nomap/exe=BIN:PR PR.OBJ,SYS$LIBRARY:CRTLIB/LIB $ if .not. native then mcr tkb BIN:PR=PR.OBJ,C:C/LB / TASK = ...PRX // $ set protection=(world=re) BIN:PR.EXE; $ delete PR.OBJ; $ PR :== $BIN:PR $! $! ** Compile RNOIDX $! $ if native then cc/nolist RNOIDX.C $ if .not. native then xcc RNOIDX.C $ if .not. native then xas RNOIDX.S -d $ if native then - link/nomap/exe=BIN:RNOIDX RNOIDX.OBJ,SYS$LIBRARY:CRTLIB/LIB $ if .not. native then mcr tkb BIN:RNOIDX=RNOIDX.OBJ,C:C/LB / TASK = ...FIX // $ set protection=(world=re) BIN:RNOIDX.EXE; $ delete RNOIDX.OBJ; $ RNOIDX :== $BIN:RNOIDX $! $! ** Compile SCAT $! $ if native then cc/nolist SCAT.C $ if .not. native then xcc SCAT.C $ if .not. native then xas SCAT.S -d $ if native then - link/nomap/exe=BIN:SCAT SCAT.OBJ,SYS$LIBRARY:CRTLIB/LIB $ if .not. native then mcr tkb BIN:SCAT=SCAT.OBJ,C:C/LB / TASK = ...CAT // $ set protection=(world=re) BIN:SCAT.EXE; $ delete SCAT.OBJ; $ SCAT :== $BIN:SCAT $! $! ** Compile SCOPY $! $ if native then cc/nolist SCOPY.C $ if .not. native then xcc SCOPY.C $ if .not. native then xas SCOPY.S -d $ if native then - link/nomap/exe=BIN:SCOPY SCOPY.OBJ,SYS$LIBRARY:CRTLIB/LIB $ if .not. native then mcr tkb BIN:SCOPY=SCOPY.OBJ,C:C/LB $ set protection=(world=re) BIN:SCOPY.EXE; $ delete SCOPY.OBJ; $ SCOPY :== $BIN:SCOPY $! $! ** Compile SORTC $! $ if native then cc/nolist SORTC.C $ if .not. native then xcc SORTC.C $ if .not. native then xas SORTC.S -d $ if native then cc/nolist QKSORT.C $ if .not. native then xcc QKSORT.C $ if .not. native then xas QKSORT.S -d $ if native then - link/nomap/exe=BIN:SORTC SORTC.OBJ,QKSORT.OBJ,SYS$LIBRARY:CRTLIB/LIB $ if .not. native then mcr tkb BIN:SORTC=SORTC.OBJ,QKSORT.OBJ,C:C/LB / TASK = ...SOR ACTFIL = 6 UNITS = 6 // $ set protection=(world=re) BIN:SORTC.EXE; $ delete SORTC.OBJ; $ delete QKSORT.OBJ; $ SORTC :== $BIN:SORTC $! $! ** Compile T $! $ !! copy T.H T.H $ if native then cc/nolist T1.C $ if .not. native then xcc T1.C $ if .not. native then xas T1.S -d $ if native then cc/nolist T2.C $ if .not. native then xcc T2.C $ if .not. native then xas T2.S -d $ if native then cc/nolist T3.C $ if .not. native then xcc T3.C $ if .not. native then xas T3.S -d $ if native then cc/nolist T4.C $ if .not. native then xcc T4.C $ if .not. native then xas T4.S -d $ if native then cc/nolist T5.C $ if .not. native then xcc T5.C $ if .not. native then xas T5.S -d $ if native then cc/nolist T6.C $ if .not. native then xcc T6.C $ if .not. native then xas T6.S -d $ if native then cc/nolist T7.C $ if .not. native then xcc T7.C $ if .not. native then xas T7.S -d $ if native then - link/nomap/exe=BIN:T T1.OBJ,T2.OBJ,T3.OBJ,- T4.OBJ,T5.OBJ,T6.OBJ,T7.OBJ,SYS$LIBRARY:CRTLIB/LIB $ if .not. native then mcr tkb BIN:T=T1.OBJ,T2.OBJ,T3.OBJ T4.OBJ,T5.OBJ,T6.OBJ T7.OBJ,C:C/LB / TASK = ...TXX // $ set protection=(world=re) BIN:T.EXE; $ delete T1.OBJ; $ delete T2.OBJ; $ delete T3.OBJ; $ delete T4.OBJ; $ delete T5.OBJ; $ delete T6.OBJ; $ delete T7.OBJ; $ T :== $BIN:T $! $! ** Compile TR $! $ if native then cc/nolist TR.C $ if .not. native then xcc TR.C $ if .not. native then xas TR.S -d $ if native then - link/nomap/exe=BIN:TR TR.OBJ,SYS$LIBRARY:CRTLIB/LIB $ if .not. native then mcr tkb BIN:TR=TR.OBJ,C:C/LB / TASK = ...TRX // $ set protection=(world=re) BIN:TR.EXE; $ delete TR.OBJ; $ TR :== $BIN:TR $! $! ** Compile UNIQ $! $ if native then cc/nolist UNIQ.C $ if .not. native then xcc UNIQ.C $ if .not. native then xas UNIQ.S -d $ if native then - link/nomap/exe=BIN:UNIQ UNIQ.OBJ,SYS$LIBRARY:CRTLIB/LIB $ if .not. native then mcr tkb BIN:UNIQ=UNIQ.OBJ,C:C/LB / TASK = ...UNI // $ set protection=(world=re) BIN:UNIQ.EXE; $ delete UNIQ.OBJ; $ UNIQ :== $BIN:UNIQ $! $! ** Compile WC $! $ if native then cc/nolist WC.C $ if .not. native then xcc WC.C $ if .not. native then xas WC.S -d $ if native then - link/nomap/exe=BIN:WC WC.OBJ,SYS$LIBRARY:CRTLIB/LIB $ if .not. native then mcr tkb BIN:WC=WC.OBJ,C:C/LB / TASK = ...WCX // $ set protection=(world=re) BIN:WC.EXE; $ delete WC.OBJ; $ WC :== $BIN:WC $! $! ** Compile XRF $! $ !! copy XRF.H XRF.H $ if native then cc/nolist XRF0.C $ if .not. native then xcc XRF0.C $ if .not. native then xas XRF0.S -d $ if native then cc/nolist XRF1.C $ if .not. native then xcc XRF1.C $ if .not. native then xas XRF1.S -d $ if native then cc/nolist XRF2.C $ if .not. native then xcc XRF2.C $ if .not. native then xas XRF2.S -d $ if native then cc/nolist XRF3.C $ if .not. native then xcc XRF3.C $ if .not. native then xas XRF3.S -d $ if native then cc/nolist XRFI.C $ if .not. native then xcc XRFI.C $ if .not. native then xas XRFI.S -d $ if native then cc/nolist XRFD.C $ if .not. native then xcc XRFD.C $ if .not. native then xas XRFD.S -d $ create XRF.TMP ; ; OVERLAY DESCRIPTION FOR XRF ; BOB DENNY 29-MAY-81 ; .ROOT XRF0-XRF2-XRFD-C:C/LB-*(X1,X2,X3) ; X1: .FCTR XRFI-X1L1-X1L2-X1L3 X1L1: .FCTR C:C/LB:CONCAT:FWILD ; Note: CTIME requires several other library modules: X1L2: .FCTR C:C/LB:TIME:CTIME:LOCALT:$$RTIME:$$UTIME X1L3: .FCTR C:C/LB:CALLOC:MUL$L:$$DIV2:EIS$I ; X2: .FCTR XRF1-X2L X2L: .FCTR C:C/LB:EIS$I ; X3: .FCTR XRF3-X3L X3L: .FCTR C:C/LB:CPYSTR:SPRINT .END $EOD $ if native then - link/nomap/exe=BIN:XRF XRF0.OBJ,XRF1.OBJ,XRF2.OBJ,- XRF3.OBJ,XRFI.OBJ,XRFD.OBJ,SYS$LIBRARY:CRTLIB/LIB $ if .not. native then mcr tkb BIN:XRF=XRF.TMP/MP TASK = ...XRF STACK = 1500 // $ set protection=(world=re) BIN:XRF.EXE; $ delete XRF.TMP; $ delete XRF0.OBJ; $ delete XRF1.OBJ; $ delete XRF2.OBJ; $ delete XRF3.OBJ; $ delete XRFI.OBJ; $ delete XRFD.OBJ; $ XRF :== $BIN:XRF $ if .not. 'was_verify' then set noverify