xref: /petsc/src/mat/impls/aij/mpi/pastix/makefile (revision af0996ce37bc06907c37d8d91773840993d61e62)
13bf14a46SMatthew Knepley
23bf14a46SMatthew Knepley#requirespackage   'PETSC_HAVE_PASTIX'
33bf14a46SMatthew Knepley#requiresprecision double
43bf14a46SMatthew Knepley
53bf14a46SMatthew KnepleyALL: lib
63bf14a46SMatthew Knepley
73bf14a46SMatthew KnepleyCFLAGS   = ${PASTIX_INCLUDE}
83bf14a46SMatthew KnepleyFFLAGS   =
93bf14a46SMatthew KnepleySOURCEC	 = pastix.c
103bf14a46SMatthew KnepleySOURCEF	 =
113bf14a46SMatthew KnepleySOURCEH	 =
123bf14a46SMatthew KnepleyLIBBASE	 = libpetscmat
133bf14a46SMatthew KnepleyDIRS	 =
143bf14a46SMatthew KnepleyMANSEC	 = Mat
153bf14a46SMatthew KnepleyLOCDIR	 = src/mat/impls/aij/mpi/pastix/
163bf14a46SMatthew Knepley
17*af0996ceSBarry Smithinclude ${PETSC_DIR}/lib/petsc/conf/variables
18*af0996ceSBarry Smithinclude ${PETSC_DIR}/lib/petsc/conf/rules
19*af0996ceSBarry Smithinclude ${PETSC_DIR}/lib/petsc/conf/test
20