1#requirespackage 'PETSC_HAVE_SYCL' 2ALL: lib 3 4CFLAGS = 5FFLAGS = 6CPPFLAGS = 7SOURCEC = 8SOURCESYCL = sycldevice.sycl.cxx syclcontext.sycl.cxx 9SOURCEF = 10SOURCEH = 11MANSEC = Sys 12LIBBASE = libpetscsys 13DIRS = 14LOCDIR = src/sys/objects/device/impls/sycl/ 15 16include ${PETSC_DIR}/lib/petsc/conf/variables 17include ${PETSC_DIR}/lib/petsc/conf/rules 18include ${PETSC_DIR}/lib/petsc/conf/test 19 20