From accb3ae4d014e5954a13d72b09003af54622a70e Mon Sep 17 00:00:00 2001 From: Salvatore Filippone Date: Wed, 16 Sep 2009 14:21:01 +0000 Subject: [PATCH] psblas3: newserial/Makefile Preparing for switchover to psb_, step 4 --- base/newserial/Makefile | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 base/newserial/Makefile diff --git a/base/newserial/Makefile b/base/newserial/Makefile deleted file mode 100644 index 43f7dc32..00000000 --- a/base/newserial/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -include ../../Make.inc - -MODULES = - -# psbn_base_mat_mod.o psbn_d_base_mat_mod.o psbn_mat_mod.o -# psbn_d_csr_mat_mod.o - - -LIBMOD= -OBJS = -LIBDIR=.. -CINCLUDES=-I. -FINCLUDES=$(FMFLAG)$(LIBDIR) $(FMFLAG). $(FIFLAG). $(FMFLAG)../modules - - -lib: $(MODULES) $(OBJS) $(LIBMOD) - $(AR) $(LIBDIR)/$(LIBNAME) $(MODULES) $(OBJS) $(MPFOBJS) - $(RANLIB) $(LIBDIR)/$(LIBNAME) # /bin/cp -p $(LIBMOD) $(LIBDIR) - /bin/cp -p *$(.mod) $(LIBDIR) - -psbn_mat_mod.o: psbn_base_mat_mod.o psbn_d_csr_mat_mod.o -psbn_coo_mat.o psbn_csr_mat.o: psbn_d_base_mat_mod.o - - -clean: - /bin/rm -f $(MODULES) $(OBJS) $(MPFOBJS) *$(.mod) - -veryclean: clean -