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


1.3
date	2007.10.16.21.34.09;	author gzheng;	state Exp;
branches;
next	1.2;
commitid	1da847152e4d4567;

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

1.1
date	2005.01.20.08.03.41;	author gzheng;	state Exp;
branches;
next	;


desc
@@


1.3
log
@added TESTOPTS.
@
text
@DIRS= multicast

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.2
log
@added the "all" target
@
text
@d10 1
a10 1
		(cd $$d; $(MAKE) test OPTS='$(OPTS)' || exit 1) || exit 1; \
@


1.1
log
@added Makefile for test
@
text
@d3 5
@

