xref: /petsc/src/ksp/pc/impls/parms/makefile (revision 1b266c996c0ee2177e49587321b28ae9c622ce9a)
1f3161b27SJose E. Roman
2f3161b27SJose E. Roman#requirespackage  'PETSC_HAVE_PARMS'
3f3161b27SJose E. Roman
4f3161b27SJose E. Roman
5f3161b27SJose E. RomanALL: lib
6f3161b27SJose E. Roman
7f3161b27SJose E. RomanCFLAGS    = ${PARMS_INCLUDE}
8f3161b27SJose E. RomanFFLAGS    =
9f3161b27SJose E. RomanSOURCEC   = parms.c
10f3161b27SJose E. RomanSOURCEF   =
11f3161b27SJose E. RomanSOURCEH   =
12f3161b27SJose E. RomanLIBBASE   = libpetscksp
13*1b266c99SBarry SmithMANSEC    = KSP
14*1b266c99SBarry SmithSUBMANSEC = PC
15f3161b27SJose E. RomanLOCDIR    = src/ksp/pc/impls/parms/
16f3161b27SJose E. Roman
17af0996ceSBarry Smithinclude ${PETSC_DIR}/lib/petsc/conf/variables
18af0996ceSBarry Smithinclude ${PETSC_DIR}/lib/petsc/conf/rules
19af0996ceSBarry Smithinclude ${PETSC_DIR}/lib/petsc/conf/test
20f3161b27SJose E. Roman
21