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


1.1
date	2008.07.23.15.18.29;	author gzheng;	state Exp;
branches;
next	;
commitid	pCmtVvdu7EE4pWbt;


desc
@@


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

pgm: test.o
	$(CHARMC) -o pgm test.o -language ampif

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

#
# clean up .o, .mod, .exe and EMACS backup files
#
clean:
	rm -f *.o *.mod pgm *~ conv-host charmrun
@
