# Generated automatically from Makefile.in by configure.
# File         : Makefile
# Author       : Sung-Hoon Ko
# Created      : Thu Apr  9 12:22:15 1998
# Revision     : ver 1.1
# Updated      : $Date: 1998/08/25 16:36:56 $
# Copyright: Northeast Parallel Architectures Center at Syracuse University 1998


SHELL=/bin/sh

srcdir      = .
top_srcdir  = ../..

VPATH = .:${srcdir}

VERSION = 1.00

CLASS_PATH = -classpath .:${top_srcdir}/lib/classes:$(JAVA_PATH)/lib/classes.zip:$(JAVA_PATH)/classes

CC = mpicc
JAVA_PATH = /usr/java1.2
JAVA_C = ${JAVA_PATH}/bin/javac

EXECS = MetSpin 



.SUFFIXES:
.SUFFIXES: .java .class

.java.class:
	$(JAVA_C) $(CLASS_PATH) $*.java



all: update  $(EXECS) check


BOTH=    Init.class Measure.class 
PAR=     Edges.class Domain.class 
METROP=  Metrop.class
CLUSTER= SWcluster.class 
##RAND=    random.class
RAND=    Prand.class


METSPIN=  $(BOTH) $(PAR) $(RAND) $(METROP)  
SWSPIN=   $(BOTH) $(PAR) $(LABEL) $(RAND) $(CLUSTER) 


update: Makefile RunIsing

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

RunIsing: RunIsing.in
	@echo 
	@echo Please configure the package to generate new runexam ...
	@exit

MetSpin: $(METSPIN)
	@echo

check: 
	RunIsing



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

distclean:
	rm -f *.rec 

record:

compdep:

compare:

test: 


