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.3
	charm5_9:1.3;
locks; strict;
comment	@# @;


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.26.39;	author bhatele;	state Exp;
branches;
next	1.3;
commitid	7ddd46f2d77b4567;

1.3
date	2004.10.24.05.55.27;	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.12.01;	author bohm;	state Exp;
branches;
next	;


desc
@@


1.5
log
@added TESTOPTS
@
text
@CHARMC=../../../bin/charmc $(OPTS) $(MOPTS) 

OBJS = RedExample.o

all: RedExample

RedExample: $(OBJS)
	$(CHARMC) -language charm++ -o RedExample $(OBJS)

RedExample.decl.h: RedExample.ci
	$(CHARMC)  RedExample.ci

clean:
	rm -f *.decl.h *.def.h conv-host *.o RedExample charmrun *.log *.sum *.sts

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

test: all
	./charmrun ./RedExample 20 4.5 10.3 +p4 $(TESTOPTS)

bgtest: all
	./charmrun ./RedExample 20 4.5 10.3 +p4 +x2 +y2 +z2
@


1.4
log
@"all" target added
@
text
@d20 1
a20 1
	./charmrun ./RedExample 20 4.5 10.3 +p4
@


1.3
log
@setup bgtest for bigsim
@
text
@a2 1

a4 1

@


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


1.1
log
@moved from pgms
@
text
@d22 1
a22 1
	./charmrun ./RedExample 20 4.5 10.3 +p10
@

