head	1.13;
access;
symbols
	charm6_1:1.13
	charm_6_0_1:1.13
	charm6_0_1:1.13
	charm6_0:1.13
	ChaNGa_1-0:1.13
	charm5_9:1.13
	charm_5-4-2:1.9
	charm_5-4-1:1.9
	pre-winnt-version:1.6;
locks; strict;
comment	@# @;


1.13
date	2004.08.23.20.47.33;	author schak;	state Exp;
branches;
next	1.12;

1.12
date	2004.05.19.23.38.20;	author skumar2;	state Exp;
branches;
next	1.11;

1.11
date	2003.11.10.18.10.36;	author gzheng;	state Exp;
branches;
next	1.10;

1.10
date	2003.09.27.05.47.03;	author gzheng;	state Exp;
branches;
next	1.9;

1.9
date	2000.08.31.22.02.40;	author milind;	state Exp;
branches;
next	1.8;

1.8
date	2000.07.17.14.36.12;	author milind;	state Exp;
branches;
next	1.7;

1.7
date	2000.07.13.20.40.40;	author milind;	state Exp;
branches;
next	1.6;

1.6
date	99.10.28.08.46.45;	author milind;	state Exp;
branches;
next	1.5;

1.5
date	99.10.10.01.06.01;	author rbrunner;	state Exp;
branches;
next	1.4;

1.4
date	99.09.23.10.43.52;	author milind;	state Exp;
branches;
next	1.3;

1.3
date	99.09.23.08.20.25;	author milind;	state Exp;
branches;
next	1.2;

1.2
date	99.06.18.13.31.38;	author milind;	state Exp;
branches;
next	1.1;

1.1
date	99.06.18.13.27.11;	author milind;	state Exp;
branches;
next	;


desc
@@


1.13
log
@Removed the entry for metis from the makefile
@
text
@CHARMC=../../../bin/charmc $(OPTS)

all:
	cd master-slave; $(MAKE) all OPTS='$(OPTS)'
	cd packlib; $(MAKE) all OPTS='$(OPTS)'
#	cd metis; $(MAKE) all OPTS='$(OPTS)'
	cd ddt; $(MAKE) all OPTS='$(OPTS)'

clean:
	cd master-slave; make clean
	cd packlib; make clean
#	cd metis; make clean
	cd ddt; make clean
@


1.12
log
@*** empty log message ***
@
text
@d6 1
a6 1
	cd metis; $(MAKE) all OPTS='$(OPTS)'
d12 1
a12 1
	cd metis; make clean
@


1.11
log
@for comlib, remove "all" in make all.
@
text
@a4 1
	cd commlib; $(MAKE) OPTS='$(OPTS)'
a10 1
	cd commlib; make clean
@


1.10
log
@changes in Makefile for parallel make
@
text
@d5 1
a5 1
	cd commlib; $(MAKE) all OPTS='$(OPTS)'
@


1.9
log
@Completed integration of documentation into charm cvs tree.
Added appropriate targets for super-install for making different types
(ps, pdf, html) of documentation.
@
text
@d4 5
a8 5
	cd master-slave; make all OPTS='$(OPTS)'
	cd commlib; make all OPTS='$(OPTS)'
	cd packlib; make all OPTS='$(OPTS)'
	cd metis; make all OPTS='$(OPTS)'
	cd ddt; make all OPTS='$(OPTS)'
@


1.8
log
@SUPER_INSTALL now takes "-*" arguments prior to the target, that will
be passed to make as "makeflags". This makes it easy to suppress
make's output of commands etc (with the -s flag). As a result of this,
several Makefiles have been massaged.
@
text
@d10 6
@


1.7
log
@Made Makefiles silent. Added ddt.
@
text
@d4 5
a8 10
	@@echo 'buidling converse master-slave library...'
	@@cd master-slave; make all OPTS='$(OPTS)'
	@@echo 'buidling converse collective comm library...'
	@@cd commlib; make all OPTS='$(OPTS)'
	@@echo 'buidling converse message packing library...'
	@@cd packlib; make all OPTS='$(OPTS)'
	@@echo 'buidling metis...'
	@@cd metis; make all OPTS='$(OPTS)'
	@@echo 'buidling ddt...'
	@@cd ddt; make all OPTS='$(OPTS)'
@


1.6
log
@Fixed libs Makefiles to transmit the appropriate OPTS all the way
to individual library makefiles.
@
text
@d4 10
a13 3
	cd master-slave; make all OPTS='$(OPTS)'
	cd commlib; make all OPTS='$(OPTS)'
	cd packlib; make all OPTS='$(OPTS)'
@


1.5
log
@Pack library routines
@
text
@d4 3
a6 3
	(cd master-slave; make all)
	(cd commlib; make all)
	(cd packlib; make all)
@


1.4
log
@Added Krishnan's collective communication library.
@
text
@d6 2
@


1.3
log
@Added master-slave converse library.
@
text
@d5 1
@


1.2
log
@Added an overall makefile, and included charmc path in each Makefile.
@
text
@d4 1
a4 1
	echo 'Nothing to do here right now'
@


1.1
log
@Added dummy Makefiles for all libs.
@
text
@d1 2
@

