1-include ../../../../../petscdir.mk 2#requirespackage 'PETSC_HAVE_AMGX' 3ALL: lib 4 5CFLAGS = 6FFLAGS = 7SOURCECXX = amgx.cxx 8SOURCEF = 9SOURCEH = 10LIBBASE = libpetscksp 11DIRS = 12MANSEC = KSP 13SUBMANSEC = PC 14LOCDIR = src/ksp/pc/impls/amgx/ 15 16include ${PETSC_DIR}/lib/petsc/conf/variables 17include ${PETSC_DIR}/lib/petsc/conf/rules 18include ${PETSC_DIR}/lib/petsc/conf/test 19