xref: /petsc/src/mat/ftn-kernels/makefile (revision 2456a0d3daa2addb3ea12027452e28cf3e3cc9fa)
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
9SOURCEC  =
10SOURCEF90= sgemv.F90
11SOURCEH  =
12LIBBASE  = libpetscmat
13MANSEC   = Sys
14
15include ${PETSC_DIR}/lib/petsc/conf/variables
16include ${PETSC_DIR}/lib/petsc/conf/rules
17include ${PETSC_DIR}/lib/petsc/conf/test
18
19
20