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