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


1.5
date	2008.01.03.18.00.58;	author gzheng;	state Exp;
branches;
next	1.4;
commitid	4945477d22cf4567;

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

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

1.2
date	2004.10.24.05.55.27;	author gzheng;	state Exp;
branches;
next	1.1;

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


desc
@@


1.5
log
@added bgstacksize for bgtest
@
text
@CHARMC=../../../bin/charmc $(OPTS)

all: pgm

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

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

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

Pgm.def.h Pgm.decl.h : pgm.ci
	$(CHARMC) pgm.ci

Counter.def.h Counter.decl.h : counter.ci
	$(CHARMC) counter.ci

clean:
	rm -f conv-host *.o charmrun
	rm -f *.def.h *.decl.h
	rm -f pgm pgm.*.log pgm.sts
	rm -f gmon.out #*#
	rm -f core *~
	rm -f TAGS *.headers


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

bgtest: pgm
	./charmrun ./pgm +p4 10 7 +x2 +y2 +z2 +bgstacksize 102400 $(TESTOPTS)

@


1.4
log
@added TESTOPTS
@
text
@d33 1
a33 1
	./charmrun ./pgm +p4 10 7 +x2 +y2 +z2
@


1.3
log
@"all" target added
@
text
@d30 1
a30 1
	./charmrun ./pgm +p4 10 7
@


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


1.1
log
@moved from pgms
@
text
@d29 4
@

