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


1.7
date	2007.10.17.01.10.54;	author gzheng;	state Exp;
branches;
next	1.6;
commitid	2dba471561174567;

1.6
date	2007.09.20.20.25.00;	author bhatele;	state Exp;
branches;
next	1.5;
commitid	41d046f2d7064567;

1.5
date	2005.04.28.16.39.10;	author chao;	state Exp;
branches;
next	1.4;

1.4
date	2005.04.07.16.08.35;	author chao;	state Exp;
branches;
next	1.3;

1.3
date	2005.02.07.19.39.18;	author bohm;	state Exp;
branches;
next	1.2;

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

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


desc
@@


1.7
log
@added TESTOPTS
@
text
@DIRS=creduce Cjacobi3D

all:
	for d in $(DIRS); do \
		(cd $$d; $(MAKE) all OPTS='$(OPTS)' || exit 1) || exit 1; \
	done

test:
	for d in $(DIRS); do \
		(cd $$d; $(MAKE) test OPTS='$(OPTS)' TESTOPTS='$(TESTOPTS)' || exit 1) || exit 1; \
	done

bgtest:
	for d in $(DIRS); do \
		(cd $$d; $(MAKE) bgtest OPTS='$(OPTS)' || exit 1) || exit 1; \
	done

clean:
	for d in $(DIRS); do (cd $$d; $(MAKE) clean OPTS='$(OPTS)'); done
	rm -f TAGS #*#
	rm -f core *~
@


1.6
log
@"all" target added
@
text
@d10 1
a10 1
		(cd $$d; $(MAKE) test OPTS='$(OPTS)' || exit 1) || exit 1; \
@


1.5
log
@*** empty log message ***
@
text
@d5 1
a5 1
		(cd $$d; $(MAKE)  OPTS='$(OPTS)' || exit 1) || exit 1; \
a7 1

@


1.4
log
@Take off Cjacobi3D when I'm messing it up with benchmarking,
will rollback and resume testing when i'm done.
@
text
@d1 1
a1 3
DIRS=creduce 
# Cjacobi3D taken off temporarily while chao plays with it. 
# chao will put it back when done.
@


1.3
log
@Set all target as default rather than test.
So people don't run straight into charmrun problems just trying to build.
@
text
@d1 3
a3 1
DIRS=creduce Cjacobi3D
@


1.2
log
@set up for bgtest
@
text
@d3 6
@


1.1
log
@Added "test" targets to all Makefiles.
@
text
@d5 6
a10 1
		(cd $$d; make test OPTS='$(OPTS)' || exit 1) || exit 1; \
d14 1
a14 1
	for d in $(DIRS); do (cd $$d; make clean OPTS='$(OPTS)'); done
@

