galahad: consolidate C sources list into Makefile.sources
[mesa.git] / src / gallium / drivers / Makefile.am
1 AUTOMAKE_OPTIONS = subdir-objects
2
3
4 SUBDIRS = . galahad identity noop trace rbug
5
6 ################################################################################
7
8 if HAVE_GALLIUM_R600
9
10 SUBDIRS += radeon
11
12 else
13
14 if HAVE_GALLIUM_RADEONSI
15
16 SUBDIRS += radeon
17
18 endif
19
20 endif
21
22 ################################################################################
23
24 if HAVE_GALLIUM_FREEDRENO
25
26 SUBDIRS += freedreno
27
28 endif
29
30 ################################################################################
31
32 if HAVE_GALLIUM_I915
33
34 SUBDIRS += i915
35
36 endif
37
38 ################################################################################
39
40 if HAVE_GALLIUM_ILO
41
42 SUBDIRS += ilo
43
44 endif
45
46 ################################################################################
47
48 if HAVE_GALLIUM_NOUVEAU
49
50 SUBDIRS += nouveau
51
52 endif
53
54 ################################################################################
55
56 if HAVE_GALLIUM_SVGA
57
58 SUBDIRS += svga
59
60 endif
61
62 ################################################################################
63
64 if HAVE_GALLIUM_R300
65
66 SUBDIRS += r300
67
68 endif
69
70 ################################################################################
71
72 if HAVE_GALLIUM_R600
73
74 SUBDIRS += r600
75
76 endif
77
78 ################################################################################
79
80 if HAVE_GALLIUM_RADEONSI
81
82 SUBDIRS += radeonsi
83
84 endif
85
86 ################################################################################
87
88 if NEED_GALLIUM_SOFTPIPE_DRIVER
89
90 SUBDIRS += softpipe
91
92 endif
93
94 ################################################################################
95
96 if NEED_GALLIUM_LLVMPIPE_DRIVER
97
98 SUBDIRS += llvmpipe
99
100 endif