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


1.4
date	2007.10.17.04.10.29;	author gzheng;	state Exp;
branches;
next	1.3;
commitid	323147158b314567;

1.3
date	2007.09.20.18.53.50;	author bhatele;	state Exp;
branches;
next	1.2;
commitid	541d46f2c1b44567;

1.2
date	2004.10.24.05.42.51;	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.4
log
@added TESTOPTS
@
text
@DIRS=femtest 

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


1.2
log
@added bgtest
@
text
@d3 5
@


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
@

