if HAVE_CLOVER_ICD
AM_CPPFLAGS += -DHAVE_CLOVER_ICD
+else
+# Only install the headers if we are building a stand-alone implementation
+cldir = $(includedir)/CL
+cl_HEADERS = \
+ $(top_srcdir)/include/CL/cl.h \
+ $(top_srcdir)/include/CL/cl_ext.h \
+ $(top_srcdir)/include/CL/cl_gl.h \
+ $(top_srcdir)/include/CL/cl_gl_ext.h \
+ $(top_srcdir)/include/CL/cl_platform.h \
+ $(top_srcdir)/include/CL/opencl.h \
+ $(top_srcdir)/include/CL/cl.hpp
endif
noinst_LTLIBRARIES = libclover.la libcltgsi.la libclllvm.la
libcltgsi.la libclllvm.la
libclover_la_SOURCES = $(CPP_SOURCES)
-
-cldir = $(includedir)/CL
-cl_HEADERS = \
- $(top_srcdir)/include/CL/cl.h \
- $(top_srcdir)/include/CL/cl_ext.h \
- $(top_srcdir)/include/CL/cl_gl.h \
- $(top_srcdir)/include/CL/cl_gl_ext.h \
- $(top_srcdir)/include/CL/cl_platform.h \
- $(top_srcdir)/include/CL/opencl.h \
- $(top_srcdir)/include/CL/cl.hpp