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


#
include	${DEPTROOT}/xaprtools/etc/gmake.init

Files		:=	${wildcard *.h}

SafeFiles	:=	Makefile ${Files}

.PHONY:	remotes all safe targets

targets:	;

remotes:	RemoteCopies

all:	safe clean targets RemoteCopies

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

safe:	.safe.${jdate}.Z

.safe.${jdate}.Z:	${SafeFiles}
	${MakeSafe}
clean:
	-rm RemoteCopies RemoteMakes ${wildcard ShdCpy*}
