xref: /petsc/src/ksp/pc/impls/hypre/makefile (revision 1b266c996c0ee2177e49587321b28ae9c622ce9a)
14b9ad928SBarry Smith
24b9ad928SBarry Smith#requirespackage  'PETSC_HAVE_HYPRE'
34b9ad928SBarry Smith
44b9ad928SBarry Smith
54b9ad928SBarry SmithALL: lib
64b9ad928SBarry Smith
74b9ad928SBarry SmithCFLAGS    = ${HYPRE_INCLUDE}
84b9ad928SBarry SmithFFLAGS    =
916d9e3a6SLisandro DalcinSOURCEC   = hypre.c
104b9ad928SBarry SmithSOURCEF   =
114b9ad928SBarry SmithSOURCEH   =
124b9ad928SBarry SmithLIBBASE   = libpetscksp
13*1b266c99SBarry SmithMANSEC    = KSP
14*1b266c99SBarry SmithSUBMANSEC = PC
154b9ad928SBarry SmithLOCDIR    = src/ksp/pc/impls/hypre/
164b9ad928SBarry Smith
17af0996ceSBarry Smithinclude ${PETSC_DIR}/lib/petsc/conf/variables
18af0996ceSBarry Smithinclude ${PETSC_DIR}/lib/petsc/conf/rules
19af0996ceSBarry Smithinclude ${PETSC_DIR}/lib/petsc/conf/test
204b9ad928SBarry Smith
21