xref: /petsc/src/mat/impls/aij/seq/crl/ftn-kernels/makefile (revision 76be6f4ff3bd4e251c19fc00ebbebfd58b6e7589)
1-include ../../../../../../../petscdir.mk
2# This directory contains some computational kernels written in
3# Fortran77.  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= fmultcrl.F90
11SOURCEH  =
12LIBBASE  = libpetscsys
13MANSEC   = Sys
14LOCDIR   = src/mat/impls/aij/seq/crl/ftn-kernels/
15DIRS     =
16
17include ${PETSC_DIR}/lib/petsc/conf/variables
18include ${PETSC_DIR}/lib/petsc/conf/rules
19include ${PETSC_DIR}/lib/petsc/conf/test
20
21
22