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


1.8
date	2008.10.05.00.35.04;	author phil;	state Exp;
branches;
next	1.7;
commitid	plc2QD3yBlyx8nlt;

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

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

1.5
date	2000.06.13.22.38.39;	author milind;	state Exp;
branches;
next	1.4;

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

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

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

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


desc
@@


1.8
log
@Final changes to make './build all blah -j' succeed
@
text
@CHARMC=../../bin/charmc $(OPTS)

all: convlibs charmlibs otherlibs

convlibs:
	cd conv-libs; $(MAKE) all OPTS='$(OPTS)'

charmlibs: convlibs
	cd ck-libs; $(MAKE) all OPTS='$(OPTS)'

otherlibs: charmlibs
	cd other; $(MAKE) all OPTS='$(OPTS)'

clean:
	cd conv-libs; make clean
	cd ck-libs; make clean
	cd other; make clean
@


1.7
log
@small changes for parallel make
@
text
@d3 1
a3 3
all: 
	$(MAKE) convlibs 
	$(MAKE) charmlibs otherlibs
d8 1
a8 1
charmlibs:
d11 1
a11 1
otherlibs:
@


1.6
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
@d3 3
a5 1
all: convlibs charmlibs otherlibs
d8 1
a8 1
	cd conv-libs; make all OPTS='$(OPTS)'
d11 1
a11 1
	cd ck-libs; make all OPTS='$(OPTS)'
d14 1
a14 1
	cd other; make all OPTS='$(OPTS)'
@


1.5
log
@Fixed the target all to make irecv and barrier, no matter what.
@
text
@d13 5
@


1.4
log
@Added irecvlibs as default library for charm++
@
text
@a9 1
	cd irecv; make all OPTS='$(OPTS)'
@


1.3
log
@add irecv into Charm++ libs
@
text
@d3 1
a3 1
all: convlibs charmlibs irecvlibs otherlibs
a9 2

irecvlibs:
@


1.2
log
@Fixed for passing OPTS correctly between makefiles.
@
text
@d3 1
a3 1
all: convlibs charmlibs otherlibs
d10 3
@


1.1
log
@Added an overall makefile, and included charmc path in each Makefile.
@
text
@d6 1
a6 1
	cd conv-libs; make all OPTS='$OPTS'
d9 1
a9 1
	cd ck-libs; make all OPTS='$OPTS'
d12 1
a12 1
	cd other; make all OPTS='$OPTS'
@

