xref: /petsc/src/mat/impls/aij/seq/ftn-kernels/makefile (revision 69f65dfb176f3d3e756fc44d2300fd6791726976)
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
9LIBBASE  = libpetscmat
10MANSEC   = Sys
11
12include ${PETSC_DIR}/lib/petsc/conf/variables
13include ${PETSC_DIR}/lib/petsc/conf/rules
14include ${PETSC_DIR}/lib/petsc/conf/test
15
16
17