~ubuntu-branches/ubuntu/raring/mesa/raring

« back to all changes in this revision

Viewing changes to src/gallium/state_trackers/clover/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Maarten Lankhorst
  • Date: 2013-01-22 11:54:09 UTC
  • mfrom: (1.7.13)
  • Revision ID: package-import@ubuntu.com-20130122115409-5e9xii2ee1whab3e
Tags: 9.0.2-0ubuntu1
* New upstream release.
* Decrease size of mesa's libgl1-mesa-dri again
  - re-enable 117-static-gallium.patch
  - add 118-dricore-gallium.patch to link against libdricore again

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
        -std=c++98 \
24
24
        $(LLVM_CPPFLAGS) \
25
25
        $(DEFINES) \
26
 
        -DLIBCLC_PATH=\"$(LIBCLC_PATH)/\" \
 
26
        -DLIBCLC_INCLUDEDIR=\"$(LIBCLC_INCLUDEDIR)/\" \
 
27
        -DLIBCLC_LIBEXECDIR=\"$(LIBCLC_LIBEXECDIR)/\" \
27
28
        -DCLANG_RESOURCE_DIR=\"$(CLANG_RESOURCE_DIR)\"
28
29
 
29
30
libclllvm_la_SOURCES = \
73
74
        api/event.cpp \
74
75
        api/program.cpp \
75
76
        api/kernel.cpp
 
77
 
 
78
cldir = $(includedir)/CL
 
79
cl_HEADERS = \
 
80
        $(top_srcdir)/include/CL/cl.h \
 
81
        $(top_srcdir)/include/CL/cl_ext.h \
 
82
        $(top_srcdir)/include/CL/cl_gl.h \
 
83
        $(top_srcdir)/include/CL/cl_gl_ext.h \
 
84
        $(top_srcdir)/include/CL/cl_platform.h \
 
85
        $(top_srcdir)/include/CL/opencl.h \
 
86
        $(top_srcdir)/include/CL/cl.hpp