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


1.6
date	2009.02.03.17.46.03;	author gzheng;	state Exp;
branches;
next	1.5;
commitid	DRCNzrms61f5X0Bt;

1.5
date	2007.10.17.01.08.12;	author gzheng;	state Exp;
branches;
next	1.4;
commitid	2cbb471560714567;

1.4
date	2007.09.20.20.38.47;	author bhatele;	state Exp;
branches;
next	1.3;
commitid	110846f2da544567;

1.3
date	2004.10.24.06.07.28;	author gzheng;	state Exp;
branches;
next	1.2;

1.2
date	2004.10.13.03.28.06;	author olawlor;	state Exp;
branches;
next	1.1;

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


desc
@@


1.6
log
@added ./
@
text
@CHARMC=../../../bin/charmc $(OPTS)

all: pgm

pgm:  rings.o
	$(CHARMC) rings.o  -o pgm -language charm++

rings.o : rings.C rings.h rings.ci
	$(CHARMC) -c rings.ci rings.C

test: pgm
	./charmrun +p4 ./pgm $(TESTOPTS)

bgtest: pgm
	./charmrun +p4 ./pgm +x2 +y2 +z2

clean:
	rm -f conv-host pgm *.o *.decl.h *.def.h *~ charmrun
@


1.5
log
@added TESTOPTS
@
text
@d12 1
a12 1
	./charmrun +p4 pgm $(TESTOPTS)
d15 1
a15 1
	./charmrun +p4 pgm +x2 +y2 +z2
@


1.4
log
@"all" target added
@
text
@d12 1
a12 1
	./charmrun +p4 pgm
@


1.3
log
@setup bgtest for bigsim
@
text
@d3 2
@


1.2
log
@Added "test" targets to all Makefiles.
@
text
@d12 3
@


1.1
log
@moving from pgms
@
text
@d1 1
a1 1
CHARMC=../../../../bin/charmc $(OPTS)
d9 3
@

