# Generated automatically from Makefile.in by configure.
# File         : Makefile
# Author       : Xinying Li, Sung-Hoon Ko
# Created      : Thu Apr  9 12:22:15 1998
# Revision     : ver 1.1
# Updated      : $Date: 1999/09/02 17:33:27 $
# Copyright: Northeast Parallel Architectures Center at Syracuse University 1998


SHELL=/bin/sh

srcdir      = .
top_srcdir  = ../..

VERSION = 1.00

prefix      = /HPS/repository/work/users/hitoshi/releasedir/R2mark-1.0/mpiJava-1.2

exec_prefix = ${prefix}
bindir      = ${exec_prefix}/bin

target=

VPATH = .:${srcdir}

all: update check 

update: Makefile RunTests

Makefile: Makefile.in
	@echo 
	@echo Please configure the package to generate new makefile ...
	@exit 1

RunTests: RunTests.in
	@echo 
	@echo Please configure the package to generate new runtests ...
	@exit


check: 
	RunTests

summary:
	summarize


clean:
	rm -f *.class core PI* *.jig

distclean:
	rm -f *.rec 

record:

compdep:

compare:

test: 
