xref: /petsc/src/mat/ftn-kernels/makefile (revision 2ef1f0ff6e3530e8731eb06ad663081f5844f49f)
1cdb0f33dSPierre Jolivet-include ../../../petscdir.mk
2c60f0209SBarry Smith# This directory contains some computational kernels written in
3*2ef1f0ffSBarry Smith# Fortran.  These are mainly intended to provide high performance for
4c60f0209SBarry Smith# COMPLEX arithmetic (since most C++ compilers do not do a good job
5c60f0209SBarry Smith# optimizing complex number calculations), but can also be used to
6c60f0209SBarry Smith# compare against C versions of the same kernels.
764779880SMatthew G Knepley#requiresdefine   'PETSC_USE_FORTRAN_KERNELS'
8c60f0209SBarry Smith
9c60f0209SBarry SmithSOURCEC  =
10c96caaccSSatish BalaySOURCEF90= sgemv.F90
11c60f0209SBarry SmithSOURCEH  =
12c60f0209SBarry SmithLIBBASE  = libpetscmat
13c60f0209SBarry SmithMANSEC   = Sys
14c60f0209SBarry Smith
15af0996ceSBarry Smithinclude ${PETSC_DIR}/lib/petsc/conf/variables
16af0996ceSBarry Smithinclude ${PETSC_DIR}/lib/petsc/conf/rules
17af0996ceSBarry Smithinclude ${PETSC_DIR}/lib/petsc/conf/test
18c60f0209SBarry Smith
19c60f0209SBarry Smith
20