xref: /petsc/src/mat/impls/mffd/ftn-custom/makefile (revision cdcc8137d37276ce2fb5ff13f9be72596f3ca935)
11134695eSBarry Smith
21134695eSBarry Smith#requirespackage   'PETSC_HAVE_FORTRAN'
31134695eSBarry SmithALL: lib
41134695eSBarry SmithCFLAGS   =
51134695eSBarry SmithFFLAGS   =
6*cdcc8137SSatish BalaySOURCEC  = zmffdf.c
71134695eSBarry SmithOBJSC    = ${SOURCEC:.c=.o}
81134695eSBarry SmithSOURCEF  =
91134695eSBarry SmithSOURCEH  =
101134695eSBarry SmithDIRS     =
111134695eSBarry SmithLIBBASE  = libpetscmat
12*cdcc8137SSatish BalayLOCDIR   = src/mat/impls/mffd/ftn-custom/
131134695eSBarry Smithinclude ${PETSC_DIR}/bmake/common/base
141134695eSBarry Smithinclude ${PETSC_DIR}/bmake/common/test
15