v3d: Use the new lower_to_scratch implementation for indirects on temps.
[mesa.git] / src / broadcom / Makefile.am
1 # Copyright © 2016 Broadcom
2 # Copyright © 2016 Intel Corporation
3 #
4 # Permission is hereby granted, free of charge, to any person obtaining a
5 # copy of this software and associated documentation files (the "Software"),
6 # to deal in the Software without restriction, including without limitation
7 # the rights to use, copy, modify, merge, publish, distribute, sublicense,
8 # and/or sell copies of the Software, and to permit persons to whom the
9 # Software is furnished to do so, subject to the following conditions:
10 #
11 # The above copyright notice and this permission notice (including the next
12 # paragraph) shall be included in all copies or substantial portions of the
13 # Software.
14 #
15 # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16 # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17 # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
18 # THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19 # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
20 # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
21 # IN THE SOFTWARE.
22
23 AM_CPPFLAGS = \
24 -I$(top_srcdir)/include \
25 -I$(top_builddir)/src \
26 -I$(top_srcdir)/src \
27 -I$(top_builddir)/src/compiler/nir \
28 -I$(top_srcdir)/src/compiler/nir \
29 -I$(top_srcdir)/src/broadcom/ \
30 -I$(top_srcdir)/src/broadcom/cle \
31 -I$(top_srcdir)/src/broadcom/include \
32 -I$(top_srcdir)/src/gallium/auxiliary \
33 -I$(top_srcdir)/src/gallium/include \
34 $(VALGRIND_CFLAGS) \
35 $(DEFINES)
36
37 AM_CFLAGS = \
38 $(EXPAT_CFLAGS)
39
40 include Makefile.sources
41
42 lib_LTLIBRARIES =
43 check_LTLIBRARIES =
44 noinst_DATA =
45 noinst_HEADERS =
46 noinst_LTLIBRARIES =
47 noinst_PROGRAMS =
48 check_PROGRAMS =
49 TESTS =
50 BUILT_SOURCES =
51 CLEANFILES =
52 EXTRA_DIST = \
53 $(BROADCOM_FILES) \
54 meson.build \
55 cle/meson.build \
56 compiler/meson.build \
57 qpu/meson.build
58
59 MKDIR_GEN = $(AM_V_at)$(MKDIR_P) $(@D)
60 PYTHON_GEN = $(AM_V_GEN)$(PYTHON) $(PYTHON_FLAGS)
61
62 include Makefile.genxml.am
63 include Makefile.cle.am
64 include Makefile.v3d.am
65
66 CLEANFILES += $(BUILT_SOURCES)