head	1.1;
access;
symbols
	charm6_1:1.1
	charm_6_0_1:1.1
	charm6_0_1:1.1
	charm6_0:1.1
	ChaNGa_1-0:1.1
	charm5_9:1.1;
locks; strict;
comment	@# @;


1.1
date	2004.09.15.19.43.04;	author bohm;	state Exp;
branches;
next	;


desc
@@


1.1
log
@Initial checkin of move from pgms
@
text
@CHARMC=/home/net/gioachin/charm/bin/charmc $(OPTS)

test:	test.o
	$(CHARMC) test.o -o test -language charm++ -module RefineLB

test.o:	test.C test.h test.def.h test.decl.h
	$(CHARMC) -c test.C

test.def.h test.decl.h: test.ci
	$(CHARMC) test.ci

clean:
	rm -f charmrun test test.def.h test.decl.h test.o

new:	clean test
@
