1*4b9ad928SBarry Smith# $Id: makefile,v 1.39 2001/08/22 17:59:56 balay Exp $ 2*4b9ad928SBarry Smith 3*4b9ad928SBarry Smith#requirespackage 'PETSC_HAVE_HYPRE' 4*4b9ad928SBarry Smith#requiresprecision double 5*4b9ad928SBarry Smith#requiresscalar real 6*4b9ad928SBarry Smith 7*4b9ad928SBarry Smith 8*4b9ad928SBarry SmithALL: lib 9*4b9ad928SBarry Smith 10*4b9ad928SBarry SmithCFLAGS = ${HYPRE_INCLUDE} 11*4b9ad928SBarry SmithFFLAGS = 12*4b9ad928SBarry SmithSOURCEC = hyppilut.c 13*4b9ad928SBarry SmithSOURCEF = 14*4b9ad928SBarry SmithSOURCEH = 15*4b9ad928SBarry SmithOBJSC = hyppilut.o 16*4b9ad928SBarry SmithOBJSF = 17*4b9ad928SBarry SmithLIBBASE = libpetscksp 18*4b9ad928SBarry SmithMANSEC = PC 19*4b9ad928SBarry SmithLOCDIR = src/ksp/pc/impls/hypre/ 20*4b9ad928SBarry Smith 21*4b9ad928SBarry Smithinclude ${PETSC_DIR}/bmake/common/base 22*4b9ad928SBarry Smithinclude ${PETSC_DIR}/bmake/common/test 23*4b9ad928SBarry Smith 24