1*3bf14a46SMatthew Knepley 2*3bf14a46SMatthew Knepley#requirespackage 'PETSC_HAVE_PASTIX' 3*3bf14a46SMatthew Knepley#requiresprecision double 4*3bf14a46SMatthew Knepley 5*3bf14a46SMatthew KnepleyALL: lib 6*3bf14a46SMatthew Knepley 7*3bf14a46SMatthew KnepleyCFLAGS = ${PASTIX_INCLUDE} 8*3bf14a46SMatthew KnepleyFFLAGS = 9*3bf14a46SMatthew KnepleySOURCEC = pastix.c 10*3bf14a46SMatthew KnepleySOURCEF = 11*3bf14a46SMatthew KnepleySOURCEH = 12*3bf14a46SMatthew KnepleyOBJSC = pastix.o 13*3bf14a46SMatthew KnepleyOBJSF = 14*3bf14a46SMatthew KnepleyLIBBASE = libpetscmat 15*3bf14a46SMatthew KnepleyDIRS = 16*3bf14a46SMatthew KnepleyMANSEC = Mat 17*3bf14a46SMatthew KnepleyLOCDIR = src/mat/impls/aij/mpi/pastix/ 18*3bf14a46SMatthew Knepley 19*3bf14a46SMatthew Knepleyinclude ${PETSC_DIR}/conf/base 20*3bf14a46SMatthew Knepleyinclude ${PETSC_DIR}/conf/test 21