xref: /petsc/src/ksp/pc/impls/spai/makefile (revision 1b266c996c0ee2177e49587321b28ae9c622ce9a)
14b9ad928SBarry Smith
24b9ad928SBarry Smith#requirespackage   'PETSC_HAVE_SPAI'
34b9ad928SBarry Smith
44b9ad928SBarry SmithALL: lib
501a81e61SBarry Smith#
601a81e61SBarry Smith#
74b9ad928SBarry SmithCFLAGS    =
84b9ad928SBarry SmithFFLAGS    =
901a81e61SBarry SmithCPPFLAGS  = ${SPAI_INCLUDE}
1001a81e61SBarry SmithSOURCEC   = ispai.c dspai.c
114b9ad928SBarry SmithSOURCEF   =
124b9ad928SBarry SmithSOURCEH   =
134b9ad928SBarry SmithLIBBASE   = libpetscksp
1401a81e61SBarry SmithDIRS      =
15*1b266c99SBarry SmithMANSEC    = KSP
16*1b266c99SBarry SmithSUBMANSEC = PC
1752e90ed5SSatish BalayLOCDIR    = src/ksp/pc/impls/spai/
184b9ad928SBarry Smith
19af0996ceSBarry Smithinclude ${PETSC_DIR}/lib/petsc/conf/variables
20af0996ceSBarry Smithinclude ${PETSC_DIR}/lib/petsc/conf/rules
21af0996ceSBarry Smithinclude ${PETSC_DIR}/lib/petsc/conf/test
2201a81e61SBarry Smith
2301a81e61SBarry Smith
24