xref: /petsc/src/mat/impls/baij/seq/ftn-kernels/makefile (revision ccfb0f9f40a0131988d7995ed9679700dae2a75a)
1-include ../../../../../../petscdir.mk
2# This directory contains some computational kernels written in
3# Fortran.  These are mainly intended to provide high performance for
4# COMPLEX arithmetic (since most C++ compilers do not do a good job
5# optimizing complex number calculations), but can also be used to
6# compare against C versions of the same kernels.
7#requiresdefine   'PETSC_USE_FORTRAN_KERNELS'
8
9MANSEC   = Sys
10
11include ${PETSC_DIR}/lib/petsc/conf/variables
12include ${PETSC_DIR}/lib/petsc/conf/rules_doc.mk
13