xref: /petsc/src/mat/impls/aij/seq/ftn-kernels/makefile (revision 2da392cc7c10228af19ad9843ce5155178acb644)
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
8ALL: lib
9#requiresdefine   'PETSC_USE_FORTRAN_KERNELS'
10
11CFLAGS   =
12FFLAGS   =
13SOURCEC  =
14SOURCEF90= fmult.F90 fmultadd.F90 fsolve.F90 frelax.F90
15SOURCEH  =
16LIBBASE  = libpetscmat
17MANSEC   = Sys
18LOCDIR   = src/mat/impls/aij/seq/ftn-kernels/
19DIRS     =
20
21include ${PETSC_DIR}/lib/petsc/conf/variables
22include ${PETSC_DIR}/lib/petsc/conf/rules
23include ${PETSC_DIR}/lib/petsc/conf/test
24
25
26