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.16.21.34.49;	author gzheng;	state Exp;
branches;
next	1.5;
commitid	1e4b47152e744567;

1.5
date	2007.09.20.18.53.12;	author bhatele;	state Exp;
branches;
next	1.4;
commitid	53bd46f2c1944567;

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

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

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

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


desc
@@


1.6
log
@added TESTOPTS
@
text
@DIRS=commbench cthtest megacon

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

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


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


1.4
log
@another make to $MAKE
@
text
@d3 5
@


1.3
log
@change make to $(MAKE)
@
text
@d9 1
a9 1
	for d in $(DIRS); do (cd $$d; make clean OPTS='$(OPTS)'); done
@


1.2
log
@added megacon
@
text
@d5 1
a5 1
		(cd $$d; make test OPTS='$(OPTS)' || exit 1) || exit 1; \
@


1.1
log
@Added "test" targets to all Makefiles.
@
text
@d1 1
a1 1
DIRS=commbench cthtest
@

