blob: e107d048f47b15bb4629894c41435e41be8330e3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
SUBDIRS = \
Glider \
Shiny \
TraditionalOkClassic \
Simple \
HighContrast \
HighContrastInverse \
HighContrastLargePrint \
HighContrastLargePrintInverse \
Reverse \
LowContrast \
LowContrastLargePrint \
LargePrint \
$(TEST_THEMES)
DIST_SUBDIRS = \
Glider \
Shiny \
TraditionalOkClassic \
Simple \
HighContrast \
HighContrastInverse \
HighContrastLargePrint \
HighContrastLargePrintInverse \
Reverse \
LowContrast \
LowContrastLargePrint \
LargePrint \
TraditionalOkTest
|