########################################################################
#                 copyright 2001, Amoco Production Company             #
#                             All Rights Reserved                      #
#                     an affiliate of BP America Inc.                  #
########################################################################


include ${DEPTROOT}/usp/etc/gmake.init

SafeFiles := Makefile sis.lh sis.lh5 sis.t1 sis.t3 sis.t5 \
		sis.th vanl.ah vanl.cr vanl.cv

remotes:	RemoteCopies

RemoteCopies:	${SafeFiles}
	shadowcopy -v ${SafeFiles} && touch RemoteCopies

safe:	.safe.${jdate}.Z

.safe.${jdate}.Z:	${SafeFiles}
	${MakeSafe}

clean:
	-rm RemoteCopies
