aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/CUDA/DG/3rdParty/ParMetis-3.1/ParMETISLib/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks/CUDA/DG/3rdParty/ParMetis-3.1/ParMETISLib/Makefile')
-rw-r--r--benchmarks/CUDA/DG/3rdParty/ParMetis-3.1/ParMETISLib/Makefile48
1 files changed, 0 insertions, 48 deletions
diff --git a/benchmarks/CUDA/DG/3rdParty/ParMetis-3.1/ParMETISLib/Makefile b/benchmarks/CUDA/DG/3rdParty/ParMetis-3.1/ParMETISLib/Makefile
deleted file mode 100644
index 3281a07..0000000
--- a/benchmarks/CUDA/DG/3rdParty/ParMetis-3.1/ParMETISLib/Makefile
+++ /dev/null
@@ -1,48 +0,0 @@
-include ../Makefile.in
-
-
-CFLAGS = $(COPTIONS) $(OPTFLAGS) -I. $(INCDIR)
-
-
-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
-
-
-../libparmetis.a: $(OBJS)
- $(AR) $@ $(OBJS)
- $(RANLIB) $@
-
-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