Merge remote-tracking branch 'public/master' into vulkan
[mesa.git] / src / gallium / drivers / r600 / Makefile.am
1 include Makefile.sources
2 include $(top_srcdir)/src/gallium/Automake.inc
3
4 AM_CFLAGS = \
5 $(GALLIUM_DRIVER_CFLAGS) \
6 $(RADEON_CFLAGS)
7
8 AM_CXXFLAGS = \
9 $(GALLIUM_DRIVER_CXXFLAGS) \
10 $(RADEON_CFLAGS)
11
12 noinst_LTLIBRARIES = libr600.la
13
14 libr600_la_SOURCES = \
15 $(C_SOURCES) \
16 $(CXX_SOURCES)
17
18 if NEED_RADEON_LLVM
19
20 AM_CFLAGS += \
21 $(LLVM_CFLAGS) \
22 -I$(top_srcdir)/src/gallium/drivers/radeon/
23
24 endif
25
26 if HAVE_GALLIUM_COMPUTE
27 AM_CFLAGS += \
28 -DHAVE_OPENCL
29 endif
30
31 EXTRA_DIST = \
32 sb/notes.markdown \
33 sb/sb_bc_fmt_def.inc