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


1.2
date	2007.09.20.18.52.20;	author bhatele;	state Exp;
branches;
next	1.1;
commitid	533246f2c1604567;

1.1
date	2004.05.26.16.46.48;	author vmehta1;	state Exp;
branches;
next	;


desc
@@


1.2
log
@added the "all" target
@
text
@OPTS=-g
CHARMC=../../../../bin/charmc $(OPTS)

all: hello

hello:   hello.o
	$(CHARMC) hello.o -o hello -module CkMulticast -language charm++ #-memory paranoid

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

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

clean:
	rm -f conv-host *.o charmrun
	rm -f *.def.h *.decl.h
	rm -f pgm pgm.*.log pgm.sts
	rm -f gmon.out #*#
	rm -f core *~
	rm -f TAGS *.headers hello

@


1.1
log
@a test program for pipelined section reduction
@
text
@d4 2
@

