head	1.3;
access;
symbols
	charm6_1:1.3
	charm_6_0_1:1.3
	charm6_0_1:1.3;
locks; strict;
comment	@# @;


1.3
date	2009.02.03.00.02.54;	author gzheng;	state Exp;
branches;
next	1.2;
commitid	OMEZjErX0W1m4VAt;

1.2
date	2009.01.24.04.14.04;	author gzheng;	state Exp;
branches;
next	1.1;
commitid	w4Y1FgnMLfwrMEzt;

1.1
date	2008.05.20.22.40.57;	author gioachin;	state Exp;
branches;
next	;
commitid	u01j21rpS1ghUK3t;


desc
@@


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

OBJS = hello.o

all: hello

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

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

clean:
	rm -f *.decl.h *.def.h conv-host *.o hello charmrun

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

test: all
	./charmrun ./hello +p4 10 $(TESTOPTS)

bgtest: all
	./charmrun ./hello +p4 10 +x2 +y2 +z1 $(TESTOPTS)
@


1.2
log
@added TESTOPTS
@
text
@d20 1
a20 1
	./charmrun hello +p4 10 $(TESTOPTS)
d23 1
a23 1
	./charmrun hello +p4 10 +x2 +y2 +z1 $(TESTOPTS)
@


1.1
log
@new test for LOCAL entry method keyword
@
text
@d20 1
a20 1
	./charmrun hello +p4 10
d23 1
a23 1
	./charmrun hello +p4 10 +x2 +y2 +z1
@

