all:		stubs library
	echo all up to date

stubs:		SecServ.def SecStub.def 
	echo stubs up to date

SecServ.def:	SecServ.stb
	m2stub SecServ

CSSecServ.def CSSecServ.mod SSSecServ.def SSSecServ.mod:	SecServ.def
	echo -n

SecStub.def:	SecStub.stb
	m2stub SecStub

CSSecStub.def CSSecStub.mod SSSecStub.def SSSecStub.mod:	SecStub.def
	echo -n


clean:		tidy
	rm -f SS*.def CS*.def SS*.mod CS*.mod SecServ.def SecStub.def

tidy:
	rm -f *.CKP


