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


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

SafeFiles := Makefile ${wildcard *.c} ${wildcard *.h}

remotes:	RemoteCopies

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

safe:	.safe.${jdate}.Z

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

clean:
	-rm RemoteCopies
