# @(#)Makefile	22.1	12/08/98
#########################################################################
#									#
#  Copyright 1998 Science Applications International Corporation.	#
#									#
#########################################################################

HTMLSRCS	= mucscore.htm

XFIGSRCS	= mucobj.fig \
		  scoring.fig \
		  topo.fig

GIFS		= $(XFIGSRCS:.fig=.gif)

SRCS		= $(HTMLSRCS) $(XFIGSRCS)

INSTALLFILES	= $(HTMLSRCS) $(GIFS)

all:

install:
		cp $(INSTALLFILES) $(DOCDIR)
clean:
		-$(RM) *~
		-$(RM) ,*

sget:
		sccs get $(SRCS)

sclean:
		sccs clean
		
distclean:	clean
		
