Rename directories, fix Makefiles

implement-ainv
Salvatore Filippone 4 years ago
parent 1c754daa16
commit d4b443d832

@ -3,7 +3,7 @@ include Make.inc
all: library all: library
library: libdir mlp library: libdir amgp
#cbnd #cbnd
libdir: libdir:
@ -13,9 +13,9 @@ libdir:
($(INSTALL_DATA) Make.inc include/Make.inc.amg4psblas) ($(INSTALL_DATA) Make.inc include/Make.inc.amg4psblas)
mlp: amgp:
$(MAKE) -C mlprec all $(MAKE) -C amgprec all
cbnd: mlp cbnd: amgp
$(MAKE) -C cbind all $(MAKE) -C cbind all
install: all install: all
mkdir -p $(INSTALL_LIBDIR) &&\ mkdir -p $(INSTALL_LIBDIR) &&\
@ -41,7 +41,7 @@ cleanlib:
(cd modules; /bin/rm -f *.a *$(.mod) *$(.fh)) (cd modules; /bin/rm -f *.a *$(.mod) *$(.fh))
veryclean: cleanlib veryclean: cleanlib
(cd mlprec; make veryclean) (cd amgprec; make veryclean)
(cd examples/fileread; make clean) (cd examples/fileread; make clean)
(cd examples/pdegen; make clean) (cd examples/pdegen; make clean)
(cd tests/fileread; make clean) (cd tests/fileread; make clean)
@ -51,4 +51,4 @@ check: all
make check -C tests/pdegen make check -C tests/pdegen
clean: clean:
(cd mlprec; make clean) (cd amgprec; make clean)

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save