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


1.6
date	2007.10.17.01.08.12;	author gzheng;	state Exp;
branches;
next	1.5;
commitid	2cbb471560714567;

1.5
date	2007.09.20.20.38.47;	author bhatele;	state Exp;
branches;
next	1.4;
commitid	110846f2da544567;

1.4
date	2004.11.23.05.58.52;	author gzheng;	state Exp;
branches;
next	1.3;

1.3
date	2004.10.24.05.55.27;	author gzheng;	state Exp;
branches;
next	1.2;

1.2
date	2004.10.13.03.28.06;	author olawlor;	state Exp;
branches;
next	1.1;

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


desc
@@


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

all: pgm

pgm: pgm.o
	$(CHARMC) pgm.o  -o pgm -language charm++

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

pgm.decl.h: pgm.ci
	$(CHARMC) -c pgm.ci

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

test: pgm
	./charmrun ./pgm +p2 1000 10 $(TESTOPTS)

bgtest: pgm
	./charmrun ./pgm +p2 1000 10 +x2 +y2 +z1

@


1.5
log
@"all" target added
@
text
@d18 1
a18 1
	./charmrun ./pgm +p2 1000 10
@


1.4
log
@fixed pgm parameters
@
text
@d3 2
@


1.3
log
@setup bgtest for bigsim
@
text
@d16 1
a16 1
	./charmrun ./pgm +p2 pgm 1000 10
d19 1
a19 1
	./charmrun ./pgm +p2 pgm 1000 10 +x2 +y2 +z1
@


1.2
log
@Added "test" targets to all Makefiles.
@
text
@d18 3
@


1.1
log
@moving from pgms
@
text
@d1 1
a1 1
CHARMC=../../../../bin/charmc $(OPTS)
@

