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


# gmake Makefile for ~usp/man

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

SafeFiles	:=	Makefile ${wildcard README} ${wildcard *.1} \
			DATE HARD HARD1 HELP LASER Makefile THARD \
			cycle left nr

.PHONY:	remotes all safe targets

targets:	;

remotes:	RemoteCopies

install:	RemoteCopies

all:	safe RemoteCopies

clean:	
	-rm RemoteCopies RemoteMakes ${wildcard ShdCpy*}

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

safe:	.safe.${jdate}.Z

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

