# ---------------------------------------------------------- 
#   (C)1995 Institute for New Generation Computer Technology 
#       (Read COPYRIGHT for detailed information.) 
#-----------------------------------------------------------
TOP=../../..

clean:
	rm -f *~ *.orig *.rej \#* *.mk *.sh

realclean: clean

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