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;
locks; strict;
comment	@# @;


1.3
date	2007.10.17.01.08.12;	author gzheng;	state Exp;
branches;
next	1.2;
commitid	2cbb471560714567;

1.2
date	2007.09.20.20.26.39;	author bhatele;	state Exp;
branches;
next	1.1;
commitid	7ddd46f2d77b4567;

1.1
date	2005.07.22.02.58.22;	author gioachin;	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)' TESTOPTS='$(TESTOPTS)' || exit 1) || exit 1; \
	done

test:
	for d in $(DIRS); do \
		(cd $$d; $(MAKE) test OPTS='$(OPTS)' || 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
@"all" target added
@
text
@d5 1
a5 1
		(cd $$d; $(MAKE) all OPTS='$(OPTS)' || exit 1) || exit 1; \
@


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

