meaningful "install" target so the Babel interface will work properly with
the top-level hypre makefile
This commit is contained in:
parent
9d3b7d54e2
commit
c10d45ff2f
@ -114,7 +114,9 @@ babel-interfaces:
|
||||
echo ""; \
|
||||
fi; \
|
||||
|
||||
install:
|
||||
install: all
|
||||
@cp -f $(srcdir)/Hypre*/*.h $$HYPRE_INSTALL_DIR/include/.
|
||||
@cp -f $(srcdir)/Hypre*/libHypre*.a $$HYPRE_INSTALL_DIR/lib/.
|
||||
|
||||
clean:
|
||||
@rm -f *.o
|
||||
|
||||
Loading…
Reference in New Issue
Block a user