CLDFlags	= /List

Objects	= Sum.Obj, Parse_Cmd_Line.Obj, Load_ItmLst.Obj, Get_IJobCnt.Obj,-
		SumTable.Obj, ShwMsgPtr.Obj

Sources	= Sum.For, ItmLst.For, Parse_Cmd_Line.For, Load_ItmLst.For, Get_IJobCnt.For,-
		SumTable.Cld, ShwMsg.Msg

Lists	= Sum.For, Parse_Cmd_Line.For, Load_ItmLst.For, Get_IJobCnt.For,-
		SumTable.Lis, ShwMsg.Lis

Sum.Exe : $(Objects), Sys$System:Sys.Stb
	Link/NoTraceBack $(Objects),Sys$System:Sys.Stb/Selective_Search
	@ Copy Nla0: ShowNew.

Sum.Obj : Sum.For, ItmLst.For

Load_ItmLst.Obj : Load_ItmLst.For, ItmLst.For

ShwMsgPtr.Obj : ShwMsg.Msg, Sys$Message:CliUtlMsg.Exe
	Message/Object=ShwMsgPtr/File_Name=CliUtlMsg/List ShwMsg

! Cleanup
Cleanup :
	Delete/Log *.Obj;*

! Directory of the source files
Dir :
	Dir $(Sources)

! Print the source files
Print :
	Print/Notify/NoFeed $(Sources)

! Print the list files
PrintLists :
	Print/Notify/NoFeed $(Lists)

! Show New files
ShowNew. : $(Sources)
	write sys$output "$(MMS$Changed_List)"
