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.2
	charm5_9:1.2;
locks; strict;
comment	@# @;


1.3
date	2007.09.20.20.39.30;	author bhatele;	state Exp;
branches;
next	1.2;
commitid	11a446f2da7f4567;

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

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


desc
@@


1.3
log
@"all" target added
@
text
@DIRS=simpletest simpleTestVarsize 

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)' || 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
@Set all target as default rather than test.
So people don't run straight into charmrun problems just trying to build.
@
text
@d5 1
a5 1
		(cd $$d; make OPTS='$(OPTS)' || exit 1) || exit 1; \
@


1.1
log
@Added test targets to Makefiles.
@
text
@d3 5
@

