perm filename ORDER[IMS,AIL] blob sn#051739 filedate 1973-07-03 generic text, type T, neo UTF8
COMMENT⊗ SPECIFIES ORDER OF REL FILES IN SAIL LIBRARY
NAM,4
ALL,CALLIS,HEAD,!GOGOL
HDR,GOGOL
	LOR,LUP,KNT,COD,LOG
HDR,NWORLD
	PRC
HDR,IOSER
	PIT
   ,HEAD,LEPRUN,MESPRO,WRDGET
	LEP
HDR,IOSER
	USC,LIN,TTY,OPN,NUM,LOK,OUT,INP,WRD,BRK,CLS,MTP,ARY
HDR,STRSER
	CAT,SUB,EQU,PNT,PTC,CVS,CVD,SCN,CVC,CVL,CVF
HDR,IOSER
	TBB,PTY,SIM,CHN,FIL,FLS
HDR,GOGOL
	POW,SGC,COR
HDR,IOSER
	DM1,DM2
HED,SAIHED,HEAD
	HED
END

HDRFIL is created from HEAD and part of GOGOL.  It contains all
	index and bit and AC declarations, as well as the macros
	which are used in the library.  All comments and blank
	lines are squeezed out.  It is not created unless some
	need for it is exhibited.
DOHEAD is created if needed to create the HEAD entry in the library,
	an INTERNALed symbol table of the user-table things.
SCISS.SAI reads this file to get its instructions.  To read the
	above stuff, consider an example:  If SAIPTC is to be
	compiled, From IOSER will be extracte the code for PTC,
	named SAIPTC.FAI.  This will be assembled with HDRFIL to
	get SAIPTC.REL.  If the first file is not HDRFIL, no extrac-
	tion will be performed.
⊗