1*be7314b0SBarry Smith 2*be7314b0SBarry SmithALL: lib 3*be7314b0SBarry Smith#requirespackage 'PETSC_USE_FORTRAN_KERNELS' 4*be7314b0SBarry Smith 5*be7314b0SBarry SmithCFLAGS = 6*be7314b0SBarry SmithFFLAGS = 7*be7314b0SBarry SmithSOURCEC = 8*be7314b0SBarry SmithSOURCEF = fcopy.F 9*be7314b0SBarry SmithSOURCEH = 10*be7314b0SBarry SmithOBJSC = 11*be7314b0SBarry SmithOBJSF = fcopy.o 12*be7314b0SBarry SmithLIBBASE = libpetsc 13*be7314b0SBarry SmithMANSEC = Sys 14*be7314b0SBarry SmithLOCDIR = src/sys/utils/ftn-kernels 15*be7314b0SBarry SmithDIRS = bgl 16*be7314b0SBarry Smith 17*be7314b0SBarry Smithinclude ${PETSC_DIR}/conf/base 18*be7314b0SBarry Smithinclude ${PETSC_DIR}/conf/test 19*be7314b0SBarry Smith 20*be7314b0SBarry Smith 21