Bug #1267: Integrate METIS graph partitioning library
[charm.git] / src / libs / ck-libs / metis / GKlib / Makefile
blob8ab0b244ee9c700f0ea86419c1ae7681013bb9b5
1 # This file in metis was modified by Kavitha Chandrasekar at UIUC
2 # to skip ./configure step and directly make the metis library
4 CDIR=../../../../..
5 LIBDIR=$(CDIR)/lib
6 CC=$(CDIR)/bin/charmc -I. -I../GKlib
8 OBJS = b64.o blas.o csr.o error.o \
9 evaluate.o fkvkselect.o fs.o getopt.o \
10 gkregex.o graph.o htable.o io.o itemsets.o \
11 mcore.o memory.o omp.o pdb.o pqueue.o \
12 random.o rw.o seq.o sort.o string.o \
13 timers.o tokenizer.o util.o
15 .o:
16 $(CC) -c $*.c
18 all: $(OBJS)
20 clean:
21 rm -f *.o