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


1.5
date	2008.11.28.04.45.01;	author gzheng;	state Exp;
branches;
next	1.4;
commitid	yJJoro2L0IvAMkst;

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

1.3
date	2004.08.23.17.52.43;	author schak;	state Exp;
branches;
next	1.2;

1.2
date	2004.08.23.06.39.00;	author gzheng;	state Exp;
branches;
next	1.1;

1.1
date	2004.08.20.18.50.41;	author schak;	state Exp;
branches;
next	;


desc
@@


1.5
log
@fixed CC for metislib
@
text
@include ../Makefile.in

CC = $(MPICC)


CFLAGS = $(OPTFLAGS) -I. 


OBJS = comm.o util.o debug.o setup.o grsetup.o timer.o \
       node_refine.o initmsection.o order.o \
       xyzpart.o pspases.o frename.o \
       iintsort.o iidxsort.o ikeysort.o ikeyvalsort.o \
       kmetis.o gkmetis.o ometis.o \
       initpart.o match.o coarsen.o \
       kwayfm.o kwayrefine.o kwaybalance.o \
       remap.o stat.o fpqueue.o \
       ametis.o rmetis.o lmatch.o initbalance.o \
       mdiffusion.o diffutil.o wave.o \
       csrmatch.o redomylink.o balancemylink.o \
       selectq.o akwayfm.o serial.o move.o \
       mmetis.o mesh.o memory.o weird.o backcompat.o

.c.o:
	$(CC) $(CFLAGS) -c $*.c


DEST=$(LIBDIR)/libparmetis.a

$(DEST): $(OBJS)
	$(CC) $(CFLAGS) -o $@@ $(OBJS)

clean:
	rm -f *.o 

realclean:
	rm -f *.o ; rm -f ../libparmetis.a


checkin:
	@@for file in *.[c,h]; \
	do \
	ci -u -m'Maintance' $$file;\
	done 

checkin2:
	@@for file in *.[c,h]; \
	do \
	ci $$file;\
	rcs -U $$file;\
	co $$file;\
	done
@


1.4
log
@added OPTS to link time.
@
text
@d3 2
@


1.3
log
@Fixed make files so that the .so are generated and OPTS gets passed in
@
text
@d28 1
a28 1
	$(CC) -o $@@ $(OBJS)
@


1.2
log
@use charmc instead ar directly to create .a's.
@
text
@d4 1
a4 1
CFLAGS = $(COPTIONS) $(OPTFLAGS) -I. $(INCDIR)
d25 3
a27 1
../libparmetis.a: $(OBJS)
@


1.1
log
@PARMetisLib directory of PARMETIS
@
text
@d26 1
a26 2
	$(AR) $@@ $(OBJS)
	$(RANLIB) $@@
@

