Explorar el Código

tests/Makefile.am: Define what to do with .cl files

Nathalie Furmento hace 15 años
padre
commit
fdc3ed93d9
Se han modificado 1 ficheros con 5 adiciones y 1 borrados
  1. 5 1
      tests/Makefile.am

+ 5 - 1
tests/Makefile.am

@@ -19,7 +19,8 @@ AM_CPPFLAGS = -I$(top_srcdir)/include/
 
 EXTRA_DIST =					\
 	microbenchs/null_kernel_gordon.c	\
-	datawizard/sync_and_notify_data_gordon_kernels.c
+	datawizard/sync_and_notify_data_gordon_kernels.c \
+	datawizard/sync_and_notify_data_opencl_codelet.cl
 
 CLEANFILES = 					\
 	*.gcno *.gcda *.linkinfo		\
@@ -235,6 +236,9 @@ microbenchs_prefetch_data_on_node_SOURCES =	\
 datawizard_sync_and_notify_data_SOURCES =	\
 	datawizard/sync_and_notify_data.c
 
+nobase_STARPU_OPENCL_DATA_DATA = \
+	datawizard/sync_and_notify_data_opencl_codelet.cl
+
 microbenchs_redundant_buffer_SOURCES =		\
 	microbenchs/redundant_buffer.c