# ---------------------------------------------------------- 
#   (C)1995 Institute for New Generation Computer Technology 
#       (Read COPYRIGHT for detailed information.) 
#-----------------------------------------------------------
TOP=../../..
all:
clean:
	rm -f *~ *.rej *.orig \#
realclean: clean

setup:
	@cd $(TOP)/runtime; ./setupcomm -install pvm
