configure.ac: split the wayland client/server confusion
[mesa.git] / src / amd / Makefile.sources
1 COMMON_HEADER_FILES = \
2 common/gfx9d.h \
3 common/sid.h \
4 common/r600d_common.h \
5 common/amd_family.h \
6 common/amd_kernel_code_t.h \
7 common/amdgpu_id.h
8
9 ADDRLIB_FILES = \
10 addrlib/addrinterface.cpp \
11 addrlib/addrinterface.h \
12 addrlib/addrtypes.h \
13 addrlib/core/addrcommon.h \
14 addrlib/core/addrelemlib.cpp \
15 addrlib/core/addrelemlib.h \
16 addrlib/core/addrlib.cpp \
17 addrlib/core/addrlib.h \
18 addrlib/core/addrlib1.cpp \
19 addrlib/core/addrlib1.h \
20 addrlib/core/addrlib2.cpp \
21 addrlib/core/addrlib2.h \
22 addrlib/core/addrobject.cpp \
23 addrlib/core/addrobject.h \
24 addrlib/gfx9/chip/gfx9_enum.h \
25 addrlib/gfx9/coord.cpp \
26 addrlib/gfx9/coord.h \
27 addrlib/gfx9/gfx9addrlib.cpp \
28 addrlib/gfx9/gfx9addrlib.h \
29 addrlib/gfx9/rbmap.cpp \
30 addrlib/gfx9/rbmap.h \
31 addrlib/inc/chip/gfx9/gfx9_gb_reg.h \
32 addrlib/inc/chip/r800/si_gb_reg.h \
33 addrlib/inc/lnx_common_defs.h \
34 addrlib/r800/chip/si_ci_vi_merged_enum.h \
35 addrlib/r800/ciaddrlib.cpp \
36 addrlib/r800/ciaddrlib.h \
37 addrlib/r800/egbaddrlib.cpp \
38 addrlib/r800/egbaddrlib.h \
39 addrlib/r800/siaddrlib.cpp \
40 addrlib/r800/siaddrlib.h
41
42 AMD_COMPILER_FILES = \
43 common/ac_binary.c \
44 common/ac_binary.h \
45 common/ac_exp_param.h \
46 common/ac_llvm_build.c \
47 common/ac_llvm_build.h \
48 common/ac_llvm_helper.cpp \
49 common/ac_llvm_util.c \
50 common/ac_llvm_util.h \
51 common/ac_shader_abi.h \
52 common/ac_shader_info.c \
53 common/ac_shader_info.h
54
55 AMD_NIR_FILES = \
56 common/ac_nir_to_llvm.c \
57 common/ac_nir_to_llvm.h
58
59 AMD_COMMON_FILES = \
60 common/ac_gpu_info.c \
61 common/ac_gpu_info.h \
62 common/ac_surface.c \
63 common/ac_surface.h
64
65 AMD_DEBUG_FILES = \
66 common/ac_debug.c \
67 common/ac_debug.h
68
69 AMD_GENERATED_FILES = \
70 common/sid_tables.h