psblas3:
newserial/Makefile Preparing for switchover to psb_, step 4psblas3-type-indexed
parent
1991b0305d
commit
accb3ae4d0
@ -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
|
||||
|
Loading…
Reference in New Issue