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


1.4
date	2009.02.03.00.04.52;	author gzheng;	state Exp;
branches;
next	1.3;
commitid	5E2FXzjFgfg25VAt;

1.3
date	2009.01.24.04.15.21;	author gzheng;	state Exp;
branches;
next	1.2;
commitid	fTIsBxHIi4pSMEzt;

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

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


desc
@@


1.4
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 $(TESTOPTS)

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


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


1.2
log
@setup bgtest for all hello programs
@
text
@d20 1
a20 1
	./charmrun hello +p4
d23 1
a23 1
	./charmrun hello +p4 +x2 +y2 +z2
@


1.1
log
@moving hello tre efrom pgms
@
text
@d21 3
@

