1-include ../../../../../../petscdir.mk 2#requirespackage 'PETSC_HAVE_OPENCL' 3 4ALL: lib 5 6CFLAGS = 7FFLAGS = 8SOURCEC = feopencl.c 9SOURCEF = 10LIBBASE = libpetscdm 11DIRS = 12LOCDIR = src/dm/dt/fe/impls/opencl/ 13MANSEC = DM 14SUBMANSEC = FE 15 16include ${PETSC_DIR}/lib/petsc/conf/variables 17include ${PETSC_DIR}/lib/petsc/conf/rules 18include ${PETSC_DIR}/lib/petsc/conf/test 19