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.32;	author gzheng;	state Exp;
branches;
next	1.5;
commitid	w9mOYMtOOxlfX0Bt;

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.29;	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:  speed.o
	$(CHARMC) speed.o  -o pgm -language charm++

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

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

bgtest: pgm
	./charmrun +p4 ./pgm 8 +x2 +y2 +z1

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


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


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


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
@

