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


1.3
date	2008.03.11.03.43.04;	author gzheng;	state Exp;
branches;
next	1.2;
commitid	pBygqIROcJmxREUs;

1.2
date	2007.09.20.20.26.39;	author bhatele;	state Exp;
branches;
next	1.1;
commitid	7ddd46f2d77b4567;

1.1
date	2005.10.26.22.33.21;	author gzheng;	state Exp;
branches;
next	;


desc
@@


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

OBJS = hello.o hellof.o

all:pgm

pgm: $(OBJS) 
	$(CHARMC) -o pgm $(OBJS) -language f90charm

hello.decl.h hello.def.h: hello.ci
	$(CHARMC) hello.ci -language f90charm

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

hellof.o: hellof.f90
	$(CHARMC) -c hellof.f90

test: pgm
	./charmrun +p2 ./pgm

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

@


1.2
log
@"all" target added
@
text
@d19 3
@


1.1
log
@a 2D example.
@
text
@d5 2
@

