xref: /petsc/src/mat/impls/mffd/ftn-custom/makefile (revision 1134695e2794c6e12f3ef7c71b7383640c9963d5)
1*1134695eSBarry Smith
2*1134695eSBarry Smith#requirespackage   'PETSC_HAVE_FORTRAN'
3*1134695eSBarry SmithALL: lib
4*1134695eSBarry SmithCFLAGS   =
5*1134695eSBarry SmithFFLAGS   =
6*1134695eSBarry SmithSOURCEC  = mffdf.c
7*1134695eSBarry SmithOBJSC    = ${SOURCEC:.c=.o}
8*1134695eSBarry SmithSOURCEF  =
9*1134695eSBarry SmithSOURCEH  =
10*1134695eSBarry SmithDIRS     =
11*1134695eSBarry SmithLIBBASE  = libpetscmat
12*1134695eSBarry SmithLOCDIR   = src/snes/mf/ftn-custom/
13*1134695eSBarry Smithinclude ${PETSC_DIR}/bmake/common/base
14*1134695eSBarry Smithinclude ${PETSC_DIR}/bmake/common/test
15