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


1.7
date	2008.06.12.16.33.14;	author gzheng;	state Exp;
branches;
next	1.6;
commitid	N3ePhKqdRm4q8G6t;

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.26.39;	author bhatele;	state Exp;
branches;
next	1.4;
commitid	7ddd46f2d77b4567;

1.4
date	2005.07.22.02.58.22;	author gioachin;	state Exp;
branches;
next	1.3;

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

1.2
date	2004.10.24.05.55.27;	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
@remove commlib
@
text
@DIRS=hello integrate integrate2 integrateArray \
	piArray queens RedExample \
	ring rings speeds

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
@added TESTOPTS
@
text
@d3 1
a3 1
	ring rings speeds commlib
@


1.5
log
@"all" target added
@
text
@d12 1
a12 1
		(cd $$d; $(MAKE) test OPTS='$(OPTS)' || exit 1) || exit 1; \
@


1.4
log
@including comlib multicast example in the nightly autobuild
@
text
@d7 1
a7 1
		(cd $$d; $(MAKE) OPTS='$(OPTS)' || exit 1) || exit 1; \
@


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
@d3 1
a3 1
	ring rings speeds
@


1.2
log
@setup bgtest for bigsim
@
text
@d5 5
@


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

