scons: Revamp how to specify targets to build.
[mesa.git] / src / gallium / winsys / SConscript
1 Import('*')
2
3
4 SConscript([
5 'sw/wrapper/SConscript',
6 ])
7
8 SConscript([
9 'sw/xlib/SConscript',
10 ])
11
12 SConscript([
13 'sw/gdi/SConscript',
14 ])
15
16 if env['dri']:
17 SConscript([
18 'sw/dri/SConscript',
19 ])
20
21 SConscript([
22 'svga/drm/SConscript',
23 ])
24
25 SConscript([
26 'i915/drm/SConscript',
27 ])
28
29 SConscript([
30 'i965/drm/SConscript',
31 ])
32
33 SConscript([
34 'radeon/drm/SConscript',
35 ])
36
37 SConscript([
38 'r600/drm/SConscript',
39 ])