head	1.12;
access;
symbols
	charm6_1:1.12
	charm_6_0_1:1.12
	charm6_0_1:1.12
	charm6_0:1.11
	ChaNGa_1-0:1.10
	charm5_9:1.10;
locks; strict;
comment	@# @;


1.12
date	2008.01.22.21.15.51;	author gzheng;	state Exp;
branches;
next	1.11;
commitid	xIIoHzq3CJelgsOs;

1.11
date	2007.09.20.18.52.20;	author bhatele;	state Exp;
branches;
next	1.10;
commitid	533246f2c1604567;

1.10
date	2005.01.31.23.36.17;	author gioachin;	state Exp;
branches;
next	1.9;

1.9
date	2005.01.31.05.28.16;	author gzheng;	state Exp;
branches;
next	1.8;

1.8
date	2005.01.05.05.14.40;	author gzheng;	state Exp;
branches;
next	1.7;

1.7
date	2005.01.05.02.11.36;	author gzheng;	state Exp;
branches;
next	1.6;

1.6
date	2005.01.05.01.11.33;	author gzheng;	state Exp;
branches;
next	1.5;

1.5
date	2004.10.30.16.34.28;	author gzheng;	state Exp;
branches;
next	1.4;

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

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

1.2
date	2004.10.23.19.10.17;	author olawlor;	state Exp;
branches;
next	1.1;

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


desc
@@


1.12
log
@removed all tests in comlib
@
text
@#DIRS=comlib commlib_stream pipeBroadcast
DIRS=commlib_stream pipeBroadcast

.PHONY: test $(DIRS)

all:
	for d in $(DIRS); do \
                (cd $$d; $(MAKE) all OPTS='$(OPTS)' || exit 1) || exit 1; \
        done

#test: comlib commlib_stream pipeBroadcast
test: $(DIRS)

comlib: 
	$(MAKE) -C $@@ test OPTS='$(OPTS)'

commlib_stream:
	$(MAKE) -C $@@ test OPTS='$(OPTS)'

pipeBroadcast: 
	$(MAKE) -C $@@ test OPTS='$(OPTS)'

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.11
log
@added the "all" target
@
text
@d1 2
a2 1
DIRS=comlib commlib_stream pipeBroadcast
d11 2
a12 1
test: comlib commlib_stream pipeBroadcast
@


1.10
log
@*** empty log message ***
@
text
@d5 5
@


1.9
log
@added back stream test.
@
text
@d1 1
a1 3
# for bigsim only
DIRS=comlib commlib_stream
# BROKEN: pipeBroadcast
d5 1
a5 1
test: comlib commlib_stream
d13 3
@


1.8
log
@added comlib_stream back for bigsim
@
text
@d7 1
a7 2
# BROKEN: commlib_stream
test: comlib 
@


1.7
log
@took off commlib_stream
@
text
@d1 2
a2 1
#DIRS=comlib commlib_stream
d7 1
@


1.6
log
@take off commlib_stream since it broke on mac cluster
@
text
@d1 2
a2 2
DIRS=comlib 
# BROKEN: commlib_stream pipeBroadcast
d6 1
a6 1
test: comlib commlib_stream
@


1.5
log
@fixed make files
@
text
@d1 2
a2 2
DIRS=comlib commlib_stream 
# BROKEN: pipeBroadcast
@


1.4
log
@make to $(MAKE)
@
text
@d4 9
a12 4
test:
	for d in $(DIRS); do \
		(cd $$d; $(MAKE) test OPTS='$(OPTS)' || exit 1) || exit 1; \
	done
@


1.3
log
@setup bgtest for bigsim
@
text
@d6 1
a6 1
		(cd $$d; make test OPTS='$(OPTS)' || exit 1) || exit 1; \
d11 1
a11 1
		(cd $$d; make bgtest OPTS='$(OPTS)' || exit 1) || exit 1; \
d15 1
a15 1
	for d in $(DIRS); do (cd $$d; make clean OPTS='$(OPTS)'); done
@


1.2
log
@Disable pipeBroadcast for now, until Sameer fixes it.
@
text
@d9 5
@


1.1
log
@Added "test" targets to all Makefiles.
@
text
@d1 2
a2 1
DIRS=comlib commlib_stream pipeBroadcast
@

