head	1.5;
access;
symbols
	charm6_1:1.5
	charm_6_0_1:1.5
	charm6_0_1:1.5
	charm6_0:1.5
	ChaNGa_1-0:1.5
	charm5_9:1.5
	charm_5-4-2:1.4
	charm_5-4-1:1.4;
locks; strict;
comment	@# @;


1.5
date	2001.12.06.23.35.48;	author olawlor;	state Exp;
branches;
next	1.4;

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

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

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

1.1
date	2000.07.10.20.49.15;	author saboo;	state Exp;
branches;
next	;


desc
@@


1.5
log
@Tiny change to improve dependencies.
@
text
@CDIR=../../../..
CHARMC=$(CDIR)/bin/charmc $(OPTS)
DEST=$(CDIR)/lib/libddt.a

all: $(DEST) $(CDIR)/include/ddt.h
	
$(DEST): ddt.o
	$(CHARMC) -o $(DEST) ddt.o

ddt.o:ddt.C ddt.h
	$(CHARMC) -c ddt.C 

$(CDIR)/include/ddt.h: ddt.h
	/bin/cp ddt.h $(CDIR)/include

clean:
	/bin/rm -f *.o *.a		

@


1.4
log
@Chnaged name of the copyBuffer method. It is now called "serialize". It takes
an optional parameter called "direction", which when not specified, or if
set to "1", serializes the dtype. If it is set to 0, it deserializes
the ddt. Also, cleaned up code for serialize. Modified AMPI to make call to
serialize.
@
text
@d3 1
d5 1
a5 1
all:libddt.a $(CDIR)/include/ddt.h
d7 2
a8 2
libddt.a:ddt.o
	$(CHARMC) -cp $(CDIR)/lib -o libddt.a ddt.o
@


1.3
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
@d1 1
a1 1
CDIR=../../../../
@


1.2
log
@SIlenced the Makefile.
@
text
@d7 1
a7 2
	@@echo '.... building the drived datatypes libraries...'
	@@$(CHARMC) -cp $(CDIR)/lib -o libddt.a ddt.o
d10 1
a10 2
	@@echo '.... ddt.C...'
	@@$(CHARMC) -c ddt.C 
d13 1
a13 1
	@@/bin/cp ddt.h $(CDIR)/include
d16 1
a16 1
	@@/bin/rm -f *.o *.a		
@


1.1
log
@
Added derived datatype library.
@
text
@d4 1
a4 1
all	:	libddt.a $(CDIR)/include/ddt.h
d6 3
a8 2
libddt.a:	ddt.o
		$(CHARMC) -cp $(CDIR)/lib -o libddt.a ddt.o
d10 3
a12 2
ddt.o: ddt.C ddt.h
		$(CHARMC) -c ddt.C 
d15 1
a15 1
		/bin/cp ddt.h $(CDIR)/include
d18 1
a18 1
	rm -f *.o *.a		
@

