Google
 

Trailing-Edge - PDP-10 Archives - SRI_NIC_PERM_FS_1_19910112 - kcc-6/build/libtrm.csi
There is 1 other file named libtrm.csi in the archive. Click here to see a list.
! Compile LIBTMX user library (extended time routines)
! Invoke this file while logged into a binary directory such as CCSI:.
! "KCC" and all directories must have already been defined,
! specifically including
!	C: and CSYS: as primary .H dirs (for nonstandard versions of .H files)
!	CINC: and CINCS: as secondary dirs (for std versions of .H files)
! 
.SET ECHO
.SET LOG libtmx.log/APPEND/TIMESTAMP
!	Compile modules
.KCC -c -q -x=macro -Hc: -Hcinc: -hcsys: -hcincs: cuser:timemk cuser:timepa cuser:timezn
!	Now build LIBTMX
.R maklib
*libtmx=timemk,timepa/a,timezn/a
*libtmx.poi=libtmx/points
*
.SET NOLOG